summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-18net: phy: Manual remove LEDs to ensure correct orderingAndrew Lunn1-1/+14
2023-04-25net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-21net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann1-1/+2
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn1-0/+18
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn1-3/+12
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn1-0/+76
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-16net: phy: update obsolete comment about PHY_STARTINGWolfram Sang1-3/+1
2023-03-06net: phylib: get rid of unnecessary lockingRussell King (Oracle)1-7/+1
2023-02-28net: phy: unlock on error in phy_probe()Dan Carpenter1-1/+1
2023-02-23net: phy: do not force EEE supportOleksij Rempel1-0/+19
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel1-1/+1
2023-02-20net: phy: Read EEE abilities when using .featuresAndrew Lunn1-1/+3
2023-02-13net: phy: c22: migrate to genphy_c45_write_eee_adv()Oleksij Rempel1-1/+9
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel1-0/+16
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-01-30net: phy: fix null dereference in phy_attach_directColin Foster1-1/+1
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn1-1/+1
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto1-0/+3
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto1-0/+14
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle1-0/+7
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+12
2022-11-29net: mdiobus: fix unbalanced node reference countYang Yingliang1-0/+1
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang1-0/+1
2022-10-04net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-09-30net: phy: Convert to use sysfs_emit() APIsWang Yufen1-5/+5
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2022-09-27net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner1-4/+6
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-23net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang1-4/+4
2022-08-04net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli1-0/+6
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+23
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner1-0/+23
2022-06-19net: phy: use mii_bmcr_encode_fixed()Russell King (Oracle)1-15/+3
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici1-0/+1
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-1/+2
2022-04-29net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner1-4/+2
2022-03-08net: phy: exported the genphy_read_master_slave functionArun Ramadoss1-10/+9
2022-01-21phylib: fix potential use-after-freeMarek BehĂșn1-3/+3
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-10-09net: phy: Do not shutdown PHYs in READY stateFlorian Fainelli1-0/+3
2021-10-08net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)1-0/+10
2021-09-16Revert "net: phy: Uniform PHY driver access"Vladimir Oltean1-1/+3
2021-08-20net: phy: Uniform PHY driver accessGerhard Engleder1-3/+1
2021-08-20net: phy: Support set_loopback overrideGerhard Engleder1-5/+4
2021-07-20net: phy: add API to read 802.3-c45 IDsXu Liang1-0/+14
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang1-5/+4
2021-06-11net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson1-2/+1
2021-06-11net: phy: Introduce fwnode_get_phy_id()Calvin Johnson1-0/+21