summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...Tom Rini2023-05-095-17/+17
|\
| * drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker2023-05-061-12/+12
| * drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-062-2/+2
| * drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker2023-05-062-3/+3
* | net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier2023-05-051-1/+1
* | net: rtl8169: add minimal support for 8125B variantEugen Hristev2023-05-051-15/+37
* | net: phy: dp83867: Explicitly check against sgmiiNishanth Menon2023-05-051-1/+1
* | phy: realtek: don't duplicate genphy_startupRasmus Villemoes2023-05-051-13/+2
* | phy: broadcom: don't duplicate genphy_startupRasmus Villemoes2023-05-051-13/+1
* | net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier2023-05-051-1/+8
* | Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog2023-05-051-3/+15
* | drivers: net: fsl-mc: fix MAC address fixup procedureIoana Ciornei2023-05-051-18/+13
* | drivers: net: ldpaa: export driver name and API to get DPMAC idIoana Ciornei2023-05-051-3/+4
* | net: ksz9477: add port_probe function to config phyTim Harvey2023-05-051-13/+13
* | net: ksz9477: remove unnecessary variableTim Harvey2023-05-051-5/+0
* | net: ksz9477: remove unnecessary dsa_set_tagging callTim Harvey2023-05-051-2/+0
|/
* net: rswitch: Add Renesas Ethernet SwitchPhong Hoang2023-04-163-0/+1148
* net: sun8i-emac: Remove the SoC variant IDSamuel Holland2023-04-121-14/+0
* net: sun8i-emac: Use common syscon setup for R40Samuel Holland2023-04-121-17/+15
* net: sun8i-emac: Add a flag for the internal PHY switchSamuel Holland2023-04-121-1/+3
* net: sun8i-emac: Add a flag for RMII supportSamuel Holland2023-04-121-8/+7
* net: sun8i-emac: Add a structure for variant dataSamuel Holland2023-04-121-20/+45
* Merge branch 'master_sh/gen4/initial' of https://source.denx.de/u-boot/custod...Tom Rini2023-04-072-1/+2
|\
| * net: ravb: Add R-Car Gen4 supportHai Pham2023-04-072-1/+2
* | net: phy: marvell10g: Adapt Marvell 10G PHY driver from LinuxMarek Vasut2023-04-073-0/+611
* | net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from LinuxMarek Vasut2023-04-071-0/+54
* | net: phy: marvell: Import and use marvell_phy.h from LinuxMarek Vasut2023-04-071-22/+23
* | net: phy: Synchronize PHY interface modes with LinuxMarek Vasut2023-04-071-0/+4
* | net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUIMarek Vasut2023-04-071-2/+6
* | net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 supportMarek Vasut2023-04-071-53/+0
* | net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut2023-04-071-2/+2
* | net: phy: Re-inline phy_drv_reloc()Marek Vasut2023-04-071-24/+18
* | net: phy: Drop unused phy_register()Marek Vasut2023-04-071-8/+0
* | net: phy: Drop static phy_drivers listMarek Vasut2023-04-071-24/+2
* | net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-2/+2
* | net: phy: genphy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-9/+2
* | net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-11/+1
* | net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-10/+1
* | net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-10/+1
* | net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-23/+7
* | net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-11/+1
* | net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-12/+1
* | net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-35/+13
* | net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-075-49/+10
* | net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-11/+1
* | net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-21/+6
* | net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-19/+5
* | net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-13/+2
* | net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-10/+1
* | net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-072-15/+3