summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-27armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam1-1/+1
2020-07-27net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh1-1/+44
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini21-22/+22
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada21-22/+22
2020-07-20treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada5-5/+5
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada3-4/+4
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada44-79/+82
2020-07-13net: ti: am65-cpsw-nuss: Update driver to use kernel DTVignesh Raghavendra1-1/+1
2020-07-13net: ti: am65-cpsw-nuss: Set ALE default thread enableVignesh Raghavendra1-0/+6
2020-07-13net: ti: am65-cpsw-nuss: Remove dead codeVignesh Raghavendra1-7/+0
2020-07-09net: mvpp2: fix second cp110 initializationSven Auhagen1-29/+34
2020-07-08net: smc911x: Properly handle EEPROM MAC addressAndre Przywara1-24/+36
2020-07-08net: designware: s700: Add glue code for S700 macAmit Singh Tomar3-0/+75
2020-07-07net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2-0/+44
2020-07-07net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar1-0/+20
2020-07-07net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay1-1/+1
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+1
2020-06-29net: pcnet: Add Kconfig entriesMarek Vasut1-0/+6
2020-06-29net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-29net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-29net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-29net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1
2020-06-29net: pcnet: Simplify private data allocationMarek Vasut1-21/+12
2020-06-29net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-1/+1
2020-06-29net: pcnet: Drop PCNET_HAS_PROMMarek Vasut1-5/+0
2020-06-29net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut1-5/+5
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-2/+2
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-7/+15
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder1-1/+2
2020-06-24net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek1-0/+4
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam2-2/+6
2020-06-22phy: atheros: ar8035: Fix clock output calculationFabio Estevam1-4/+3
2020-06-21Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini3-836/+1065
2020-06-18net: pcnet: Add Kconfig entriesMarek Vasut1-0/+6
2020-06-18net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1