remarkable-uboot/arch/mips
Gabor Juhos f0550f87f4 MIPS: fix __raw_* IO accessors
The purpose of the __raw* IO accessors is to provide
IO access in native-endian order. However in the current
MIPS implementation, the 16 and 32 bit variants of the
__raw accessors are swapping the values on big-endian
systems if the CONFIG_SWAP_IO_SPACE option is enabled.

The patch changes the IO accessor macros to fix this
broken behaviour.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
2013-06-08 23:10:10 +02:00
..
cpu Refactor linker-generated arrays 2013-03-12 23:28:40 +01:00
include/asm MIPS: fix __raw_* IO accessors 2013-06-08 23:10:10 +02:00
lib lib: consolidate hang() 2013-05-01 16:41:08 -04:00
config.mk MIPS: add dynamic relocation support 2013-02-12 22:22:13 +01:00