aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net: 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-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-06-29net: phy: Don't trigger state machine while in suspendLukas Wunner1-0/+6
2022-06-16linux/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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-03-10net: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2021-12-07net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si1-5/+6
2021-11-16net: 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
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+1
2021-07-20net: phy: add API to read 802.3-c45 IDsXu Liang1-0/+1
2021-06-12net: phy: Add 25G BASE-R interface modeSteen Hegelund1-0/+4
2021-06-11net: phy: Introduce fwnode_get_phy_id()Calvin Johnson1-0/+5
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson1-0/+20
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson1-0/+7
2021-06-07net: phy: introduce PHY_INTERFACE_MODE_REVRMIIVladimir Oltean1-0/+4
2021-05-26net: phy: Document phydev::dev_flags bits allocationFlorian Fainelli1-0/+5
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel1-0/+1
2021-04-19net: phy: add genphy_c45_pma_suspend/resumeRadu Pirea (NXP OSS)1-0/+2
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit1-0/+2
2021-03-24net: phy: add genphy_c45_loopbackWong Vee Khee1-0/+1
2021-02-16net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock1-0/+11
2021-02-16net: phy: Add 5GBASER interface modePavana Sharma1-0/+4
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-5/+5
2021-02-11net: phy: introduce phydev->portMichael Walle1-0/+2
2021-01-19mdio, phy: fix -Wshadow warnings triggered by nested container_of()Alexander Lobakin1-2/+5
2021-01-14net: phy: Add 100 base-x modeBjarni Jonasson1-0/+4
2020-12-16phy: fix kdoc warningJakub Kicinski1-1/+2
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei1-15/+4
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-35/+5
2020-11-05net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei1-0/+1
2020-11-05net: phy: export phy_error and phy_trigger_machineIoana Ciornei1-0/+2
2020-10-28net: phy: remove kernel-doc duplicationMauro Carvalho Chehab1-35/+5
2020-09-23net: phy: Document core PHY structuresAndrew Lunn1-131/+292
2020-09-23net: phy: Fixup kernel docAndrew Lunn1-1/+2
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen1-0/+2
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli1-45/+4