summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-06-22at91_emac: fix compile warningandreas.devel@googlemail.com1-5/+7
2011-06-22ATMEL spi_dataflash driver - fix to build againReinhard Meyer1-2/+1
2011-06-22update arm/at91rm9200 work with rework rework110202Jens Scharsig1-16/+16
2011-06-22mxc_spi.c: typo fixedHelmut Raiger1-1/+1
2011-06-02sf: kick watchdog when pollingPatrick Sestier1-0/+3
2011-06-01I2C: Add driver for ST-Ericsson U8500 i2cMichael Brandt3-0/+808
2011-05-31mvgbe: enable configurability of PORT_SERIAL_CONTROL_VALUEValentin Longchamp1-0/+2
2011-05-26S5P: add set_mmc_clk for external clock controlJaehoon Chung1-0/+4
2011-05-26MMC S5P: Fix typoDirk Behme1-1/+1
2011-05-23mvsata: issue hard reset on initializationMichael Walle1-1/+9
2011-05-20Minor coding style cleanup.Wolfgang Denk4-8/+6
2011-05-18MMC: omap_hsmmc.c: Add missing prototype headerDirk Behme1-0/+1
2011-05-18fsl_esdhc: Initialize mmc->b_maxFabio Estevam1-0/+1
2011-05-18mmc: enable partition switch function for emmcLei Wen1-1/+29
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-0/+5
2011-05-18mmc_spi: generate response for send status commandThomas Chou1-0/+5
2011-05-18AT91: fix at91sam_wdt.c to reworked header filesReinhard Meyer1-1/+1
2011-05-18ATMEL: fix dataflash (dirty) this file should be converted to struct SoC accessReinhard Meyer1-37/+57
2011-05-18AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer3-3/+3
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer4-36/+24
2011-05-18AT91: fix related at91 driver filesReinhard Meyer4-37/+47
2011-05-18avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann1-2/+2
2011-05-18avr32: rename memory-map.h -> hardware.hAndreas Bießmann1-1/+1
2011-05-13ftsmc020: fix relocationMacpaul Lin1-4/+3
2011-05-13ftide020: add faraday ide ahb controllerMacpaul Lin3-0/+651
2011-05-13hwmon: Extend lm63.c to support LM64Dirk Eibach1-4/+24
2011-05-13net: xilinx emaclite: Fix return valuesMichal Simek1-7/+7
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-2/+3
2011-05-12Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-2/+3
2011-05-12Serial: p1011: new vendor init optionsJohn Rigby2-3/+31
2011-05-12gpio: imx: Fix return value on errorFabio Estevam1-2/+3
2011-05-01Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-0/+335
2011-04-30spi: add new driver for OpenCores tiny_spiThomas Chou2-0/+249
2011-04-30Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk11-6/+653
2011-04-29powerpc: eSPI and eSPI controller supportMingkai Hu2-0/+335
2011-04-29fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2Jason Liu1-0/+4
2011-04-29MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx siliconJohn Rigby1-0/+8
2011-04-29MMC: make b_max unconditionalJohn Rigby8-6/+16
2011-04-29MMC: Add support for PL180 ARM mmc deviceMatt Waddel3-0/+625
2011-04-29Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk5-310/+308
2011-04-28powerpc: use 'video-mode' environment variable to configure DIUTimur Tabi2-306/+226
2011-04-28video: parse the video-mode environment variableTimur Tabi2-0/+67
2011-04-28cfb_console: fix RLE bitmap drawing codeAnatolij Gustschin1-4/+15
2011-04-28i2c, soft_i2c: deblock bus if switching to another i2c busHeiko Schocher1-0/+1
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk15-178/+665
2011-04-27Merge branch 'spi' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-13/+19
2011-04-27ftsmc020: move ftsmc020 static mem controller to driver/mtdMacpaul Lin2-0/+52
2011-04-27Replace obsolete e-mail addressAlbert ARIBAUD2-3/+3
2011-04-27ftpmu010: fix relocation and enhance featuresMacpaul Lin1-2/+37
2011-04-27I2C: mv_i2c: add multi bus supportLei Wen1-1/+35