summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to KconfigAdam Ford2020-07-281-0/+6
* Merge tag 'u-boot-amlogic-20200727' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-07-271-4/+39
|\
| * serial: meson: handle RX errorsNeil Armstrong2020-07-271-4/+39
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-07-2730-687/+1464
|\ \
| * | Watchdog: introduce ARM SBSA watchdog driverZhao Qiang2020-07-273-0/+141
| * | pci: layerscape: Add specific config entry for RC and EP mode driverHou Zhiqiang2020-07-272-8/+28
| * | pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2Xiaowei Bao2020-07-272-2/+15
| * | pci: layerscape: Modify the ls_pcie_dump_atu functionXiaowei Bao2020-07-274-14/+18
| * | pci_ep: layerscape: Add the SRIOV VFs of PF supportXiaowei Bao2020-07-273-13/+42
| * | pci_ep: layerscape: Add Support for ls2085a and ls2080a EP modeXiaowei Bao2020-07-271-5/+13
| * | pci_ep: layerscape: Add the workaround for errata A-009460Xiaowei Bao2020-07-271-0/+9
| * | pcie_ep: layerscape: Add the multiple function supportXiaowei Bao2020-07-273-48/+98
| * | pci_ep: Add the init functionXiaowei Bao2020-07-271-0/+11
| * | pci: layerscape: Split the EP and RC driverXiaowei Bao2020-07-276-497/+735
| * | i2c: mxc: move i2c_early_init_f to common functionBiwen Li2020-07-271-68/+70
| * | crypto/fsl: add RNG supportMichael Walle2020-07-276-0/+125
| * | crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle2020-07-274-7/+76
| * | crypto/fsl: don't regenerate secure keysMichael Walle2020-07-273-7/+8
| * | crypto/fsl: support newer SEC modulesMichael Walle2020-07-271-2/+10
| * | crypto/fsl: export caam_get_era()Michael Walle2020-07-271-1/+9
| * | crypto/fsl: make SEC%u status line consistentMichael Walle2020-07-271-7/+7
| * | crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt2020-07-271-1/+1
| * | crypto/fsl: correct printf() statement.Heinrich Schuchardt2020-07-271-2/+2
| * | Move eSDHC adapter card identification to board filesYangbo Lu2020-07-275-56/+4
| * | Drop global data sdhc_adapter for powerpcYangbo Lu2020-07-271-1/+0
| * | armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam2020-07-271-1/+1
| * | crypto/fsl: fix unaligned accessMichael Walle2020-07-271-14/+13
| * | net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2020-07-271-1/+44
| * | fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delaysVladimir Oltean2020-07-271-1/+53
| |/
* | Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-07-27175-203/+507
|\ \
| * | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-25118-123/+123
| * | treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-255-5/+5
| * | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2546-47/+47
| * | dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach2020-07-253-0/+132
| * | test: Add tests for SOC uclassDave Gerlach2020-07-252-0/+57
| * | dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-253-0/+112
| * | cpu: Convert the methods to use a const udevice *Simon Glass2020-07-256-32/+34
| * | dm: core Fix long line in device_bind_common()Simon Glass2020-07-241-1/+2
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-07-279-1/+373
|\ \
| * | mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford2020-07-251-1/+1
| * | pinctrl: renesas: Enable R8A774A1 PFC tablesAdam Ford2020-07-254-0/+23
| * | clk: renesas: Add R8A774A1 clock tablesAdam Ford2020-07-254-0/+349
| |/
* | net: dc2114x: Add DM supportMarek Vasut2020-07-251-2/+145
* | net: dc2114x: Split common parts of non-DM functions outMarek Vasut2020-07-251-50/+67
* | net: dc2114x: Split RX pathMarek Vasut2020-07-251-24/+43
* | net: dc2114x: Add RX/TX rings into the private dataMarek Vasut2020-07-251-46/+46
* | net: dc2114x: Pass PCI BDF into phys_to_bus()Marek Vasut2020-07-251-13/+16
* | net: dc2114x: Pass private data aroundMarek Vasut2020-07-251-64/+71
* | net: dc2114x: Introduce private dataMarek Vasut2020-07-251-7/+18
* | net: dc2114x: Use standard I/O accessorsMarek Vasut2020-07-251-2/+3