summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-08-22eeprom_m95xxx: remove unused variable iJean-Christophe PLAGNIOL-VILLARD1-1/+0
2009-08-22Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk4-30/+58
2009-08-22add WATCHDOG_RESET() on nand write and readGiulio Benetti1-0/+4
2009-08-21tsec: Wait for auto-negotiation to complete without linkPeter Tyser1-10/+9
2009-08-21arm: kirkwood: See to it that sent data is 8-byte alignedSimon Kagstrom2-4/+18
2009-08-21Wait for the link to come up on kirkwood network initSimon Kagstrom1-6/+14
2009-08-21arm:kirkwood Define kirkwood phy address magic numberSimon Kagstrom1-4/+10
2009-08-21e1000: fix PCI memory addressingTimur Tabi1-8/+9
2009-08-13flash: Fix CFI buffer size bugJohn Schmoller1-1/+1
2009-08-11dtt, lm81: move unneccessary printf into a debug printfHeiko Schocher1-1/+1
2009-08-11UEC FIXED PHY: Determine fixed-phy port using UEC interface name.Richard Retanubun1-17/+19
2009-08-11Assigned a static SMI address to all UECs TBIPA address.Richard Retanubun1-8/+9
2009-08-11net: kirkwood: updates: used eth_setenv_enetaddr apiPrafulla Wadaskar1-6/+9
2009-08-11Fix E1000 build warning on AP1000 boardRoy Zang1-44/+44
2009-08-11net: phy: bugfixes: mv88E61xx compiler warnings fixedPrafulla Wadaskar1-9/+14
2009-08-11arm: A320: driver for FTMAC100 ethernet controllerPo-Yu Chuang3-0/+433
2009-08-10Minor coding style cleanup.Wolfgang Denk2-2/+0
2009-08-10mxc-mmc: sdhc host driver for MX2 and MX3 proccessorIlya Yanok2-0/+524
2009-08-10Add driver for the ST M95xxx SPI EEPROMAlbin Tonnerre2-0/+118
2009-08-10Dual-license IBM code contributionsJosh Boyer1-0/+2
2009-08-10bus_vcxk.c: fix warning: unused variable 'lineptr'Jens Scharsig1-1/+0
2009-08-08Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2-491/+3444
2009-08-08omap3: replace all instances of gpmc config struct by one globalDirk Behme1-17/+16
2009-08-08omap3: remove typedefs for configuration structsDirk Behme1-1/+1
2009-08-08Add Intel E1000 PCIE card supportRoy Zang2-491/+3444
2009-08-08omap3: embedd gpmc_cs into gpmc config structMatthias Ludwig1-15/+7
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk2-0/+358
2009-07-30Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk8-18/+769
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala10-10/+10
2009-07-29OMAP3 Move twl4030 mmc functionTom Rix2-11/+17
2009-07-29OMAP3 Move twl4030 power and led functionsTom Rix3-1/+107
2009-07-28TWL4030 Add power reset buttonTom Rix2-0/+94
2009-07-28OMAP I2C Fix the sampling clock.Tom Rix1-7/+67
2009-07-28arm, i2c: added support for the TWSI I2C InterfaceHeiko Schocher2-0/+485
2009-07-28mpc83xx: Add esd VME8349 board supportReinhard Arlt1-1/+1
2009-07-27Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2-0/+441
2009-07-26video: bus_vcxk.c: fix style issues added by 50217deeAnatolij Gustschin1-11/+15
2009-07-26new video driver for bus vcxk framebuffersJens Scharsig2-0/+437
2009-07-24usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_rootPrafulla Wadaskar1-2/+2
2009-07-24Coding Style cleanup; update CHANGELOG.Wolfgang Denk2-2/+0
2009-07-23unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger2-2/+2
2009-07-23ahci: Fix gcc 4.4 compiler warningKumar Gala1-8/+6
2009-07-23drivers/bios_emulator: Fix gcc 4.4 compiler warningKumar Gala1-1/+2
2009-07-23fec_mxc: driver for FEC ethernet controller on i.MX27Ilya Yanok3-0/+1047
2009-07-23ppc4xx: Fixed compilation warning in 4xx_enet.cAlessio Centazzo1-2/+1
2009-07-23net: phy: bugfixes: mv88E61xx multichip addressing supportPrafulla Wadaskar2-10/+10
2009-07-23arm: Kirkwood: Check the error summary bit for error detectionSimon Kagstrom2-1/+4
2009-07-23arm: Kirkwood: Fix compiler optimization bug for kwgbe_sendSimon Kagstrom1-12/+19
2009-07-23MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.Richard Retanubun1-0/+7
2009-07-23Convert SMC911X Ethernet driver to CONFIG_NET_MULTI APIBen Warren3-160/+187