aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-04driver/serial: delete at91rm9200_usartAndreas Bießmann2-127/+0
2011-07-04GPIO: Tegra2: add GPIO driver for Tegra2Tom Warren2-0/+256
2011-07-01NAND: Add 16bit NAND support for the NDFCAlex Waterman1-4/+29
2011-07-01nand_util: drop trailing all-0xff pages if requestedBen Gardiner1-3/+37
2011-07-01nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner1-0/+3
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner1-4/+4
2011-07-01nand_base: trivial: fix comment read/write commentBen Gardiner1-1/+1
2011-06-29cfi_flash: reverse geometry for newer STM partsMike Frysinger1-0/+4
2011-06-25usb: convert to partial linkingMike Frysinger1-2/+2
2011-06-25ehci-pci: Fix PCI EHCI driver for 36-bitZhao Chenhui1-3/+2
2011-06-25musb: process control messages after roothub accepted itCliff Cai1-2/+5
2011-06-23Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk4-425/+211
2011-06-23IXP42x PCI rewriteMichael Schwingen3-423/+206
2011-06-23trigger hardware watchdog in IXP42x serial driverMichael Schwingen1-2/+5
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-6/+0
2011-06-21macb: fix compile warningandreas.devel@googlemail.com1-2/+3
2011-06-21at91_emac: fix compile warningandreas.devel@googlemail.com1-5/+7
2011-06-21ATMEL spi_dataflash driver - fix to build againReinhard Meyer1-2/+1
2011-06-21update arm/at91rm9200 work with rework rework110202Jens Scharsig1-16/+16
2011-06-21mxc_spi.c: typo fixedHelmut Raiger1-1/+1
2011-06-01sf: 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-19Minor 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-12ftsmc020: fix relocationMacpaul Lin1-4/+3
2011-05-12ftide020: add faraday ide ahb controllerMacpaul Lin3-0/+651
2011-05-12hwmon: Extend lm63.c to support LM64Dirk Eibach1-4/+24
2011-05-12net: 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-11gpio: imx: Fix return value on errorFabio Estevam1-2/+3
2011-04-30Merge 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-29Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk11-6/+653