summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini
2020-06-12net: rtl8139: Add DM supportMarek Vasut
2020-06-12net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut
2020-06-12net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-12net: rtl8139: Split out common and non-DM functionsMarek Vasut
2020-06-12net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut
2020-06-12net: phy: Add DP8382x phy registration to TI PHY initDan Murphy
2020-06-12net: phy: Add support for TI PHY initDan Murphy
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren
2020-06-12net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle
2020-06-11usb: provide a device tree node to USB devicesMichael Walle
2020-06-11regmap: Check for out-of-range offsets before mapping themPratyush Yadav
2020-06-09Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2020-06-08power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut
2020-06-05virtio: VIRTIO_RNG depends on DM_RNGHeinrich Schuchardt
2020-06-04serial: Add missing Kconfig dependencies for debug consolesMichal Simek
2020-06-04serial: Convert ARM_DCC to KconfigTom Rini
2020-06-04ddr: Rework errata A008109, A008378, 009942 workaroundJaiprakash Singh
2020-06-04ddr: fsl: Impl. Erratum A008109Joakim Tjernlund
2020-06-04net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang
2020-06-04net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang
2020-06-04net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur
2020-06-04clk: sifive: fu540-prci: Release ethernet clock resetPragnesh Patel
2020-06-04clk: sifive: fu540-prci: Add ddr clock initializationPragnesh Patel
2020-06-04clk: sifive: fu540-prci: Add clock enable and disable opsPragnesh Patel
2020-06-04sifive: fu540: add ddr driverPragnesh Patel
2020-06-04misc: add driver for the SiFive otp controllerPragnesh Patel
2020-06-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-06-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-06-03drivers: net: qe: deselect QE when DM_ETH is enabledMadalin Bucur
2020-06-03drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur
2020-06-02bootcount_ext: Add Ext4 build dependencyFrédéric Danis
2020-06-02kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz
2020-06-02kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz
2020-06-02usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass
2020-06-02x86: spi: Rewrite logic for obtaining the SPI memory mapSimon Glass
2020-06-01net: sun8i_emac: Add support for the H6 variantSamuel Holland
2020-06-01net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland
2020-06-01phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko
2020-06-01mtd: sf: Drop plat from sf_probeJagan Teki
2020-06-01mtd: spi: Call sst_write in _write opsJagan Teki