You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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
9 years ago
..
base-files update the /init file to start /sbin/init 11 years ago
files b53: fix mmap register read/writes > 32 bit 9 years ago
image rename target/linux/generic-2.6 to generic 14 years ago
patches-3.8 package: mtd: move bcm963xx_tag definition into source code 9 years ago
patches-3.10 package: mtd: move bcm963xx_tag definition into source code 9 years ago
patches-3.13 package: mtd: move bcm963xx_tag definition into source code 9 years ago
patches-3.14 package: mtd: move bcm963xx_tag definition into source code 9 years ago
patches-3.18 package: mtd: move bcm963xx_tag definition into source code 9 years ago
patches-3.19 package: mtd: move bcm963xx_tag definition into source code 9 years ago
patches-4.0 package: mtd: move bcm963xx_tag definition into source code 9 years ago
PATCHES kernel: update PATCHES with a stricter policy 11 years ago
config-3.8 kernel: add SECCOMP to menuconfig 10 years ago
config-3.10 kernel: add SECCOMP to menuconfig 10 years ago
config-3.13 kernel: add SECCOMP to menuconfig 10 years ago
config-3.14 linux/generic: add missing config symbols 10 years ago
config-3.18 kernel: Fix USB gadget modules for v3.18 9 years ago
config-3.19 kernel: re-enable the firmware loader 10 years ago
config-4.0 generic: early (incomplete!) 4.0 support 9 years ago