aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: eepro100: Remove volatile misuseMarek Vasut1-21/+21
2020-06-18net: eepro100: Add cache managementMarek Vasut1-20/+45
2020-06-18net: eepro100: Factor out tx_ring command issuingMarek Vasut1-71/+53
2020-06-18net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut1-15/+1
2020-06-18net: eepro100: Use standard I/O accessorsMarek Vasut1-4/+4
2020-06-18net: eepro100: Fix camelcaseMarek Vasut1-87/+85
2020-06-18net: eepro100: Fix remaining checkpatch issuesMarek Vasut1-21/+24
2020-06-18net: eepro100: Fix indented labelMarek Vasut1-4/+4
2020-06-18net: eepro100: Fix pointer locationMarek Vasut1-6/+6
2020-06-18net: eepro100: Fix parenthesis alignmentMarek Vasut1-10/+10
2020-06-18net: eepro100: Fix bracesMarek Vasut1-7/+4
2020-06-18net: eepro100: Fix spacingMarek Vasut1-139/+139
2020-06-18net: eepro100: Use plain debug()Marek Vasut1-11/+4
2020-06-18net: eepro100: Clean up commentsMarek Vasut1-64/+36
2020-06-18net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut1-87/+0
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin1-7/+9
2020-06-18video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin2-47/+22
2020-06-18video: make backlight and panel drivers optionalAnatolij Gustschin2-4/+28
2020-06-18video: ipuv3: fix building with disabled panel driverAnatolij Gustschin1-4/+7
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin2-0/+10
2020-06-18dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han1-123/+321
2020-06-18Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini5-49/+64
2020-06-16net: cpsw: Add __maybe_unused to generated inlinesTom Rini1-2/+3
2020-06-16mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini1-0/+3
2020-06-16gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini1-5/+4
2020-06-16phy: omap-usb2-phy: disable phy charger detectBin Liu1-5/+28
2020-06-15regulator: fix: enable gpio when requestedMark Kettenis2-3/+2
2020-06-15Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-31/+71
2020-06-15mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut1-2/+3
2020-06-15mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut1-0/+1
2020-06-15mmc: ca_dw_mmc: Misc cleanup of driverArthur Li1-22/+12
2020-06-15mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu2-2/+51
2020-06-15mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu1-5/+4
2020-06-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2-224/+265
2020-06-14eth/r8152: update the firmwareHayes Wang2-224/+265
2020-06-13mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas1-37/+26
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