summaryrefslogtreecommitdiff
path: root/include/phy.h
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Add phy_read_mmd_poll_timeout() from LinuxMarek Vasut2023-04-071-0/+31
* net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from LinuxMarek Vasut2023-04-071-0/+4
* net: phy: Drop unused phy_register()Marek Vasut2023-04-071-1/+0
* net: phy: Drop static phy_drivers listMarek Vasut2023-04-071-2/+0
* net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-4/+0
* net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-2/+0
* net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2023-04-071-1/+0
* net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut2023-04-071-0/+7
* net: phy: Remove non-DM_ETH codeTom Rini2022-12-071-41/+0
* phy: add driver for Intel XWAY PHYTim Harvey2022-11-281-0/+1
* net: NC-SI setup and handlingSamuel Mendoza-Jonas2022-10-211-0/+2
* net: phy: Remove inline definitions from convinience functionsRamon Fried2022-08-081-180/+9
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-151-30/+10
|\
| * phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude2022-04-101-0/+1
| * net: phy: don't require PHY interface mode during PHY creationMarek Behún2022-04-101-11/+9
| * net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún2022-04-101-12/+0
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-8/+0
* | net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi2022-04-121-0/+1
* | net: phy: Add phy_modify() accessorAriel D'Alessandro2022-04-121-0/+2
* | phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro2022-04-121-1/+1
* | net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy2022-04-051-1/+1
|/
* net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek2022-03-091-0/+13
* net: phy: Remove static return type for phy_device_create()Michal Simek2022-03-091-0/+13