summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-18net: eepro100: Add RX/TX rings into the private dataMarek Vasut
2020-06-18net: eepro100: Pass device private data into mdiobusMarek Vasut
2020-06-18net: eepro100: Pass device private data aroundMarek Vasut
2020-06-18net: eepro100: Introduce device private dataMarek Vasut
2020-06-18net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut
2020-06-18net: eepro100: Drop inline keywordMarek Vasut
2020-06-18net: eepro100: Fix EE_*_CMD macrosMarek Vasut
2020-06-18net: eepro100: Factor out MII registrationMarek Vasut
2020-06-18net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-18net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: eepro100: Reorder functions in the driverMarek Vasut
2020-06-18net: eepro100: Remove volatile misuseMarek Vasut
2020-06-18net: eepro100: Add cache managementMarek Vasut
2020-06-18net: eepro100: Factor out tx_ring command issuingMarek Vasut
2020-06-18net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut
2020-06-18net: eepro100: Use standard I/O accessorsMarek Vasut
2020-06-18net: eepro100: Fix camelcaseMarek Vasut
2020-06-18net: eepro100: Fix remaining checkpatch issuesMarek Vasut
2020-06-18net: eepro100: Fix indented labelMarek Vasut
2020-06-18net: eepro100: Fix pointer locationMarek Vasut
2020-06-18net: eepro100: Fix parenthesis alignmentMarek Vasut
2020-06-18net: eepro100: Fix bracesMarek Vasut
2020-06-18net: eepro100: Fix spacingMarek Vasut
2020-06-18net: eepro100: Use plain debug()Marek Vasut
2020-06-18net: eepro100: Clean up commentsMarek Vasut
2020-06-18net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin
2020-06-18video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin
2020-06-18video: make backlight and panel drivers optionalAnatolij Gustschin
2020-06-18video: ipuv3: fix building with disabled panel driverAnatolij Gustschin
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