u-boot-brain/drivers
Andrew Dyer d26b739afe dm9000 remove dead external phy support, gpio fix
dm9000 has code to detect and initialize external phy parts, but later
on in the code the part is forced to use the internal phy
unconditionally.  Remove the unused/untested code.

change the GPIO initialization so that only the GPIO used as an
internal phy reset (hardwired in the chip) is set as an output.  The
remaining GPIO need to be handled by board specific code to prevent
possible drive conflicts.  Set as inputs for safety.

replace a few magic numbers with defines

Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2008-08-26 23:08:19 -07:00
..
bios_emulator Big white-space cleanup. 2008-05-21 00:14:08 +02:00
block drivers/block: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
dma drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
hwmon Minor code cleanup: keep lists sorted. 2008-08-18 23:50:20 +02:00
i2c i2c: Clean drivers/i2c/ Makefile 2008-08-18 23:24:01 +02:00
input drivers/input: Move conditional compilation to Makefile 2008-08-13 01:40:40 +02:00
misc FSL DDR: Provide a generic set_ddr_laws() 2008-08-27 02:05:55 +02:00
mmc atmel_mci: Fix printf() format warnings 2008-07-23 16:15:01 +02:00
mtd Minor coding style cleanup, updte CHANGELOG 2008-08-25 23:45:41 +02:00
net dm9000 remove dead external phy support, gpio fix 2008-08-26 23:08:19 -07:00
pci drivers/pci: Move conditional compilation to Makefile 2008-08-13 01:40:40 +02:00
pcmcia pcmcia/ti_pci1410a: Move compile condition to the Makefile 2008-06-26 17:04:25 +02:00
qe drivers/qe: Move conditional compilation to Makefile 2008-08-13 01:40:41 +02:00
rtc Merge branch 'master' of git://git.denx.de/u-boot-arm 2008-08-25 23:34:22 +02:00
serial drivers/misc: Move conditional compilation to Makefile 2008-08-13 01:40:40 +02:00
spi Move conditional compilation of MPC8XXX SPI driver to Makefile 2008-07-01 21:02:11 +02:00
usb Coding style cleanup, update CHANGELOG, prepare release 2008-08-12 16:08:38 +02:00
video video: Clean drivers/video/Makefile 2008-08-18 23:36:17 +02:00