aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07net: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut1-0/+55
2024-03-26net: phy: the NC-SI phy device do not require mdio busJacky Chou1-1/+2
2024-03-26net: phy: Fix signed shift overflowEugeniu Rosca1-2/+2
2023-09-21net: phy: xilinx-gmii2rgmii: Removed hardcoded phy address 0 for bridgeTejas Bhumkar1-1/+4
2023-09-14net: phy: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-31/+0
2023-06-10net: phy: Unpublish phy_connect_dev()Marek Vasut1-2/+2
2023-04-07net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from LinuxMarek Vasut1-0/+54
2023-04-07net: phy: Synchronize PHY interface modes with LinuxMarek Vasut1-0/+4
2023-04-07net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut1-2/+2
2023-04-07net: phy: Re-inline phy_drv_reloc()Marek Vasut1-24/+18
2023-04-07net: phy: Drop unused phy_register()Marek Vasut1-8/+0
2023-04-07net: phy: Drop static phy_drivers listMarek Vasut1-24/+2
2023-04-07net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+1
2023-04-07net: phy: genphy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-9/+2
2023-04-07net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-3/+0
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut1-0/+15
2023-04-07net: phy: Factor manual relocation into separate functionMarek Vasut1-16/+23
2022-12-07net: phy: Remove non-DM_ETH codeTom Rini1-13/+0
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey1-0/+3
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas1-1/+8