u-boot-brain/drivers
Shinya Kuribayashi c2f896b8fc drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
rx_status on the memory is basically in LE, but needs to be handled in CPU
endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
it'll work fine.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Cc: Masami Komiya <mkomiya@sonare.it>
Cc: Lucas Jin <lucasjin@gmail.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2008-01-16 17:37:35 -05:00
..
bios_emulator Fix compiler warnings for PPC systems. Update CHANGELOG. 2007-11-18 16:36:27 +01:00
block drivers/block : move block drivers to drivers/block 2007-11-25 23:28:51 +01:00
hwmon Remove superfluous preprocessor conditionals from LM73 driver 2008-01-12 00:26:47 +01:00
i2c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
input drivers/input : move input drivers to drivers/input 2007-11-25 23:28:49 +01:00
misc drivers/misc : move misc drivers to drivers/misc 2007-11-25 23:28:51 +01:00
mtd CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation 2008-01-13 15:07:26 +01:00
net drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status). 2008-01-16 17:37:35 -05:00
pci Handle MPC85xx PCIe reset errata (PCI-Ex 38) 2007-12-11 22:34:20 -06:00
pcmcia Fix coding style issues; update CHANGELOG. 2007-12-27 01:52:50 +01:00
qe Remove annoying debug printout for PHY less boards. 2008-01-16 16:56:57 -05:00
rtc Add Epson RX8025 RTC support 2008-01-09 13:29:27 +01:00
serial Fix coding style issues; update CHANGELOG. 2007-12-27 01:52:50 +01:00
usb USB: Add Philips 1561 PCI-OHCI ids 2008-01-12 15:54:33 +01:00
video Add Fujitsu CoralP/Lime video driver 2008-01-11 16:05:36 +01:00