aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Merge 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
2020-07-27net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh1-1/+44
2020-07-27fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delaysVladimir Oltean1-1/+53
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada118-123/+123
2020-07-25treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada5-5/+5
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada46-47/+47
2020-07-25dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach3-0/+132
2020-07-25test: Add tests for SOC uclassDave Gerlach2-0/+57
2020-07-25dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach3-0/+112
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass6-32/+34
2020-07-25net: dc2114x: Add DM supportMarek Vasut1-2/+145
2020-07-25net: dc2114x: Split common parts of non-DM functions outMarek Vasut1-50/+67
2020-07-25net: dc2114x: Split RX pathMarek Vasut1-24/+43
2020-07-25net: dc2114x: Add RX/TX rings into the private dataMarek Vasut1-46/+46
2020-07-25net: dc2114x: Pass PCI BDF into phys_to_bus()Marek Vasut1-13/+16
2020-07-25net: dc2114x: Pass private data aroundMarek Vasut1-64/+71
2020-07-25net: dc2114x: Introduce private dataMarek Vasut1-7/+18
2020-07-25net: dc2114x: Use standard I/O accessorsMarek Vasut1-2/+3
2020-07-25net: dc2114x: Drop update_srom()Marek Vasut1-91/+0
2020-07-25net: dc2114x: Add Kconfig entriesMarek Vasut1-0/+6
2020-07-25net: dc2114x: Support all DC2114xMarek Vasut1-9/+0
2020-07-25net: dc2114x: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-2/+2
2020-07-25mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford1-1/+1