aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: eepro100: Pass device private data aroundMarek Vasut1-124/+140
2020-06-18net: eepro100: Introduce device private dataMarek Vasut1-3/+9
2020-06-18net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut1-14/+22
2020-06-18net: eepro100: Drop inline keywordMarek Vasut1-4/+4
2020-06-18net: eepro100: Fix EE_*_CMD macrosMarek Vasut1-5/+5
2020-06-18net: eepro100: Factor out MII registrationMarek Vasut1-17/+39
2020-06-18net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut1-2/+1
2020-06-18net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-4/+4
2020-06-18net: eepro100: Reorder functions in the driverMarek Vasut1-170/+160
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-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