openwrtv3/target/linux/generic/files
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
..
arch/mips/fw/myloader rename target/linux/generic-2.6 to generic 2010-06-26 20:42:58 +00:00
crypto/ocf generic: ocf: irq compat stuff is not needed anymore 2015-02-14 13:53:44 +00:00
Documentation/networking kernel: drop dead pwm code 2013-08-18 01:25:41 +00:00
drivers b53: fix mmap register read/writes > 32 bit 2015-02-27 17:40:17 +00:00
fs/yaffs2 kernel: update yaffs code 2013-12-16 07:51:19 +00:00
include ar71xx: Revert "added board support for compex wpj558" 2015-02-02 10:32:04 +00:00