summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-12/+4
2021-04-29Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini1-2/+2
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay4-12/+4
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek1-2/+2
2021-04-28net: designware: fix PHY reset with DM_MDIONeil Armstrong1-4/+11
2021-04-26net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara1-2/+6
2021-04-22net: jr2: Fix Serdes6G configurationHoratiu Vultur1-4/+23
2021-04-22net: jr2: Reset switchHoratiu Vultur1-1/+15
2021-04-20net: calxedagmac: Convert to DM_ETHAndre Przywara2-64/+135
2021-04-20net: octeontx: smi: fix mii probeTim Harvey1-0/+2
2021-04-20drivers: net: octeontx: fix QSGMIITim Harvey1-13/+7
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng1-3/+27
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng1-1/+3
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil3-0/+189
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean1-5/+1
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng1-3/+23
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng1-1/+1
2021-04-15net: phy: fixed: Make driver ops staticBin Meng1-4/+4
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng1-8/+8
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2-6/+1
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng2-44/+40
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean1-6/+0
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean2-24/+32
2021-04-10ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini2-2/+0
2021-04-10ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini2-2/+0
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong1-3/+0
2021-04-06net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong3-0/+159
2021-04-06net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong3-0/+157
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong1-1/+92
2021-04-06net: add MMIO Register MDIO MUX driverNeil Armstrong3-0/+137
2021-03-30net: gem: Fix setting PCS auto-negotiation stateRobert Hancock1-8/+17
2021-02-25net: cortina_ni: buffer overrunHeinrich Schuchardt1-1/+1
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-12/+35
2021-02-23net: gem: Fix error path in zynq_gem_probeMichal Simek1-4/+4
2021-02-23net: gem: Enable ethernet rx clock for versalT Karthik Reddy1-6/+27
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek1-2/+2
2021-02-22uec.h: fix COFIG_DM typoRasmus Villemoes1-1/+1
2021-02-22dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()Rasmus Villemoes1-2/+2
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean4-0/+428
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+15
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+31
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean1-1/+2
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass2-2/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini33-2/+34
2021-02-15sh: Remove sh7757lcr boardTom Rini1-4/+0
2021-02-15sh: Remove r7780mp boardTom Rini3-211/+0
2021-02-11net: gem: unregister mdio bus if probe failsMichael Walle1-1/+3
2021-02-08net: eqos: Reduce the MDIO wait timeYe Li1-1/+1
2021-02-08net: memac_phy: add a timeout to MDIO operationsIoana Ciornei1-18/+58
2021-02-03net: ftmac100: Cast priv->iobase with uintptr_tBin Meng1-5/+5