aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan3-75/+77
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan6-0/+772
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich1-16/+0
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng1-1/+8
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng1-0/+1
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng1-1/+1
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz1-1/+4
2018-05-26mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard1-2/+2
2018-05-26stm32mp1: add FUSE command supportPatrick Delaunay3-0/+126
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay2-2/+51
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard2-10/+10
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay2-22/+92
2018-05-26ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk1-13/+24
2018-05-26serial: 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-25tpm: add a Sandbox TPMv2.x driverMiquel Raynal3-1/+636
2018-05-25tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal1-0/+16
2018-05-25tpm: add support for TPMv2.x SPI modulesMiquel Raynal3-0/+675
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+2
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal8-8/+11
2018-05-25tpm: 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-23i2c: Drop CONFIG_SH_SH7734_I2CTuomas Tynkkynen2-377/+0
2018-05-23i2c: Drop CONFIG_TSI108_I2CTuomas Tynkkynen2-276/+0
2018-05-23net: Drop CONFIG_TSI108_ETHTuomas Tynkkynen2-1016/+0
2018-05-23clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev1-1/+1
2018-05-23Convert 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