summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-294-12/+4
|\
| * dm: core: Add address translation in fdt_get_resourcePatrick Delaunay2021-04-294-12/+4
* | Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini2021-04-291-2/+2
|\ \
| * | net: phy: xilinx: Break while loop over ethernet phyMichal Simek2021-04-291-2/+2
* | | net: designware: fix PHY reset with DM_MDIONeil Armstrong2021-04-281-4/+11
| |/ |/|
* | net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara2021-04-261-2/+6
* | net: jr2: Fix Serdes6G configurationHoratiu Vultur2021-04-221-4/+23
* | net: jr2: Reset switchHoratiu Vultur2021-04-221-1/+15
|/
* net: calxedagmac: Convert to DM_ETHAndre Przywara2021-04-202-64/+135
* net: octeontx: smi: fix mii probeTim Harvey2021-04-201-0/+2
* drivers: net: octeontx: fix QSGMIITim Harvey2021-04-201-13/+7
* net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-151-3/+27
* net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-151-1/+3
* sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-153-0/+189
* net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-151-5/+1
* net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
* net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
* net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
* net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8
* net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2021-04-152-6/+1
* net: phy: xilinx: Be compatible with live OF treeBin Meng2021-04-152-44/+40
* net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean2021-04-151-6/+0
* net: phy: fixed: Be compatible with live OF treeVladimir Oltean2021-04-152-24/+32
* ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini2021-04-102-2/+0
* ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini2021-04-102-2/+0
* net: designware: remove amlogic compatiblesNeil Armstrong2021-04-061-3/+0
* net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong2021-04-063-0/+159
* net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong2021-04-063-0/+157
* net: designware: add DM_MDIO supportNeil Armstrong2021-04-061-1/+92
* net: add MMIO Register MDIO MUX driverNeil Armstrong2021-04-063-0/+137
* net: gem: Fix setting PCS auto-negotiation stateRobert Hancock2021-03-301-8/+17
* net: cortina_ni: buffer overrunHeinrich Schuchardt2021-02-241-1/+1
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-12/+35
|\
| * net: gem: Fix error path in zynq_gem_probeMichal Simek2021-02-231-4/+4
| * net: gem: Enable ethernet rx clock for versalT Karthik Reddy2021-02-231-6/+27
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-2/+2
| * net: gem: unregister mdio bus if probe failsMichael Walle2021-02-111-1/+3
* | uec.h: fix COFIG_DM typoRasmus Villemoes2021-02-211-1/+1
* | dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()Rasmus Villemoes2021-02-211-2/+2
* | drivers: net: Add Felix DSA switch driverAlex Marginean2021-02-164-0/+428
* | net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-161-0/+15
* | net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2021-02-161-0/+31
* | net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean2021-02-161-1/+2
* | image: Adjust the workings of fit_check_format()Simon Glass2021-02-152-2/+2
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1533-2/+34
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0233-2/+34
| |/
* | sh: Remove sh7757lcr boardTom Rini2021-02-151-4/+0
* | sh: Remove r7780mp boardTom Rini2021-02-153-211/+0
* | net: eqos: Reduce the MDIO wait timeYe Li2021-02-081-1/+1
* | net: memac_phy: add a timeout to MDIO operationsIoana Ciornei2021-02-081-18/+58