summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-0/+1
|\
| * net: pcnet: Add Kconfig entriesMarek Vasut2020-06-291-0/+6
| * net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126
| * net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
| * net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
| * net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
| * net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
| * net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
| * net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
| * net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
| * net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
| * net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
| * net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
| * net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1
| * net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-291-5/+0
| * net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-291-5/+5
* | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-2/+2
* | Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-255-7/+15
|\ \
| * | net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder2020-06-241-1/+2
| * | net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek2020-06-241-0/+4
| |/
| * net: fec: Allow the PHY node to be retrievedFabio Estevam2020-06-222-2/+6
| * phy: atheros: ar8035: Fix clock output calculationFabio Estevam2020-06-221-4/+3
* | Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini2020-06-203-836/+1065
|\ \
| * | net: pcnet: Add Kconfig entriesMarek Vasut2020-06-181-0/+6
| * | net: pcnet: Add DM supportMarek Vasut2020-06-181-1/+126
| * | net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-181-55/+94
| * | net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-181-15/+19
| * | net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-181-57/+46
| * | net: pcnet: Pass private data through dev->privMarek Vasut2020-06-181-10/+10
| * | net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-181-10/+9
| * | net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-181-6/+0
| * | net: pcnet: Move initialize function at the endMarek Vasut2020-06-181-91/+89
| * | net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-181-13/+14
| * | net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-181-2/+1
| * | net: pcnet: Simplify private data allocationMarek Vasut2020-06-181-21/+12
| * | net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-181-1/+1
| * | net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-181-5/+0
| * | net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-181-5/+5
| * | net: eepro100: Add Kconfig entriesMarek Vasut2020-06-181-0/+6
| * | net: eepro100: Add DM supportMarek Vasut2020-06-181-1/+128
| * | net: eepro100: Split common parts of non-DM functions outMarek Vasut2020-06-181-62/+100
| * | net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut2020-06-181-2/+2
| * | net: eepro100: Add RX/TX rings into the private dataMarek Vasut2020-06-181-24/+35
| * | net: eepro100: Pass device private data into mdiobusMarek Vasut2020-06-181-6/+3
| * | net: eepro100: Pass device private data aroundMarek Vasut2020-06-181-124/+140
| * | net: eepro100: Introduce device private dataMarek Vasut2020-06-181-3/+9
| * | net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut2020-06-181-14/+22
| * | net: eepro100: Drop inline keywordMarek Vasut2020-06-181-4/+4
| * | net: eepro100: Fix EE_*_CMD macrosMarek Vasut2020-06-181-5/+5
| * | net: eepro100: Factor out MII registrationMarek Vasut2020-06-181-17/+39