aboutsummaryrefslogtreecommitdiff
path: root/include/phy.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut1-0/+9
2024-03-07net: mdio: Handle bus level GPIO ResetRoger Quadros1-0/+7
2024-02-08net: phy: nxp-c45-tja11xx: use local definion of featuresRadu Pirea (NXP OSS)1-4/+0
2023-09-14net: phy: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-8/+0
2023-06-10net: phy: Unpublish phy_connect_dev()Marek Vasut1-9/+0
2023-05-05net: phy: Make phy_interface_is_rgmii a switch statementNishanth Menon1-2/+9
2023-05-05net: phy: Drop phy_interface_is_sgmiiNishanth Menon1-12/+0
2023-04-07net: phy: Add phy_read_mmd_poll_timeout() from LinuxMarek Vasut1-0/+31
2023-04-07net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from LinuxMarek Vasut1-0/+4
2023-04-07net: phy: Drop unused phy_register()Marek Vasut1-1/+0
2023-04-07net: phy: Drop static phy_drivers listMarek Vasut1-2/+0
2023-04-07net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-4/+0
2023-04-07net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-2/+0
2023-04-07net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-1/+0
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut1-0/+7
2022-12-07net: phy: Remove non-DM_ETH codeTom Rini1-41/+0
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey1-0/+1
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas1-0/+2
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried1-180/+9
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-30/+10
2022-04-12net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi1-0/+1
2022-04-12net: phy: Add phy_modify() accessorAriel D'Alessandro1-0/+2
2022-04-12phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro1-1/+1