summaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-03net: phy: add phy_interface_weight()Russell King (Oracle)1-0/+5
2025-07-10net: phy: MII-Lite PHY interface modeKamil Horák - 2N1-0/+4
2025-07-08net: phy: declare package-related struct members only if CONFIG_PHY_PACKAGE i...Heiner Kallweit1-0/+4
2025-06-24net: phy: Add interface types for 50G and 100GAlexander Duyck1-0/+12
2025-06-17net: phy: remove phy_driver_is_genphy_10gHeiner Kallweit1-2/+0
2025-06-17net: phy: improve phy_driver_is_genphyHeiner Kallweit1-1/+11
2025-06-17net: phy: add flag is_genphy_driven to struct phy_deviceHeiner Kallweit1-0/+2
2025-06-14net: phy: improve rgmii_clock() documentationRussell King (Oracle)1-2/+4
2025-06-13net: phy: simplify phy_get_internal_delay()Russell King (Oracle)1-2/+2
2025-06-13net: phy: move definition of genphy_c45_driver to phy_device.cHeiner Kallweit1-3/+0
2025-05-28net: phy: fix up const issues in to_mdio_device() and to_phy_device()Greg Kroah-Hartman1-4/+1
2025-05-22net: phy: introduce genphy_match_phy_device()Christian Marangi1-0/+3
2025-05-22net: 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-14net: phy: remove stub for mdiobus_register_board_infoHeiner Kallweit1-9/+0
2025-05-02net: phy: factor out provider part from mdio_bus.cHeiner Kallweit1-0/+1
2025-04-24net: phy: remove function stubsHeiner Kallweit1-37/+0
2025-04-23net: 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-26net: 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 phy...Heiner Kallweit1-8/+0
2025-03-06net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit1-38/+0
2025-03-06net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit1-86/+0
2025-02-25net: phy: add phylib-internal.hHeiner Kallweit1-13/+0
2025-02-21net: phy: remove unused feature array declarationsHeiner Kallweit1-3/+0
2025-02-19net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit1-2/+1
2025-02-19net: phy: improve phy_disable_eee_modeHeiner Kallweit1-0/+3
2025-02-19net: phy: move definition of phy_is_started before phy_disable_eee_modeHeiner Kallweit1-7/+7
2025-02-18net: phy: Add helper for getting tx amplitude gainDimitri Fedrau1-0/+4
2025-02-15net: phy: remove helper phy_is_internalHeiner Kallweit1-9/+0
2025-02-15net: phy: stop exporting phy_queue_state_machineHeiner Kallweit1-1/+0
2025-02-15net: phy: stop exporting feature arrays which aren't used outside phylibHeiner Kallweit1-5/+0
2025-02-15net: phy: remove fixup-related definitions from phy.h which are not used outs...Heiner Kallweit1-14/+0
2025-02-12net: phy: Add support for driver-specific next update timeOleksij Rempel1-0/+13
2025-02-12net: phy: remove unused PHY_INIT_TIMEOUT and PHY_FORCE_TIMEOUTHeiner Kallweit1-3/+0
2025-02-12net: phy: rename phy_set_eee_broken to phy_disable_eee_modeHeiner Kallweit1-3/+3
2025-02-12net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit1-3/+3
2025-01-19net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit1-18/+0
2025-01-17net: 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-11net: phy: add configuration of rx clock stop modeRussell King (Oracle)1-0/+1
2024-12-20net: phy: add phy_disable_eeeHeiner Kallweit1-0/+1
2024-12-10net: phy: Add helper for mapping RGMII link speed to clock rateJan Petrous (OSS)1-0/+23