u-boot-brain/drivers
Jason Jin 5c1d082b14 DM9000:Add a byte swap macro for dm9000 io operation.
commit a45dde2293 changed the dm9000
direct register access to standard IO. This should work
on the ColdFire platform as there are corresponding macros for
the LE devices. But the hardware settings on some ColdFire boards had
swapped the byte order which make the original macros such as out_le16
cannot work. To avoid changing the common io access code on ColdFire
platform, the DM9000_BYTE_SWAPPED define was added to make the dm9000 use
__raw* IO access on some ColdFire boards.

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2011-10-17 22:25:33 +02:00
..
bios_emulator Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
block fsl_sata: Fix compile error when CONFIG_LBA48 is not defined 2011-10-09 17:57:54 -05:00
dma fsl_dma: fix support for 83xx DMA engine 2011-07-06 19:09:27 -05:00
fpga FPGA: constify Lattice FPGA code 2011-09-05 11:41:42 +02:00
gpio kw_gpio: fix error in kw_gpio_direction_input 2011-10-17 22:25:33 +02:00
hwmon hwmon: do not init sensors on startup 2011-08-04 23:30:38 +02:00
i2c I2C: mv_i2c: fix multi-bus init issue 2011-10-03 11:50:09 +02:00
input Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
misc cosmetic: fsl_pmic: cosmetic for the help message 2011-09-30 22:01:00 +02:00
mmc mmc: omap: config VMMC, MMC1_PBIAS 2011-09-30 22:00:55 +02:00
mtd Merge branch 'master' of git://git.denx.de/u-boot-mips 2011-10-12 22:47:15 +02:00
net DM9000:Add a byte swap macro for dm9000 io operation. 2011-10-17 22:25:33 +02:00
pci pci: move pcidelay code to new location just before PCI bus scan 2011-10-15 22:16:53 +02:00
pcmcia PPC: Cleanup tqm8xx_pcmcia.c 2011-10-05 22:03:09 +02:00
power mmc: omap: config VMMC, MMC1_PBIAS 2011-09-30 22:00:55 +02:00
qe fsl: Change fsl_phy_enet_if to phy_interface_t 2011-04-20 15:09:35 -05:00
rtc rtc, davinci: add support for davinci internal RTC 2011-09-30 22:00:58 +02:00
serial serial: uartlite: Support for SERIAL_MULTI 2011-10-09 23:24:47 +02:00
spi Blackfin: bfin_spi: fix build error when DEBUG is defined 2011-10-17 22:25:33 +02:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used 2011-10-09 23:24:49 +02:00
video video: Moving mx3fb.c to CONFIG_VIDEO 2011-10-17 22:25:32 +02:00
watchdog AT91: fix at91sam_wdt.c to reworked header files 2011-05-18 07:56:51 +02:00