aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee6-26/+6
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee6-36/+0
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2-0/+651
2013-03-21lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2-0/+619
2013-03-21lcd, tegra: remove unused cursor functionsJeroen Hofstee1-52/+0
2013-03-21lcd, amba: remove this driver since it is not usedJeroen Hofstee2-78/+0
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk5-11/+1
2013-03-20Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini36-138/+1062
2013-03-19sf: Enable FDT-based configuration and memory mappingSimon Glass1-1/+45
2013-03-19x86: spi: Set maximum write size for ICHSimon Glass1-0/+5
2013-03-19sf: Respect maximum SPI write sizeSimon Glass1-2/+8
2013-03-19x86: spi: Add Intel ICH driverSimon Glass3-0/+893
2013-03-19sf: Use spi_flash_alloc() in each SPI flash driverSimon Glass8-52/+8
2013-03-19sf: Add spi_flash_alloc() to create a new SPI flash structSimon Glass1-0/+25
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass23-83/+36
2013-03-19spi: Add function to allocate a new SPI slaveSimon Glass2-0/+42
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini15-47/+3969
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini26-451/+1104
2013-03-18usb: Add multiple controllers support for EHCI PCIVincent Palatin1-9/+16
2013-03-18usb: usbeth: smsc95xx: remove EEPROM loaded checkMichael Spang1-4/+0
2013-03-18usb: ehci: Fix aliasing issue in EHCI interrupt codeVincent Palatin1-1/+1
2013-03-18usb: ehci: Support interrupt transfers via periodic listPatrick Georgi2-5/+316
2013-03-18usb: ehci: exynos: Enable non-dt pathVivek Gautam1-0/+7
2013-03-18usb: ehci: exynos: Fix multiple FDT decodeVivek Gautam1-28/+16
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski1-0/+6
2013-03-18usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek1-0/+2793
2013-03-18usb:composite: USB Mass Storage - storage_common.c from Linux kernelLukasz Majewski1-0/+653
2013-03-18usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski1-0/+19
2013-03-16usbtty: adapt buffers for large packet supportShiraz Hashim1-1/+1
2013-03-16usb/host/ehci: Add support for EHCI on spearVipin Kumar2-0/+60
2013-03-16usb: Fix bug when both DFU & ETHER are definedPantelis Antoniou1-2/+8
2013-03-16dfu: Add a partition type targetPantelis Antoniou1-0/+31
2013-03-16dfu: Properly zero out timeout valuePantelis Antoniou1-0/+3
2013-03-16usb: ehci: Add 64-bit controller supportVincent Palatin1-0/+3
2013-03-16usb: ehci: generic PCI supportVincent Palatin1-1/+40
2013-03-15serial: ns16550: Remove unwanted castSimon Glass1-1/+1
2013-03-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD3-79/+735
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD4-110/+105
2013-03-14mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.Tom Warren1-8/+55
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren1-58/+121
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren1-5/+37
2013-03-14tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]Lucas Stach1-68/+51
2013-03-14tegra: usb: move implementation into right directoryLucas Stach1-2/+533
2013-03-12I2C: S3C24X0: Bug fixes in i2c_transferRajeshwari Shinde1-8/+6
2013-03-12I2C: S3C24X0: Remove the dead codeRajeshwari Shinde1-7/+0
2013-03-11mvsata_ide.c: Correction of typo in commentsGray Remlin1-2/+2
2013-03-11ppc: Remove PCIPPC2 and PCIPPC6 boardsStefan Roese1-14/+0
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini10-28/+441
2013-03-11ARM: OMAP4+: Make control module register structure genericLokesh Vutla1-15/+10
2013-03-11am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N1-2/+18