summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20191014' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-141-0/+11
|\
| * i2c: imx_lpi2c: add ipg clkPeng Fan2019-10-141-0/+11
* | Merge tag 'video-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-10-1412-60/+3161
|\ \
| * | video: add support of panel RM68200Yannick Fertré2019-10-133-0/+361
| * | video: add support of panel OTM8009AYannick Fertré2019-10-133-0/+389
| * | video: add support of STM32 MIPI DSI controller driverYannick Fertré2019-10-133-0/+500
| * | video: add MIPI DSI host controller bridgeYannick Fertré2019-10-133-0/+849
| * | dm: Add a dsi host uclassYannick Fertré2019-10-134-0/+142
| * | video: add support of MIPI DSI interfaceYannick Fertré2019-10-133-0/+837
| * | video: stm32: stm32_ltdc: add bridge to display controllerYannick Fertré2019-10-131-60/+83
| |/
* | Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-146-2/+323
|\ \ | |/ |/|
| * mmc: stm32_sdmmc2: implement host_power_cycle callbackYann Gautier2019-10-101-2/+11
| * mmc: add a driver callback for power-cycleYann Gautier2019-10-102-0/+29
| * drivers: mmc: Add sdhci driver for Broadcom iProc platformArun Parameswaran2019-10-103-0/+259
| * spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-0/+24
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-121-6/+24
|\ \
| * | sandbox: pci: Remember the device being emulatedSimon Glass2019-10-111-6/+24
| |/
* | Merge branch '2019-10-11-master-imports'Tom Rini2019-10-1211-30/+700
|\ \
| * | regulator: fixed: Modify enable-active-high behaviorPatrice Chotard2019-10-111-1/+6
| * | ata: ahci: Don't forget to clear upper address regs.Oleksandr Rybalko2019-10-111-4/+7
| * | ahci-pci: ASM1061 report wrong class, but support AHCI.Oleksandr Rybalko2019-10-111-0/+1
| * | phy: mediatek: add MediaTek T-PHY support for PCIeRyder Lee2019-10-113-0/+374
| * | pci: mediatek: add PCIe controller support for MT7623Ryder Lee2019-10-113-0/+288
| * | spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock.Kursad Oney2019-10-111-10/+9
| * | spi: bcm63xx_hsspi: switch to raw I/O functions.Kursad Oney2019-10-111-14/+14
| * | spi: hsspi: allow to be used on bcm6858 and bcm63158Kursad Oney2019-10-111-1/+1
* | | clk: cdce9xx: add support for cdce9xx clock synthesizerTero Kristo2019-10-113-0/+262
* | | mmc: am654_sdhci: Drop a redundant power_domain_on in probeLokesh Vutla2019-10-111-13/+0
* | | remoteproc: Introduce K3 C66 and C71 remoteproc driverLokesh Vutla2019-10-113-0/+365
* | | remoteproc: Introduce K3 remoteproc driver for R5F subsystemLokesh Vutla2019-10-113-0/+827
* | | remoteproc: tisci_proc: Add helper api for controlling core power domainLokesh Vutla2019-10-111-0/+27
* | | remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla2019-10-111-0/+24
* | | remoteproc: elf_loader: Introduce a common elf loader and checker functionsLokesh Vutla2019-10-111-0/+31
* | | remoteproc: elf-loader: Add 64 bit elf loading supportLokesh Vutla2019-10-111-0/+110
* | | remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2019-10-112-11/+9
* | | remoteproc: ops: Add elf section size as input parameter to device_to_virt apiLokesh Vutla2019-10-113-4/+15
* | | dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-0/+11
|/ /
* | Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-0925-19/+1376
|\ \ | |/ |/|
| * arm64: zynqmp: Use mailbox driver for PMUFW config loadingMichal Simek2019-10-081-0/+24
| * firmware: zynqmp: Separate function for sending message via mailboxMichal Simek2019-10-081-9/+10
| * arm64: zynqmp: use firmware driver to get versionIbai Erkiaga2019-10-081-2/+2
| * firmware: zynqmp: create firmware headerIbai Erkiaga2019-10-082-0/+2
| * firmware: zynqmp: get fw version with mailbox driverIbai Erkiaga2019-10-081-2/+74
| * firmware: zynqmp: Add zynqmp-power supportIbai Erkiaga2019-10-081-0/+47
| * mailbox: zynqmp: ipi mailbox driverIbai Erkiaga2019-10-083-0/+141
| * mailbox: allow subnode for mbox regsIbai Erkiaga2019-10-081-1/+10
| * mailbox: check ops prior callingIbai Erkiaga2019-10-081-2/+6
| * net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu2019-10-081-1/+6
| * gpio: zynq: fix issue in set gpio output directionAshok Reddy Soma2019-10-081-1/+1
| * drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy2019-10-081-2/+2