summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2009-08-21-30/+58
|\
| * tsec: Wait for auto-negotiation to complete without linkPeter Tyser2009-08-21-10/+9
| * arm: kirkwood: See to it that sent data is 8-byte alignedSimon Kagstrom2009-08-21-4/+18
| * Wait for the link to come up on kirkwood network initSimon Kagstrom2009-08-21-6/+14
| * arm:kirkwood Define kirkwood phy address magic numberSimon Kagstrom2009-08-21-4/+10
| * e1000: fix PCI memory addressingTimur Tabi2009-08-21-8/+9
* | add WATCHDOG_RESET() on nand write and readGiulio Benetti2009-08-21-0/+4
|/
* flash: Fix CFI buffer size bugJohn Schmoller2009-08-13-1/+1
* dtt, lm81: move unneccessary printf into a debug printfHeiko Schocher2009-08-11-1/+1
* UEC FIXED PHY: Determine fixed-phy port using UEC interface name.Richard Retanubun2009-08-10-17/+19
* Assigned a static SMI address to all UECs TBIPA address.Richard Retanubun2009-08-10-8/+9
* net: kirkwood: updates: used eth_setenv_enetaddr apiPrafulla Wadaskar2009-08-10-6/+9
* Fix E1000 build warning on AP1000 boardRoy Zang2009-08-10-44/+44
* net: phy: bugfixes: mv88E61xx compiler warnings fixedPrafulla Wadaskar2009-08-10-9/+14
* arm: A320: driver for FTMAC100 ethernet controllerPo-Yu Chuang2009-08-10-0/+433
* Minor coding style cleanup.Wolfgang Denk2009-08-10-2/+0
* mxc-mmc: sdhc host driver for MX2 and MX3 proccessorIlya Yanok2009-08-09-0/+524
* Add driver for the ST M95xxx SPI EEPROMAlbin Tonnerre2009-08-09-0/+118
* Dual-license IBM code contributionsJosh Boyer2009-08-09-0/+2
* bus_vcxk.c: fix warning: unused variable 'lineptr'Jens Scharsig2009-08-09-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2009-08-08-491/+3444
|\
| * Add Intel E1000 PCIE card supportRoy Zang2009-08-08-491/+3444
* | omap3: replace all instances of gpmc config struct by one globalDirk Behme2009-08-08-17/+16
* | omap3: remove typedefs for configuration structsDirk Behme2009-08-08-1/+1
|/
* omap3: embedd gpmc_cs into gpmc config structMatthias Ludwig2009-08-07-15/+7
* Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk2009-08-04-0/+358
|\
| * Coldfire: Consolidate DSPI driverTsiChung Liew2009-07-14-0/+358
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2009-07-30-18/+769
|\ \
| * | OMAP3 Move twl4030 mmc functionTom Rix2009-07-29-11/+17
| * | OMAP3 Move twl4030 power and led functionsTom Rix2009-07-29-1/+107
| * | TWL4030 Add power reset buttonTom Rix2009-07-28-0/+94
| * | OMAP I2C Fix the sampling clock.Tom Rix2009-07-28-7/+67
| * | arm, i2c: added support for the TWSI I2C InterfaceHeiko Schocher2009-07-28-0/+485
* | | Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala2009-07-29-10/+10
* | | mpc83xx: Add esd VME8349 board supportReinhard Arlt2009-07-27-1/+1
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2009-07-26-0/+441
|\ \
| * | video: bus_vcxk.c: fix style issues added by 50217deeAnatolij Gustschin2009-07-26-11/+15
| * | new video driver for bus vcxk framebuffersJens Scharsig2009-07-26-0/+437
* | | usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_rootPrafulla Wadaskar2009-07-23-2/+2
|/ /
* | Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-23-2/+0
* | unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger2009-07-23-2/+2
* | ahci: Fix gcc 4.4 compiler warningKumar Gala2009-07-23-8/+6
* | drivers/bios_emulator: Fix gcc 4.4 compiler warningKumar Gala2009-07-23-1/+2
* | fec_mxc: driver for FEC ethernet controller on i.MX27Ilya Yanok2009-07-22-0/+1047
* | ppc4xx: Fixed compilation warning in 4xx_enet.cAlessio Centazzo2009-07-22-2/+1
* | net: phy: bugfixes: mv88E61xx multichip addressing supportPrafulla Wadaskar2009-07-22-10/+10
* | arm: Kirkwood: Check the error summary bit for error detectionSimon Kagstrom2009-07-22-1/+4
* | arm: Kirkwood: Fix compiler optimization bug for kwgbe_sendSimon Kagstrom2009-07-22-12/+19
* | MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.Richard Retanubun2009-07-22-0/+7
* | Convert SMC911X Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-07-22-160/+187