summaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-6/+0
2024-01-03Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski1-3/+0
2024-01-02net: phy: linux/phy.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+4
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca1-0/+3
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi1-0/+16
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi1-22/+42
2023-12-17net: phy: make addr type u8 in phy_package_shared structChristian Marangi1-1/+1
2023-12-14net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-0/+1
2023-11-28net: phy: add possible interfacesRussell King (Oracle)1-0/+3
2023-11-19net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski1-4/+0
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-0/+4
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent1-2/+4
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)1-0/+1
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos1-0/+4
2023-08-11net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn1-0/+33
2023-08-09net: phy: Remove two unused function declarationsYue Haibing1-4/+0
2023-08-03net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean1-0/+7
2023-07-20net: phy: c45: add a separate function to read BASE-T1 abilitiesStefan Eichenberger1-0/+1
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