aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2024-06-13net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbolMarek Vasut2-3/+3
2024-06-13net: phy: Turn default auto-negotiation timeout into Kconfig symbolMarek Vasut1-0/+6
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini35-35/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini35-0/+35
2024-05-07net: Remove <common.h> and add needed includesTom Rini35-35/+0
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut2-32/+60
2024-03-26net: phy: ncsi: reslove the unaligned access issueJacky Chou1-5/+5
2024-03-26net: phy: ncsi: Correct the endian of the checksumJacky Chou1-1/+1
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
2024-03-26net: phy: broadcom: Configure LEDs on BCM54210EMarek Vasut1-1/+16
2024-03-26net: phy: ncsi: fixed not nullify the pointers after freeJacky Chou1-1/+4
2024-03-09net: phy: Use PHY MDIO address from DT if availableWIP/09Mar2024Marek Vasut1-0/+3
2024-02-08net: phy: nxp-c45-tja11xx: add tja1120 supportRadu Pirea (NXP OSS)1-0/+14
2024-02-08net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structureRadu Pirea (NXP OSS)1-1/+1
2024-02-08net: phy: nxp-c45-tja11xx: read PHY the speed from hardwareRadu Pirea (NXP OSS)1-1/+21
2024-02-08net: phy: nxp-c45-tja11xx: use local definion of featuresRadu Pirea (NXP OSS)1-1/+4
2024-01-31net: phy: motorcomm: configure pad drive strength registerLukasz Tekieli1-0/+130
2023-12-13net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CGSébastien Szymanski1-0/+14
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-11-05net: phy: TI DP83869 fix invalid clock delay configurationFrank de Brabander1-21/+32
2023-10-10net: phy: xilinx_phy: Get rid of using property xlnx, phy-typeVenkatesh Yadav Abbarapu1-5/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass2-0/+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-09-14net: miiphybb: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-18/+2
2023-09-13net: phy: broadcom: add support for BCM54210EMarek Vasut1-1/+100
2023-09-13net: phy: motorcomm: Add support for YT8511 PHYNicolas Frattaroli2-1/+89
2023-07-27phy: adin: add readext and writeext support for mdio cmdNate Drude1-0/+14
2023-07-12net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phyYanhong Wang3-0/+444
2023-06-10net: phy: Bind ETH_PHY uclass driver to each new PHYMarek Vasut1-0/+17
2023-06-10net: phy: Unpublish phy_connect_dev()Marek Vasut1-2/+2
2023-05-05net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier1-1/+1
2023-05-05net: phy: dp83867: Explicitly check against sgmiiNishanth Menon1-1/+1
2023-05-05phy: realtek: don't duplicate genphy_startupRasmus Villemoes1-13/+2
2023-05-05phy: broadcom: don't duplicate genphy_startupRasmus Villemoes1-13/+1
2023-05-05net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier1-1/+8
2023-04-07net: phy: marvell10g: Adapt Marvell 10G PHY driver from LinuxMarek Vasut3-0/+611
2023-04-07net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from LinuxMarek Vasut1-0/+54
2023-04-07net: phy: marvell: Import and use marvell_phy.h from LinuxMarek Vasut1-22/+23
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 Vasut2-2/+2
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 Vasut2-11/+1
2023-04-07net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-10/+1
2023-04-07net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-10/+1