aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27net: phy: fix up const issues in to_mdio_device() and to_phy_device()Greg Kroah-Hartman1-4/+1
2025-05-21net: phy: introduce genphy_match_phy_device()Christian Marangi1-0/+3
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi1-1/+2
2025-05-20net: phy: make mdio consumer / device layer a separate moduleHeiner Kallweit1-3/+0
2025-05-13net: phy: remove stub for mdiobus_register_board_infoHeiner Kallweit1-9/+0
2025-05-01net: phy: factor out provider part from mdio_bus.cHeiner Kallweit1-0/+1
2025-04-23net: phy: remove function stubsHeiner Kallweit1-37/+0
2025-04-22net: phy: Add helper for getting MAC termination resistanceDimitri Fedrau1-0/+3
2025-04-15net: phy: remove device_phy_find_deviceHeiner Kallweit1-6/+0
2025-03-25net: phy: Introduce PHY_ID_SIZE — minimum size for PHY ID stringAndy Shevchenko1-0/+1
2025-03-24net: phy: phy_interface_t: Fix RGMII_TXID code commentIhor Matushchak1-1/+1
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder1-1/+1
2025-03-20net: phy: Allow loopback speed selection for PHY driversGerhard Engleder1-4/+12
2025-03-18net: phy: drop phy_settings and the associated lookup helpersMaxime Chevallier1-13/+0
2025-03-18net: phy: phy_caps: Move phy_speeds to phy_capsMaxime Chevallier1-2/+0
2025-03-17net: phy: remove unused functions phy_package_[read|write]_mmdHeiner Kallweit1-8/+0
2025-03-17net: phy: move PHY package MMD access function declarations from phy.h to phylib.hHeiner Kallweit1-8/+0
2025-03-05net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit1-38/+0
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit1-86/+0
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit1-13/+0
2025-02-20net: phy: remove unused feature array declarationsHeiner Kallweit1-3/+0
2025-02-18net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_activeHeiner Kallweit1-2/+1
2025-02-18net: phy: improve phy_disable_eee_modeHeiner Kallweit1-0/+3
2025-02-18net: phy: move definition of phy_is_started before phy_disable_eee_modeHeiner Kallweit1-7/+7
2025-02-17net: phy: Add helper for getting tx amplitude gainDimitri Fedrau1-0/+4
2025-02-14net: phy: remove helper phy_is_internalHeiner Kallweit1-9/+0
2025-02-14net: phy: stop exporting phy_queue_state_machineHeiner Kallweit1-1/+0
2025-02-14net: phy: stop exporting feature arrays which aren't used outside phylibHeiner Kallweit1-5/+0
2025-02-14net: phy: remove fixup-related definitions from phy.h which are not used outside phylibHeiner Kallweit1-14/+0
2025-02-12net: phy: Add support for driver-specific next update timeOleksij Rempel1-0/+13
2025-02-11net: phy: remove unused PHY_INIT_TIMEOUT and PHY_FORCE_TIMEOUTHeiner Kallweit1-3/+0
2025-02-11net: phy: rename phy_set_eee_broken to phy_disable_eee_modeHeiner Kallweit1-3/+3
2025-02-11net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit1-3/+3
2025-01-18net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit1-18/+0
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)1-0/+1
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel1-0/+21
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski1-0/+36
2025-01-10net: phy: add configuration of rx clock stop modeRussell King (Oracle)1-0/+1
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit1-0/+1
2024-12-09net: phy: Add helper for mapping RGMII link speed to clock rateJan Petrous (OSS)1-0/+23
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)1-1/+1
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)1-0/+6
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)1-0/+28
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)1-0/+2
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-11/+18
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+0
2024-11-15net: phy: fix phylib's dual eee_enabledRussell King (Oracle)1-2/+0
2024-11-14net: phy: add phy_set_eee_brokenHeiner Kallweit1-0/+10
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit1-5/+4
2024-11-07net: phy: remove genphy_config_eee_advertHeiner Kallweit1-1/+0