summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-27mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard1-2/+2
2018-05-27stm32mp1: add FUSE command supportPatrick Delaunay3-0/+126
2018-05-27serial: stm32: Add setparity supportPatrick Delaunay2-2/+51
2018-05-27serial: stm32: Fix bits defines namePatrice Chotard2-10/+10
2018-05-27serial: stm32: Add debug uart supportPatrick Delaunay2-22/+92
2018-05-27ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk1-13/+24
2018-05-27serial: serial_msm: added pinmux & configRamon Fried1-6/+18
2018-05-26serial: serial_msm: initialize uart only before relocationRamon Fried1-0/+4
2018-05-26serial: serial_msm: fail probe if settings clocks failsRamon Fried1-2/+4
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen3-5/+13
2018-05-26PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen1-2/+2
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen1-0/+7
2018-05-26tpm: add a Sandbox TPMv2.x driverMiquel Raynal3-1/+636
2018-05-26tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal1-0/+16
2018-05-26tpm: add support for TPMv2.x SPI modulesMiquel Raynal3-0/+675
2018-05-26tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+2
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal8-8/+11
2018-05-26tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal1-11/+38
2018-05-25tpm: add Revision ID field in the chip structureMiquel Raynal1-0/+1
2018-05-24Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini2-0/+42
2018-05-24Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini1-218/+47
2018-05-24serial/serial_arc: Implement debug serialAlexey Brodkin2-0/+35
2018-05-24serial: Convert ARC_SERIAL to KconfigAlexey Brodkin1-0/+7
2018-05-24i2c: Drop CONFIG_SH_SH7734_I2CTuomas Tynkkynen2-377/+0
2018-05-24i2c: Drop CONFIG_TSI108_I2CTuomas Tynkkynen2-276/+0
2018-05-24net: Drop CONFIG_TSI108_ETHTuomas Tynkkynen2-1016/+0
2018-05-24clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev1-1/+1
2018-05-24Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan1-0/+7
2018-05-23mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf1-218/+47
2018-05-20SPDX: Fixup SPDX tags in a few new filesTom Rini2-3/+2
2018-05-20Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini3-227/+294
2018-05-20Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini17-45/+744
2018-05-20Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini4-2/+744
2018-05-20i2c: rcar_i2c: Add DM and DT capable I2C driverMarek Vasut3-0/+360
2018-05-20i2c: rcar_i2c: Remove the driverMarek Vasut2-293/+0
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N4-8/+8
2018-05-18usb: xhci: zynqmp: Remove support for !DM_USBMichal Simek2-46/+1
2018-05-18usb: xhci: zynqmp: Add support for DM_USBMichal Simek1-0/+69
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek3-0/+164
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N1-0/+29
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N3-1/+62
2018-05-18phy: add support for STM32 usb phy controllerPatrice Chotard3-0/+416
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim2-4/+8
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim1-1/+2
2018-05-18Merge git://git.denx.de/u-boot-imxTom Rini5-26/+184
2018-05-18configs: Add DDR Kconfig support for Arria 10Tien Fong Chee1-1/+1
2018-05-18ARM: socfpga: Add DDR driver for Arria 10Tien Fong Chee2-0/+742
2018-05-18ARM: socfpga: Rename the gen5 sdram driver to more specific nameTien Fong Chee2-1/+1
2018-05-18sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmissionLukasz Majewski1-14/+31
2018-05-18pmic: dm: Add support for MC34708 for PMIC DMLukasz Majewski3-0/+113