aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-23spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard1-0/+1
2016-02-23spi: omap3: Remove unused variable irqstatus in omap3_spi_txrxChristophe Ricard1-2/+0
2016-02-23drivers: dma: ti-edma3: convert driver to adopt driver modelMugunthan V N1-2/+80
2016-02-23spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N1-1/+1
2016-02-23sf: spi_flash: use dma to copy data from mmap region if platform supportsMugunthan V N1-0/+9
2016-02-23dma: Kconfig: Add TI_EDMA3 entryMugunthan V N1-0/+7
2016-02-23dm: implement a DMA uclassMugunthan V N3-0/+89
2016-02-22Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-2/+179
2016-02-22video: Add S3C24xx framebuffer supportMarek Vasut3-1/+174
2016-02-22net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek1-1/+9
2016-02-22dm: ns16550: Add support for reg-offset propertyMichal Simek1-2/+4
2016-02-22serial: zynq: Change logic in putcMichal Simek1-2/+2
2016-02-22mmc: Kconfig: Add Arasan SDHCI entryMichal Simek1-0/+6
2016-02-22video: freetype: Fix a memory leak with a bad parameterSimon Glass1-1/+4
2016-02-22video: truetype: Fix a memory leak on errorSimon Glass1-0/+1
2016-02-21Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini9-9/+429
2016-02-21pinctrl: imx: Support i.MX7DPeng Fan3-0/+56
2016-02-21pinctrl: imx: Introduce pinctrl driver for i.MX6Peng Fan7-0/+352
2016-02-21imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7Ulises Cardenas1-9/+21
2016-02-21superio: Add SMSC SIO1007 driverBin Meng2-0/+127
2016-02-20Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini3-92/+28
2016-02-19Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini17-412/+908
2016-02-18drivers: usb: ohci-at91: clean up the PLLB codeWenyou Yang1-15/+7
2016-02-18drivers: usb: atmel: clean up the UTMI PLL codeWenyou Yang2-47/+11
2016-02-18drivers: at91: clean up peripheral clock codeWenyou Yang3-29/+9
2016-02-18net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese1-2/+1
2016-02-18net: phy: marvell: Call phy_reset() where possibleStefan Roese1-21/+2
2016-02-16tegra: video: Move LCD driver to use the DM PWM driverSimon Glass2-4/+17
2016-02-16tegra: Convert CONFIG_PWM_TEGRA to KconfigSimon Glass1-0/+8
2016-02-16tegra: video: Move all fdt-decoding into a single functionSimon Glass1-159/+105
2016-02-16tegra: video: Move LCD enums into the driverSimon Glass1-0/+20
2016-02-16tegra: video: Remove the static variablesSimon Glass1-16/+15
2016-02-16tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass1-213/+172
2016-02-16tegra: video: Merge the two config structures togetherSimon Glass1-19/+53
2016-02-16tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2-4/+1
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass1-0/+396
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2-1/+9
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass6-194/+237
2016-02-16tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass3-98/+79
2016-02-16tegra: pwm: Add a driver for the tegra PWMSimon Glass2-0/+88
2016-02-16tegra: gpio: Show the GPIO value for outputsSimon Glass1-1/+4
2016-02-16tegra: mmc: Fix comments in the MMC driver initSimon Glass1-2/+2
2016-02-16dm: video: Flush the cache after a puts()Simon Glass1-0/+1
2016-02-16tegra: keyboard: Fix the init orderSimon Glass1-1/+1
2016-02-14Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini10-83/+413
2016-02-14usb: remove UniPhier EHCI driverMasahiro Yamada3-83/+0
2016-02-14clk: uniphier: add Media I/O clock driver for UniPhier SoCsMasahiro Yamada7-0/+413
2016-02-12arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2-0/+1155
2016-02-12zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu1-0/+7
2016-02-12mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith1-3/+3