aboutsummaryrefslogtreecommitdiff
path: root/include/phy.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude1-0/+1
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún1-11/+9
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún1-12/+0
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-8/+0
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy1-1/+1
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek1-0/+13
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek1-0/+13
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean1-1/+1
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)1-0/+5
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+21
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang1-0/+1
2020-09-16include: phy: fix NULL pointer check in phy_write()Thirupathaiah Annapureddy1-1/+1
2020-08-03net: Drop dm.h header file from phy.hSimon Glass1-3/+6
2020-06-12net: phy: Add helper routines to set and clear bitsDan Murphy1-0/+54
2020-06-12net: phy: Fix kernel doc issues in phy.hDan Murphy1-11/+8
2020-06-12net: phy: Add missing kernel doc to phy functionsDan Murphy1-0/+39
2020-03-09net: phy: add XFI, USXGMII types to is_10g_interface() helperAlex Marginean1-2/+7
2020-03-09phy: Include NC-SI in phy setupSamuel Mendoza-Jonas1-0/+12
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas1-0/+2
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-0/+1