summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-rockchipTom Rini2017-04-162-0/+16
|\
| * rockchip: i2c: Enable i2c for rk3399eric.gao@rock-chips.com2017-04-151-0/+1
| * rockchip: sysreset: rk3188: Make sure remap is off on warm-resetsHeiko Stübner2017-04-151-0/+15
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-04-163-10/+71
|\ \
| * | dm: led: Add support for blinking LEDsSimon Glass2017-04-142-0/+21
| * | dm: led: Support toggling LEDsSimon Glass2017-04-141-0/+7
| * | dm: led: Add support for getting the state of an LEDSimon Glass2017-04-142-0/+32
| * | dm: led: Adjust the LED uclassSimon Glass2017-04-142-6/+6
| * | dm: led: Rename struct led_uclass_platSimon Glass2017-04-142-4/+4
| * | dm: led: Add a missing blank line in the Kconfig fileSimon Glass2017-04-141-0/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-04-145-86/+542
|\ \ | |/ |/|
| * video: Fix crash when scroll screeneric.gao@rock-chips.com2017-04-141-1/+1
| * at91: video: Support driver-model for the HLCD driverSongjun Wu2017-04-142-71/+417
| * video: fsl_dcu_fb: add additional modes for DCUStefan Agner2017-04-141-2/+59
| * video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER settingStefan Agner2017-04-141-1/+1
| * video: fsl_dcu_fb: Enable pixel clock after initializationStefan Agner2017-04-141-7/+6
| * video: fsl_dcu_fb: fix framebuffer to the end of memoryStefan Agner2017-04-142-3/+50
| * Convert CONFIG_FSL_DCU_FB to KconfigSanchayan Maity2017-04-142-1/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2017-04-146-32/+77
|\ \
| * | usb: dwc2: invalidate the dcache before starting the DMAEddie Cai2017-04-141-6/+13
| * | usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich2017-04-142-2/+5
| * | usb: dwc3: ensure consistent types for dwc3_flush_cachePhilipp Tomsich2017-04-143-11/+11
| * | usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi2017-04-141-2/+2
| * | usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi2017-04-141-5/+7
| * | usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi2017-04-141-1/+1
| * | usb: dwc2: add support for external vbus supplyKever Yang2017-04-141-5/+38
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2017-04-144-1/+11
|\ \
| * | arm: socfpga: Convert Altera DDR SDRAM driver to use KconfigLey Foon Tan2017-04-144-1/+11
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-04-146-7/+481
|\ \
| * | mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.Alex Deymo2017-04-141-4/+11
| * | mmc: bcm2835_sdhci: Speed up mmc writes.Jocelyn Bohr2017-04-141-2/+6
| * | mmc: gen_atmel_mci: add driver model support for mciWenyou Yang2017-04-142-1/+166
| * | mmc: meson: add MMC driver for Meson GX (S905)Carlo Caione2017-04-143-0/+298
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-04-1310-56/+649
|\ \
| * | gpio: at91_gpio: add the clock supportWenyou Yang2017-04-131-0/+13
| * | gpio: at91_gpio: add the device tree supportWenyou Yang2017-04-131-0/+15
| * | gpio: Kconfig: add CONFIG_AT91_GPIO optionWenyou Yang2017-04-131-0/+13
| * | pinctrl: at91: add pinctrl driverWenyou Yang2017-04-133-0/+468
| * | gpio: at91_gpio: remove CPU_HAS_PIO3 macroWenyou Yang2017-04-132-47/+99
| * | mtd: nand: atmel: use another functions to set gpio valueWenyou Yang2017-04-131-2/+3
| * | dm: core: Ensure DMA regions start up with the cache cleanSimon Glass2017-04-131-1/+29
| * | core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc2017-04-131-1/+1
| * | serial: ns16550: Link in the DM driver when when using platdataAlexandru Gagniuc2017-04-131-5/+8
| |/
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-04-132-1/+14
|\ \
| * | ARM: mxs: Rename M28EVKMarek Vasut2017-04-051-1/+1
| * | drivers: net: phy: add MV88E6xx options to KconfigTim Harvey2017-03-201-0/+13
* | | Fix a bug with PL010s running at 19200 baudAlyssa Rosenzweig2017-04-131-1/+1
* | | board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-2/+2
| |/ |/|
* | Merge git://git.denx.de/u-boot-x86Tom Rini2017-04-104-0/+109
|\ \
| * | serial: Add serial driver for Intel MIDAndy Shevchenko2017-04-103-0/+79