summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-6/+24
2019-10-12Merge branch '2019-10-11-master-imports'Tom Rini11-30/+700
2019-10-11clk: cdce9xx: add support for cdce9xx clock synthesizerTero Kristo3-0/+262
2019-10-11mmc: am654_sdhci: Drop a redundant power_domain_on in probeLokesh Vutla1-13/+0
2019-10-11regulator: fixed: Modify enable-active-high behaviorPatrice Chotard1-1/+6
2019-10-11ata: ahci: Don't forget to clear upper address regs.Oleksandr Rybalko1-4/+7
2019-10-11ahci-pci: ASM1061 report wrong class, but support AHCI.Oleksandr Rybalko1-0/+1
2019-10-11phy: mediatek: add MediaTek T-PHY support for PCIeRyder Lee3-0/+374
2019-10-11pci: mediatek: add PCIe controller support for MT7623Ryder Lee3-0/+288
2019-10-11spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock.Kursad Oney1-10/+9
2019-10-11spi: bcm63xx_hsspi: switch to raw I/O functions.Kursad Oney1-14/+14
2019-10-11spi: hsspi: allow to be used on bcm6858 and bcm63158Kursad Oney1-1/+1
2019-10-11remoteproc: Introduce K3 C66 and C71 remoteproc driverLokesh Vutla3-0/+365
2019-10-11remoteproc: Introduce K3 remoteproc driver for R5F subsystemLokesh Vutla3-0/+827
2019-10-11remoteproc: tisci_proc: Add helper api for controlling core power domainLokesh Vutla1-0/+27
2019-10-11remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla1-0/+24
2019-10-11remoteproc: elf_loader: Introduce a common elf loader and checker functionsLokesh Vutla1-0/+31
2019-10-11remoteproc: elf-loader: Add 64 bit elf loading supportLokesh Vutla1-0/+110
2019-10-11remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2-11/+9
2019-10-11remoteproc: ops: Add elf section size as input parameter to device_to_virt apiLokesh Vutla3-4/+15
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-0/+11
2019-10-11sandbox: pci: Remember the device being emulatedSimon Glass1-6/+24
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini25-19/+1376
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini27-474/+1969
2019-10-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-0/+9
2019-10-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini25-112/+197
2019-10-09Merge tag 'u-boot-atmel-2020.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini3-1/+3
2019-10-09Merge tag 'efi-2020-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+14
2019-10-08pinctrl: nxp: DM_FLAG_PRE_RELOC by defaultIgor Opaniuk4-8/+0
2019-10-08ddr: imx8m: Fix the ddr init hang on imx8mqJacky Bai1-4/+4
2019-10-08driver: ddr: Refine the ddr init driver on imx8mJacky Bai7-311/+184
2019-10-08imx8mq: Update the ddrc QoS setting for B1 chipBai Ping1-1/+4
2019-10-08ddr: imx8m: Fix ddr4 driver build issueYe Li1-2/+1
2019-10-08spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li1-0/+10
2019-10-08spi: fsl_qspi: Update to use driver dataYe Li1-34/+79
2019-10-08spi: fsl_qspi: Update write data size for page program LUTYe Li1-11/+1
2019-10-08spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li1-15/+16
2019-10-08misc: imx8: add more scfw apiPeng Fan1-8/+512
2019-10-08ddr: imx8m: fix ddr firmware location when enable SPL OFPeng Fan1-1/+11
2019-10-08imx: add support for i.MX7/i.MX8MQ reset controllerPatrick Wildt3-0/+320
2019-10-08imx: add support for i.MX8MQ power domain controllerPatrick Wildt3-0/+145
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driverLukasz Majewski1-17/+55
2019-10-08mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driverLukasz Majewski1-2/+2
2019-10-08mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTSLukasz Majewski1-70/+373
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski1-2/+32
2019-10-08spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski1-0/+2
2019-10-08spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski1-1/+1
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2-0/+183
2019-10-08imx: scu_api: add sc_pm_is_partition_startedPeng Fan1-0/+27
2019-10-08imx: scu_api: add sc_rm_set_master_sidPeng Fan1-0/+22