summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-04-10dfu: NAND specific routines for DFU operationPantelis Antoniou
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini
2013-04-10dfu: Support larger than memory transfers.Pantelis Antoniou
2013-04-08dfu:ext4:fix: Change ext4write command order of parametersƁukasz Majewski
2013-04-04Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini
2013-04-04cfi_flash: Use uintptr_t for casts from u32 to void *Stefan Roese
2013-04-02biosemu: include <asm/io.h> headerLinus Walleij
2013-04-02mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devicesJagannadha Sutradharudu Teki
2013-04-02mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com
2013-04-01Consolidate bool typeYork Sun
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin
2013-03-28Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-26Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-25tegra114: add SPI driverAllen Martin
2013-03-25sf: winbond: add W25Q32DWAllen Martin
2013-03-25spi: add common fdt SPI driver interfaceAllen Martin
2013-03-25tegra20: spi: move fdt probe to spi_initAllen Martin
2013-03-25tegra: spi: pull register structs out of headersAllen Martin
2013-03-25tegra: spi: remove non fdt supportAllen Martin
2013-03-25tegra: spi: rename tegra SPI driversAllen Martin
2013-03-25tegra: remove support for UART SPI switchAllen Martin
2013-03-24mmc: omap_hsmmc.c: only register getcd/getwp callbacks if gpio could be usedPeter Korsgaard
2013-03-24mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard
2013-03-24ns16550: enable quirks for ti814xMatt Porter
2013-03-24am33xx: Add required includes to some omap/am33xx codeTom Rini
2013-03-21video: Fix splash screen alignmentMatthias Weisser
2013-03-21lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee
2013-03-21lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee
2013-03-21lcd, tegra: remove unused cursor functionsJeroen Hofstee
2013-03-21lcd, amba: remove this driver since it is not usedJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk
2013-03-20Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini
2013-03-20mmc: add bcm2835 driverStephen Warren
2013-03-20video: add a driver for the bcm2835Stephen Warren
2013-03-19sf: Enable FDT-based configuration and memory mappingSimon Glass
2013-03-19x86: spi: Set maximum write size for ICHSimon Glass
2013-03-19sf: Respect maximum SPI write sizeSimon Glass
2013-03-19x86: spi: Add Intel ICH driverSimon Glass
2013-03-19sf: Use spi_flash_alloc() in each SPI flash driverSimon Glass
2013-03-19sf: Add spi_flash_alloc() to create a new SPI flash structSimon Glass
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2013-03-19spi: Add function to allocate a new SPI slaveSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-18usb: Add multiple controllers support for EHCI PCIVincent Palatin