summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin
2020-06-18dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han
2020-06-18Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-06-16net: cpsw: Add __maybe_unused to generated inlinesTom Rini
2020-06-16mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini
2020-06-16gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini
2020-06-16phy: omap-usb2-phy: disable phy charger detectBin Liu
2020-06-15regulator: fix: enable gpio when requestedMark Kettenis
2020-06-15Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-06-15mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut
2020-06-15mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut
2020-06-15mmc: ca_dw_mmc: Misc cleanup of driverArthur Li
2020-06-15mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu
2020-06-15mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu
2020-06-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2020-06-14eth/r8152: update the firmwareHayes Wang
2020-06-13mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas
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-11spi: davinci: Drop non-dm codeJagan Teki
2020-06-11spi: atmel: Drop atmel_spi.hJagan Teki
2020-06-11spi: atmel: Remove nondm codeJagan Teki
2020-06-11spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUTJagan Teki
2020-06-11spi: fsl_dspi: Drop nondm codeJagan Teki
2020-06-11spi: Zap SOFT_SPI (non-dm)Jagan Teki
2020-06-11spi: mxs: Code cleanupJagan Teki
2020-06-11spi: mxs: Drop nondm codeJagan Teki
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