aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDRVictor Gallardo1-0/+4
2008-09-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-1/+1
2008-09-09Fix printf errors under -DDEBUGAndrew Klossner1-1/+1
2008-09-09mtd: SPI Flash: Support the STMicro FlashTsiChung Liew4-0/+363
2008-09-09Make usb-stop() safe to call multiple times in a row.Remy Bohmer1-1/+3
2008-09-09Makefile: fix bug introduced by commit 47ffd6c2Wolfgang Denk2-2/+2
2008-09-09Makefile: compile and link each module just onceWolfgang Denk2-4/+4
2008-09-09Moved conditional compile into MakefileAndreas Engel2-11/+7
2008-09-09Merged serial_pl010.c and serial_pl011.c.Andreas Engel4-178/+69
2008-09-09Update i386 code (sc520_cdp)Graeme Russ1-1/+1
2008-09-0985xx: socrates: Enable Lime support.Anatolij Gustschin1-1/+2
2008-09-09rs5c372: fix rtc_set prototypeJean-Christophe PLAGNIOL-VILLARD1-2/+1
2008-09-08mk48t59: fix compile problem introduced by commit d1e23194Wolfgang Denk1-1/+1
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD29-41/+101
2008-09-07clean up some #if !defined() in drivers/video/cfb_console.cAndrew Dyer1-12/+12
2008-09-06USB EHCI: reset root hubYuri Tikhonov2-0/+38
2008-09-06RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().Yuri Tikhonov1-1/+5
2008-09-02net: smc911x: Add pkt_data_pull and pkt_data_push functionNobuhiro Iwamatsu1-2/+7
2008-09-02Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren2-1/+2
2008-09-02Moved initialization of plb2800 Ethernet driver to board_eth_initBen Warren1-2/+3
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-09-02Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-09-02Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren1-1/+2
2008-09-02Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of NATSEMI Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of TSI108 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Introduce netdev.h header file and remove externsBen Warren6-0/+6
2008-09-02Add SGMII support to the tsecAndy Fleming1-26/+48
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-63/+50
2008-09-02tsec: Move tsec.h to include/Andy Fleming2-593/+1
2008-09-02PHY: Add support for the M88E1121R Marvell chip.Sergei Poselenov2-0/+56
2008-09-01Merge branch 'Makefile' of git://git.denx.de/u-boot-armWolfgang Denk6-1/+900
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk5-0/+494
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk1-13/+36
2008-08-31Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxWolfgang Denk5-0/+2372
2008-08-31sh: add support Renesas SH7723Nobuhiro Iwamatsu1-12/+34
2008-08-31sh: Add support Renesas SH7203 processorNobuhiro Iwamatsu1-1/+2
2008-08-31NAND: add NAND driver for S3C64XXGuennadi Liakhovetski2-0/+320
2008-08-31S3C64XX: remove broken HWFLOW support from the serial driverGuennadi Liakhovetski1-21/+0
2008-08-31serial: add S3C64XX serial driverGuennadi Liakhovetski2-0/+194
2008-08-31USB: Add support for OHCI controller on S3C6400Guennadi Liakhovetski1-0/+1
2008-08-29Move MPC512x_FEC driver to drivers/netBen Warren3-0/+1022
2008-08-29Move MPC5xxx_FEC driver to drivers/netBen Warren3-0/+1350
2008-08-29miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1