summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* rtc: Make mc13783-rtc driver genericFabio Estevam2011-11-03-1/+1
* misc: pmic: fix regression in pmic_fsl.c (SPI)Helmut Raiger2011-11-03-6/+2
* I2C: added I2C-2 and I2C-3 to MX35Stefano Babic2011-11-03-0/+4
* sandbox: put stdin into raw modeMike Frysinger2011-11-03-0/+1
* serial: sandbox: use ssize_t to match os_readMike Frysinger2011-11-03-1/+1
* serial: sandbox: optimize putsMike Frysinger2011-11-03-2/+1
* drivers/rtc/ds1337.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-03-13/+3
* 4xx_enet.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-03-3/+0
* drivers/net/eepro100.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-03-2/+0
* drivers/net/ns8382x.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-03-48/+37
* Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk2011-11-03-36/+549
|\
| * tegra2: Move MMC clock initialization into MMC driverStephen Warren2011-11-03-3/+9
| * mmc: sdhci: fix sdma bug for large file transferLei Wen2011-11-03-1/+1
| * mmc: sdhci: add timeout for data transferLei Wen2011-11-03-1/+8
| * mmc: sdhci: add mmc structure for hostLei Wen2011-11-03-0/+1
| * mmc: sdhci: fix cache flushLei Wen2011-11-03-1/+1
| * mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav2011-11-03-1/+1
| * mmc: test mmc bus width on startupLei Wen2011-11-03-18/+26
| * mmc: change magic number to macro defineLei Wen2011-11-03-9/+12
| * mmc: mv_sdhci: fix 8bus width access for 88SV331xV5Lei Wen2011-11-03-0/+33
| * mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen2011-11-03-2/+14
| * PXA: Add MMC driver using the generic MMC frameworkMarek Vasut2011-11-03-0/+443
* | e1000: fix bugs from recent commitsWolfgang Denk2011-11-03-5/+6
|/
* e1000: Allow direct access to the E1000 SPI EEPROM deviceKyle Moffett2011-10-28-1/+657
* e1000: Export core EEPROM access functions for SPI supportKyle Moffett2011-10-28-17/+24
* e1000: Rewrite EEPROM checksum error to give more informationKyle Moffett2011-10-28-18/+28
* e1000: Restructure and streamline PCI device probingKyle Moffett2011-10-28-71/+74
* e1000: Clean up handling of dual-port NICs and support 82571Kyle Moffett2011-10-28-39/+33
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-28-406/+1093
|\
| * ARM:AM33XX: Add support for TI AM335X EVMChandan Nath2011-10-27-2/+5
| * davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUMManjunath Hadli2011-10-27-7/+7
| * davinci: emac: add support for more than 1 PHYsManjunath Hadli2011-10-27-65/+100
| * davinci: emac: add new features to autonegotiate for EMACManjunath Hadli2011-10-27-2/+28
| * mmc: omap: Allow OMAP_HSMMC[23]_BASE to be unsetTom Rini2011-10-27-0/+4
| * omap3: Add interface for omap3 DMASimon Schwarz2011-10-27-0/+181
| * kirkwood_spi: add dummy spi_init()Michael Walle2011-10-27-0/+4
| * gpio: mvmfp: reduce include platform fileLei Wen2011-10-27-7/+0
| * serial: reduce include platform file for marvell chipLei Wen2011-10-27-9/+0
| * ARM: kirkwood: reduce dependence of including platform fileLei Wen2011-10-27-0/+5
| * SPI: Add SPI driver support for Marvell Armada100Ajay Bhargav2011-10-27-0/+229
| * misc: pmic: drop old Freescale's pmic driverStefano Babic2011-10-27-236/+0
| * misc: pmic: addI2C support to pmic_fsl driverStefano Babic2011-10-27-4/+13
| * misc: pmic: use I2C_SET_BUS in pmic I2CStefano Babic2011-10-27-1/+1
| * RTC: Switch mc13783 to generic pmic codeStefano Babic2011-10-27-8/+12
| * misc: pmic: Freescale PMIC switches to generic PMIC driverStefano Babic2011-10-27-0/+58
| * misc:pmic:max8998 MAX8998 support at a new PMIC driver.Łukasz Majewski2011-10-27-0/+44
| * misc:pmic:core New generic PMIC driverŁukasz Majewski2011-10-27-0/+351
| * I2C: Add i2c_get/set_speed() to mxc_i2c.cMarek Vasut2011-10-27-8/+23
| * tegra2: Enable MMC for SeaboardTom Warren2011-10-27-1/+1
| * tegra2: Add more clock functionsSimon Glass2011-10-27-61/+32