summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* pci_rom: fix may be used uninitialized warningAndreas Bießmann2016-02-24-1/+1
* stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha2016-02-24-3/+3
* stm32x7: add support for stm32x7 serial driverVikas Manocha2016-02-24-0/+121
* gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha2016-02-24-18/+0
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-24-5/+0
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-02-23-16/+62
|\
| * sunxi: H3: Add support for the host usb-physJelle van der Waa2016-02-23-16/+16
| * sunxi: power: add support for sy8106a driverJelle van der Waa2016-02-23-0/+46
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-02-23-5/+187
|\ \
| * | spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard2016-02-23-0/+1
| * | spi: omap3: Remove unused variable irqstatus in omap3_spi_txrxChristophe Ricard2016-02-23-2/+0
| * | drivers: dma: ti-edma3: convert driver to adopt driver modelMugunthan V N2016-02-23-2/+80
| * | spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N2016-02-23-1/+1
| * | sf: spi_flash: use dma to copy data from mmap region if platform supportsMugunthan V N2016-02-23-0/+9
| * | dma: Kconfig: Add TI_EDMA3 entryMugunthan V N2016-02-23-0/+7
| * | dm: implement a DMA uclassMugunthan V N2016-02-23-0/+89
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-02-22-2/+179
|\ \
| * | video: Add S3C24xx framebuffer supportMarek Vasut2016-02-22-1/+174
| * | video: freetype: Fix a memory leak with a bad parameterSimon Glass2016-02-22-1/+4
| * | video: truetype: Fix a memory leak on errorSimon Glass2016-02-22-0/+1
| |/
* | net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek2016-02-22-1/+9
* | dm: ns16550: Add support for reg-offset propertyMichal Simek2016-02-22-2/+4
* | serial: zynq: Change logic in putcMichal Simek2016-02-22-2/+2
* | mmc: Kconfig: Add Arasan SDHCI entryMichal Simek2016-02-22-0/+6
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-02-21-9/+429
|\
| * pinctrl: imx: Support i.MX7DPeng Fan2016-02-21-0/+56
| * pinctrl: imx: Introduce pinctrl driver for i.MX6Peng Fan2016-02-21-0/+352
| * imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7Ulises Cardenas2016-02-21-9/+21
* | superio: Add SMSC SIO1007 driverBin Meng2016-02-21-0/+127
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-02-20-92/+28
|\ \
| * | drivers: usb: ohci-at91: clean up the PLLB codeWenyou Yang2016-02-18-15/+7
| * | drivers: usb: atmel: clean up the UTMI PLL codeWenyou Yang2016-02-18-47/+11
| * | drivers: at91: clean up peripheral clock codeWenyou Yang2016-02-18-29/+9
* | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-02-19-412/+908
|\ \ \
| * | | tegra: video: Move LCD driver to use the DM PWM driverSimon Glass2016-02-16-4/+17
| * | | tegra: Convert CONFIG_PWM_TEGRA to KconfigSimon Glass2016-02-16-0/+8
| * | | tegra: video: Move all fdt-decoding into a single functionSimon Glass2016-02-16-159/+105
| * | | tegra: video: Move LCD enums into the driverSimon Glass2016-02-16-0/+20
| * | | tegra: video: Remove the static variablesSimon Glass2016-02-16-16/+15
| * | | tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass2016-02-16-213/+172
| * | | tegra: video: Merge the two config structures togetherSimon Glass2016-02-16-19/+53
| * | | tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2016-02-16-4/+1
| * | | tegra: video: Merge the display driver into one fileSimon Glass2016-02-16-0/+396
| * | | tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2016-02-16-1/+9
| * | | tegra: nyan-big: Move the LCD driver to driver modelSimon Glass2016-02-16-194/+237
| * | | tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass2016-02-16-98/+79
| * | | tegra: pwm: Add a driver for the tegra PWMSimon Glass2016-02-16-0/+88
| * | | tegra: gpio: Show the GPIO value for outputsSimon Glass2016-02-16-1/+4
| * | | tegra: mmc: Fix comments in the MMC driver initSimon Glass2016-02-16-2/+2
| * | | dm: video: Flush the cache after a puts()Simon Glass2016-02-16-0/+1