aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini4-15/+62
2020-06-12net: rtl8139: Add DM supportMarek Vasut1-1/+132
2020-06-12net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut1-9/+18
2020-06-12net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-2/+2
2020-06-12net: rtl8139: Split out common and non-DM functionsMarek Vasut1-24/+68
2020-06-12net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut1-9/+9
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut1-58/+78
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut1-5/+5
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut1-46/+38
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut1-2/+1
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut1-1/+6
2020-06-12net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2-0/+90
2020-06-12net: phy: Add support for TI PHY initDan Murphy5-2/+45
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita1-6/+16
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren1-0/+16
2020-06-12net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue1-0/+16
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle1-6/+15
2020-06-11usb: provide a device tree node to USB devicesMichael Walle1-5/+36
2020-06-11regmap: Check for out-of-range offsets before mapping themPratyush Yadav1-4/+4
2020-06-09Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+7
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini8-71/+273
2020-06-08power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut1-0/+7
2020-06-05virtio: VIRTIO_RNG depends on DM_RNGHeinrich Schuchardt1-5/+7
2020-06-04serial: Add missing Kconfig dependencies for debug consolesMichal Simek1-0/+13
2020-06-04serial: Convert ARM_DCC to KconfigTom Rini1-0/+6
2020-06-04ddr: Rework errata A008109, A008378, 009942 workaroundJaiprakash Singh3-65/+107
2020-06-04ddr: fsl: Impl. Erratum A008109Joakim Tjernlund2-0/+9
2020-06-04net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang1-4/+21
2020-06-04net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang1-3/+8
2020-06-04net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur1-6/+134
2020-06-04clk: sifive: fu540-prci: Release ethernet clock resetPragnesh Patel1-0/+20
2020-06-04clk: sifive: fu540-prci: Add ddr clock initializationPragnesh Patel1-6/+45
2020-06-04clk: sifive: fu540-prci: Add clock enable and disable opsPragnesh Patel1-12/+96
2020-06-04sifive: fu540: add ddr driverPragnesh Patel5-0/+432
2020-06-04misc: add driver for the SiFive otp controllerPragnesh Patel3-0/+283
2020-06-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini12-449/+167
2020-06-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-9/+17
2020-06-03drivers: net: qe: deselect QE when DM_ETH is enabledMadalin Bucur1-1/+1
2020-06-03drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur1-0/+1
2020-06-02bootcount_ext: Add Ext4 build dependencyFrédéric Danis1-0/+2
2020-06-02kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz1-2/+2
2020-06-02kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz1-2/+2
2020-06-02usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass1-0/+1
2020-06-02x86: spi: Rewrite logic for obtaining the SPI memory mapSimon Glass1-15/+88
2020-06-01net: sun8i_emac: Add support for the H6 variantSamuel Holland1-4/+10
2020-06-01net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland1-3/+3
2020-06-01phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko1-2/+4
2020-06-01mtd: sf: Drop plat from sf_probeJagan Teki1-2/+0
2020-06-01mtd: spi: Call sst_write in _write opsJagan Teki1-6/+7
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki5-38/+0