commit | fdb07aee0b2b9d7d1893c97f5ce79ec355caaf1f | [log] [tgz] |
---|---|---|
author | Victor Kamensky <victor.kamensky@linaro.org> | Tue Oct 15 21:50:34 2013 -0700 |
committer | Ben Dooks <ben.dooks@codethink.co.uk> | Sat Oct 19 20:46:36 2013 +0100 |
tree | 0f2e04f0717a87d81855da31f89d8d455d38c352 | |
parent | a1af3474487cc3b8731b990dceac6b6aad7f3ed8 [diff] |
ARM: cci driver need big endian fixes in asm code cci_enable_port_for_self written in asm and it works with h/w registers that are in little endian format. When run in big endian mode it needs byteswaped constants before/after it writes/reads to/from such registers Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>