summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: phy: Support set_loopback overrideGerhard Engleder2021-08-201-5/+4
* net: phy: add API to read 802.3-c45 IDsXu Liang2021-07-201-0/+14
* net: phy: fix formatting issues with bracesWenpeng Liang2021-06-161-5/+4
* net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson2021-06-111-2/+1
* net: phy: Introduce fwnode_get_phy_id()Calvin Johnson2021-06-111-0/+21
* net: phy: Introduce phy related fwnode functionsCalvin Johnson2021-06-111-0/+62
* net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson2021-06-111-0/+23
* net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee2021-06-101-0/+12
* net: phy: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
* net: phy: genphy_loopback: add link speed configurationOleksij Rempel2021-04-201-2/+26
* net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel2021-04-201-2/+5
* net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit2021-04-091-0/+6
* net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli2021-03-111-0/+11
* net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann2021-02-261-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-36/+17
|\
| * net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit2021-02-111-36/+17
* | net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock2021-02-161-0/+2
* | net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit2021-02-151-2/+2
* | net: phy: introduce phydev->portMichael Walle2021-02-111-0/+9
* | net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit2021-01-071-1/+1
|/
* net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei2020-11-251-1/+1
* net: phy: fix kernel-doc markupsMauro Carvalho Chehab2020-11-171-1/+1
* net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit2020-11-171-8/+6
* net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei2020-11-051-0/+13
* net: phy: make .ack_interrupt() optionalIoana Ciornei2020-11-051-1/+1
* net: phy: add a shutdown procedureIoana Ciornei2020-11-051-0/+8
* net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli2020-09-171-1/+2
* net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda2020-09-101-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: phy: fix memory leak in device-create error pathJohan Hovold2020-08-081-4/+4
* net: phy: fix check in get_phy_c45_idsVladimir Oltean2020-07-221-2/+2
* net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean2020-07-171-1/+2
* net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli2020-07-081-0/+3
* net: phy: Register ethtool PHY operationsFlorian Fainelli2020-07-071-0/+7
* net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn2020-07-071-2/+1