summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)2023-08-131-11/+2
* net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean2023-07-201-7/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-1/+14
|\
| * net: phy: Manual remove LEDs to ensure correct orderingAndrew Lunn2023-06-181-1/+14
* | net: phy: add helpers for comparing phy IDsRussell King2023-05-221-9/+7
* | net: phy: Allow drivers to always call into ->suspend()Florian Fainelli2023-05-131-2/+3
|/
* net: phy: Fix reading LED reg propertyAlexander Stein2023-04-241-1/+5
* net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann2023-04-201-1/+2
* net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn2023-04-191-0/+18
* net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn2023-04-191-3/+12
* net: phy: Add a binding for PHY LEDsAndrew Lunn2023-04-191-0/+76
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-1/+1
|\
| * net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)2023-03-271-1/+1
* | net: phy: update obsolete comment about PHY_STARTINGWolfram Sang2023-03-151-3/+1
|/
* net: phylib: get rid of unnecessary lockingRussell King (Oracle)2023-03-061-7/+1
* net: phy: unlock on error in phy_probe()Dan Carpenter2023-02-281-1/+1
* net: phy: do not force EEE supportOleksij Rempel2023-02-231-0/+19
* net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel2023-02-231-1/+1
* net: phy: Read EEE abilities when using .featuresAndrew Lunn2023-02-201-1/+3
* net: phy: c22: migrate to genphy_c45_write_eee_adv()Oleksij Rempel2023-02-131-1/+9
* net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel2023-02-131-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+1
|\
| * net: phy: fix null dereference in phy_attach_directColin Foster2023-01-301-1/+1
* | net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn2023-01-191-1/+1
* | drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2023-01-111-0/+3
* | drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto2023-01-111-0/+14
* | net: phy: allow a phy to opt-out of interrupt handlingMichael Walle2023-01-101-0/+7
|/
* net: phy: Add link between phy dev and mac devXiaolei Wang2022-11-301-0/+12
* net: mdiobus: fix unbalanced node reference countYang Yingliang2022-11-281-0/+1
* net: phy: fix null-ptr-deref while probe() failedYang Yingliang2022-11-271-0/+1
* net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel2022-10-031-0/+2
* net: phy: Convert to use sysfs_emit() APIsWang Yufen2022-09-291-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-4/+6
|\
| * net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner2022-09-271-4/+6
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang2022-08-221-4/+4
* net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-031-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-0/+23
|\
| * net: phy: Don't trigger state machine while in suspendLukas Wunner2022-06-291-0/+23
* | net: phy: use mii_bmcr_encode_fixed()Russell King (Oracle)2022-06-191-15/+3
|/
* net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici2022-05-011-0/+1
* ethtool: Add 10base-T1L link mode entryAlexandru Tachici2022-05-011-1/+2
* net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner2022-04-281-4/+2
* net: phy: exported the genphy_read_master_slave functionArun Ramadoss2022-03-081-10/+9
* phylib: fix potential use-after-freeMarek BehĂșn2022-01-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+3
|\
| * net: phy: Do not shutdown PHYs in READY stateFlorian Fainelli2021-10-091-0/+3
* | net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)2021-10-081-0/+10
|/
* Revert "net: phy: Uniform PHY driver access"Vladimir Oltean2021-09-151-1/+3
* net: phy: Uniform PHY driver accessGerhard Engleder2021-08-201-3/+1