summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-18/+40
2020-09-24net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang1-2/+14
2020-09-24net: tsec: Add fixed-link PHY supportHou Zhiqiang1-1/+4
2020-09-24net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang1-33/+5
2020-09-24net: fsl_mdio: Correct the MII management register block addressHou Zhiqiang1-6/+22
2020-09-24net: fsl_mdio: Change to use virtual addressHou Zhiqiang1-1/+1
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean1-2/+2
2020-09-23net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma1-6/+6
2020-09-23net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma1-12/+24
2020-09-23net: gem: Add support for more PHYs on MDIO busMichal Simek1-0/+10
2020-09-21Merge branch 'master' into nextTom Rini1-9/+11
2020-09-17net, qe: add DM support for QE UEC ethernetHeiko Schocher10-0/+2688
2020-09-08bcmgenet: Add support for rgmii-rxidJason Wessel1-1/+2
2020-09-08bcmgenet: fix DMA buffer managementJason Wessel1-8/+9
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek1-3/+3
2020-08-05net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2-6/+33
2020-08-04net: Drop duplicate include of dm.h in pcnet.cSimon Glass1-1/+0
2020-07-29eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driverMarkLee2-1/+3
2020-07-28Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to KconfigAdam Ford1-0/+6
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-2/+45
2020-07-27Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini21-22/+22
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-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada21-22/+22
2020-07-25treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada5-5/+5
2020-07-25net: dc2114x: Add DM supportMarek Vasut1-2/+145
2020-07-25net: dc2114x: Split common parts of non-DM functions outMarek Vasut1-50/+67
2020-07-25net: dc2114x: Split RX pathMarek Vasut1-24/+43
2020-07-25net: dc2114x: Add RX/TX rings into the private dataMarek Vasut1-46/+46
2020-07-25net: dc2114x: Pass PCI BDF into phys_to_bus()Marek Vasut1-13/+16
2020-07-25net: dc2114x: Pass private data aroundMarek Vasut1-64/+71
2020-07-25net: dc2114x: Introduce private dataMarek Vasut1-7/+18
2020-07-25net: dc2114x: Use standard I/O accessorsMarek Vasut1-2/+3
2020-07-25net: dc2114x: Drop update_srom()Marek Vasut1-91/+0
2020-07-25net: dc2114x: Add Kconfig entriesMarek Vasut1-0/+6
2020-07-25net: dc2114x: Support all DC2114xMarek Vasut1-9/+0
2020-07-25net: dc2114x: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-2/+2
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