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