summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini9-24/+191
2020-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stmTom Rini1-1/+1
2020-07-29drivers: tee: broadcom: add optee based bnxt fw load driverVikas Gupta5-0/+195
2020-07-29drivers: gpio: add broadcom iproc gpio driver supportRayagonda Kokatanur3-0/+302
2020-07-29video: add nexell video driver (display/video driver)Stefan Bosch10-0/+2607
2020-07-29video: add nexell video driver (soc: dpc, makefile)Stefan Bosch3-0/+2024
2020-07-29video: add nexell video driver (soc: lvds, hdmi)Stefan Bosch4-0/+899
2020-07-29video: add nexell video driver (soc: mlc, mipi)Stefan Bosch4-0/+3161
2020-07-29video: add nexell video driver (soc: displaytop)Stefan Bosch5-0/+961
2020-07-29pinctrl: add nexell driverStefan Bosch8-0/+434
2020-07-29mmc: add nexell driverStefan Bosch3-0/+246
2020-07-29i2c: add nexell driverStefan Bosch3-0/+636
2020-07-29gpio: add nexell driverStefan Bosch3-0/+260
2020-07-29msm_gpio: Add support for Qualcomm IPQ40xxRobert Marko1-0/+1
2020-07-29msm_serial: Read bit rate register value from DTRobert Marko1-1/+5
2020-07-29pinctrl: mediatek: add PUPD/R0/R1 support for MT7623David Woodhouse3-5/+146
2020-07-29eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driverMarkLee2-1/+3
2020-07-29dm: button: add a driver for button driven by gpioPhilippe Reynes3-0/+122
2020-07-29dm: button: add an uclass for buttonPhilippe Reynes5-0/+63
2020-07-29drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano3-24/+6
2020-07-28Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to KconfigAdam Ford1-0/+6
2020-07-28phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supplyPatrick Delaunay1-1/+1
2020-07-28Merge tag 'u-boot-amlogic-20200727' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-4/+39
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini30-687/+1464
2020-07-27Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini175-203/+507
2020-07-27serial: meson: handle RX errorsNeil Armstrong1-4/+39
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini9-1/+373
2020-07-27Watchdog: introduce ARM SBSA watchdog driverZhao Qiang3-0/+141
2020-07-27pci: layerscape: Add specific config entry for RC and EP mode driverHou Zhiqiang2-8/+28
2020-07-27pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2Xiaowei Bao2-2/+15
2020-07-27pci: layerscape: Modify the ls_pcie_dump_atu functionXiaowei Bao4-14/+18
2020-07-27pci_ep: layerscape: Add the SRIOV VFs of PF supportXiaowei Bao3-13/+42
2020-07-27pci_ep: layerscape: Add Support for ls2085a and ls2080a EP modeXiaowei Bao1-5/+13
2020-07-27pci_ep: layerscape: Add the workaround for errata A-009460Xiaowei Bao1-0/+9
2020-07-27pcie_ep: layerscape: Add the multiple function supportXiaowei Bao3-48/+98
2020-07-27pci_ep: Add the init functionXiaowei Bao1-0/+11
2020-07-27pci: layerscape: Split the EP and RC driverXiaowei Bao6-497/+735
2020-07-27i2c: mxc: move i2c_early_init_f to common functionBiwen Li1-68/+70
2020-07-27crypto/fsl: add RNG supportMichael Walle6-0/+125
2020-07-27crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle4-7/+76
2020-07-27crypto/fsl: don't regenerate secure keysMichael Walle3-7/+8
2020-07-27crypto/fsl: support newer SEC modulesMichael Walle1-2/+10
2020-07-27crypto/fsl: export caam_get_era()Michael Walle1-1/+9
2020-07-27crypto/fsl: make SEC%u status line consistentMichael Walle1-7/+7
2020-07-27crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt1-1/+1
2020-07-27crypto/fsl: correct printf() statement.Heinrich Schuchardt1-2/+2
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu5-56/+4
2020-07-27Drop global data sdhc_adapter for powerpcYangbo Lu1-1/+0
2020-07-27armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam1-1/+1
2020-07-27crypto/fsl: fix unaligned accessMichael Walle1-14/+13