summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-205-5/+5
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-173-4/+4
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-1744-79/+82
* net: ti: am65-cpsw-nuss: Update driver to use kernel DTVignesh Raghavendra2020-07-131-1/+1
* net: ti: am65-cpsw-nuss: Set ALE default thread enableVignesh Raghavendra2020-07-131-0/+6
* net: ti: am65-cpsw-nuss: Remove dead codeVignesh Raghavendra2020-07-131-7/+0
* net: mvpp2: fix second cp110 initializationSven Auhagen2020-07-091-29/+34
* net: smc911x: Properly handle EEPROM MAC addressAndre Przywara2020-07-071-24/+36
* net: designware: s700: Add glue code for S700 macAmit Singh Tomar2020-07-073-0/+75
* net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2020-07-072-0/+44
* net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar2020-07-071-0/+20
* net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay2020-07-071-1/+1
* 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