openwrtv3/target/linux/generic
Jonas Gorski d75cd5be37 b53: fix mmap register read/writes > 32 bit
For bcm63xx integrated switches, broadcom changed the data endianess
to match the system endianess. But this only applies to within one word,
which causes 48/64 bit values to be still split into their "litte endian"
groups.

E.g. 48 bit values (with 5 being the most significant byte) aligned

0x00 ..01  or   0123
0x04 2345       45..

will become

0x00 ..10 resp. 3210
0x04 5432       54..

Likewise for 64 bit values.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44568
2015-02-27 17:40:17 +00:00
..
base-files update the /init file to start /sbin/init 2013-03-13 18:11:13 +00:00
files b53: fix mmap register read/writes > 32 bit 2015-02-27 17:40:17 +00:00
image rename target/linux/generic-2.6 to generic 2010-06-26 20:42:58 +00:00
patches-3.8 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
patches-3.10 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
patches-3.13 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
patches-3.14 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
patches-3.18 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
patches-3.19 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
patches-4.0 package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
config-3.8 kernel: add SECCOMP to menuconfig 2015-01-08 21:23:18 +00:00
config-3.10 kernel: add SECCOMP to menuconfig 2015-01-08 21:23:18 +00:00
config-3.13 kernel: add SECCOMP to menuconfig 2015-01-08 21:23:18 +00:00
config-3.14 linux/generic: add missing config symbols 2015-02-08 15:34:20 +00:00
config-3.18 kernel: Fix USB gadget modules for v3.18 2015-02-22 08:29:01 +00:00
config-3.19 kernel: re-enable the firmware loader 2015-02-17 14:33:13 +00:00
config-4.0 generic: early (incomplete!) 4.0 support 2015-02-23 22:59:53 +00:00
PATCHES kernel: update PATCHES with a stricter policy 2013-07-09 20:52:07 +00:00