aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski1-6/+0
2024-04-06net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+4
2024-03-28net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)1-0/+1
2024-03-05net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn1-1/+2
2024-03-05net: phy: Keep track of EEE configurationAndrew Lunn1-0/+3
2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn1-0/+2
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit1-0/+2
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere1-1/+1
2024-02-10net: phy: provide whether link has changed in c37_read_statusChristian Marangi1-1/+1
2024-02-10net: phy: add devm/of_phy_package_join helperChristian Marangi1-0/+6
2024-02-06net: phy: add helper phy_advertise_eee_allHeiner Kallweit1-0/+1
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)1-1/+1
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-4/+4
2024-01-26net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+22
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-6/+0
2024-01-02Revert "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-13net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-0/+1
2023-11-27net: phy: add possible interfacesRussell King (Oracle)1-0/+3
2023-11-18net: 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-10net: 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-02net: 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-02net: 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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2023-05-17mdio_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-30Merge 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-07net: 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