aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: eepro100: Add DM supportMarek Vasut1-1/+128
2020-06-18net: eepro100: Split common parts of non-DM functions outMarek Vasut1-62/+100
2020-06-18net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut1-2/+2
2020-06-18net: eepro100: Add RX/TX rings into the private dataMarek Vasut1-24/+35
2020-06-18net: eepro100: Pass device private data into mdiobusMarek Vasut1-6/+3
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 Vasut3-90/+0
2020-06-16common: hash: Remove a debug printf statementHarald Seiler1-2/+0
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini41-207/+691
2020-06-12Merge branch '2020-06-12-next-net' into nextTom Rini33-693/+892
2020-06-12net: move random_port() to dnsBaruch Siach3-17/+10
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija1-7/+52
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: tftp: fix progress marker for file transferRavik Hasija1-7/+9
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 Murphy15-12/+55
2020-06-12net: phy: Add helper routines to set and clear bitsDan Murphy1-0/+54
2020-06-12net: phy: Fix kernel doc issues in phy.hDan Murphy1-11/+8
2020-06-12net: phy: Add missing kernel doc to phy functionsDan Murphy1-0/+39