summaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-03net: phylib: fix phy_read*_poll_timeout()Russell King (Oracle)1-6/+10
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)1-2/+5
2023-05-22net: phy: add helpers for comparing phy IDsRussell King1-0/+28
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2023-05-18mdio_bus: unhide mdio_bus_init prototypeArnd Bergmann1-2/+0
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli1-0/+4
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn1-0/+12
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn1-0/+13
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn1-0/+16
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)1-1/+1
2023-03-08net: phy: improve phy_read_poll_timeoutHeiner Kallweit1-3/+2
2023-02-23net: phy: do not force EEE supportOleksij Rempel1-0/+5
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel1-0/+1
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel1-0/+7
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel1-0/+1
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel1-0/+6
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn1-8/+0
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn1-1/+1
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto1-0/+6
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto1-0/+7
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto1-0/+14
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto1-0/+57
2023-01-11net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn1-0/+5
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle1-0/+3
2023-01-01net: phy: Update documentation for get_rate_matchingSean Anderson1-4/+1
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+4
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-0/+3
2022-10-04net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek BehĂșn1-0/+4
2022-09-23net: phy: Add support for rate matchingSean Anderson1-1/+21
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson1-0/+4
2022-08-22net: phy: Add helper to derive the number of ports from a phy modeMaxime Chevallier1-0/+2
2022-08-22net: phy: Introduce QUSGMII PHY modeMaxime Chevallier1-0/+4
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner1-0/+6
2022-06-17linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe()Rasmus Villemoes1-0/+3
2022-05-09net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel1-0/+1
2022-05-09net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel1-0/+1
2022-05-09net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel1-0/+1
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici1-0/+3
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-1/+1
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-03-11net: phy: correct spelling error of media in documentationColin Foster1-2/+2
2022-03-08net: phy: exported the genphy_read_master_slave functionArun Ramadoss1-0/+1
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-1/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2021-12-08net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si1-5/+6
2021-11-17net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)1-1/+1
2021-10-26net: phy: add phy_interface_t bitmap supportRussell King (Oracle)1-0/+34