aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-04-07net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-23/+7
2023-04-07net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-12/+1
2023-04-07net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-35/+13
2023-04-07net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut5-49/+10
2023-04-07net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-21/+6
2023-04-07net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-19/+5
2023-04-07net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-13/+2
2023-04-07net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-10/+1
2023-04-07net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-15/+3
2023-04-07net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-14/+3
2023-04-07net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-24/+8
2023-04-07net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-31/+11
2023-04-07net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-15/+3
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-12/+2
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-12/+2
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-17/+4
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-15/+3
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-27/+9
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
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
2023-04-07net: phy: teranetics: Staticize PHY driver entriesMarek Vasut1-1/+1
2023-04-07net: phy: cortina: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: ca_phy: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: aquantia: Staticize PHY driver entriesMarek Vasut1-9/+9
2023-03-03net: Add an SPL config for atherosSimon Glass1-0/+3
2023-01-20net: phy: mv88e61xx: Finish migration of MV88E61XX_FIXED_PORTSTom Rini2-8/+4
2022-12-23global: Migrate CONFIG_PHY_ET1011C_TX_CLK_FIX to CFGTom Rini1-1/+1
2022-12-07net: phy: Remove non-DM_ETH codeTom Rini7-70/+0
2022-12-07net: Remove extraneous dependenciesTom Rini1-3/+0
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey4-0/+57
2022-11-28drivers: net: aquantia: fix typosTim Harvey1-4/+4
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas2-1/+9
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt1-3/+3
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried1-0/+174
2022-08-08net: phy: marvell: Add support for 88E1240 PHYStefan Roese1-0/+21
2022-08-08net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese1-0/+100
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini1-0/+7
2022-06-14phy: adin: add support for clock outputJosua Mayer1-0/+42
2022-06-14phy: adin: fix broken support for adi, phy-mode-overrideNate Drude1-11/+11
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini9-90/+295
2022-04-12net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi4-0/+286
2022-04-12net: phy: Add phy_modify() accessorAriel D'Alessandro1-0/+20