aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux2-0/+148
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-2/+130
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-1/+1
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R1-0/+25
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R1-0/+78
2015-08-17sf: ops: Add spi_flash_copy_mmap functionTom Rini1-1/+7
2015-08-17ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com1-1/+1
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert2-0/+424
2015-08-17arm: mvebu: Add complete SDRAM ECC scrubbingStefan Roese2-2/+2
2015-08-17arm: mvebu: add multiple usb-hostcontroller support for AXPAnton Schubert1-8/+11
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese1-1/+8
2015-08-17arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese1-1/+0
2015-08-17arm: mvebu: sdram: Enable ECC support on Armada XPStefan Roese1-1/+1
2015-08-17i2c: lpc32xx: fix write timeoutSylvain Lemieux1-0/+2
2015-08-17i2c: lpc32xx: fix read timeoutSylvain Lemieux1-5/+5
2015-08-17i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux1-1/+1
2015-08-17sf: Make 4K sector support configurableMarek Vasut2-0/+19
2015-08-17ARM: exynos: move SoC sources to mach-exynosThomas Abraham1-1/+1
2015-08-14Merge git://git.denx.de/u-boot-x86Tom Rini2-1/+141
2015-08-14Merge branch 'master' of git://git.denx.de/u-boot-pmicTom Rini3-1/+104
2015-08-14video: vesa: Correct a typo in the Kconfig VESA mode stringBin Meng1-1/+1
2015-08-14Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass1-0/+4
2015-08-14Add missing part of: "power: pmic: pfuze100 support driver model"Peng Fan3-1/+104
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass1-0/+60
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass1-0/+76
2015-08-14sunxi: Display: Add support for eDP panels connected via an anx9804 bridgeHans de Goede1-1/+18
2015-08-14video: Add support for the ANX9804 parallel lcd to dp bridge chipHans de Goede4-0/+222
2015-08-14sun6i: display: Add support for using the mipi pll as lcd clock sourceHans de Goede1-7/+34
2015-08-14sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede1-4/+18
2015-08-14sunxi: display: Fix composite video out on sun5iHans de Goede1-0/+11
2015-08-14sunxi: display: Add overscan correctionHans de Goede1-12/+39
2015-08-14cfbconsole: Add support for stride != widthHans de Goede1-35/+37
2015-08-14cfbconsole: Remove width argument from the logo functionsHans de Goede1-13/+8
2015-08-13tegra: nand: disable subpage writesMarcel Ziswiler1-0/+3
2015-08-13mtd/nand/tegra: alignment workaroundMarcel Ziswiler1-51/+36
2015-08-13tegra: nand: fix read_byte required for proper onfi detectionMarcel Ziswiler1-31/+7
2015-08-13Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-22/+47
2015-08-13net: lpc32xx: eth buffers base configSylvain Lemieux1-3/+5
2015-08-13Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini11-54/+202
2015-08-13mmc_spi: Big-endian supportYoshinori Sato1-5/+5
2015-08-13dw_mmc: Calculate dwmmc FIFO threshold size if not providedSimon Glass1-2/+8
2015-08-12dra7xx: Add dra72_evm_defconfig using CONFIG_DMTom Rini1-0/+1
2015-08-12gpio: omap: Drop 'method' parameterTom Rini1-48/+59
2015-08-12mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xxNikita Kiryanov1-2/+2
2015-08-12mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xxNikita Kiryanov1-1/+1
2015-08-12spi: omap3_spi: add am43xx support to omap3_spiNikita Kiryanov1-1/+1
2015-08-12mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.Peter Griffin2-0/+57
2015-08-12pmic: pmic_hi6553: Add a driver for the hi6553 pmic found on hikey board.Peter Griffin2-0/+134
2015-08-12dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.Peter Griffin2-0/+97
2015-08-12usb: ohci: enable cache supportWu, Josh2-12/+2