aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28net: 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-20phylib: fix potential use-after-freeMarek BehĂșn1-3/+3
2021-10-14Merge 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-15Revert "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
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson1-0/+62
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson1-0/+23
2021-06-10net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee1-0/+12
2021-05-21net: phy: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel1-2/+26
2021-04-20net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel1-2/+5
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit1-0/+6
2021-03-11net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli1-0/+11
2021-02-26net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann1-4/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-36/+17
2021-02-16net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock1-0/+2
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-2/+2
2021-02-11net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit1-36/+17
2021-02-11net: phy: introduce phydev->portMichael Walle1-0/+9
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit1-1/+1
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei1-1/+1
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-17net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit1-8/+6
2020-11-05net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei1-0/+13
2020-11-05net: phy: make .ack_interrupt() optionalIoana Ciornei1-1/+1
2020-11-05net: phy: add a shutdown procedureIoana Ciornei1-0/+8
2020-09-17net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-09-10net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-08net: phy: fix memory leak in device-create error pathJohan Hovold1-4/+4
2020-07-22net: phy: fix check in get_phy_c45_idsVladimir Oltean1-2/+2
2020-07-17net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean1-1/+2
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli1-0/+3
2020-07-07net: phy: Register ethtool PHY operationsFlorian Fainelli1-0/+7
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn1-2/+1
2020-07-07net: phy: Properly define genphy_c45_driverAndrew Lunn1-1/+0
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski1-11/+12
2020-06-26net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski1-15/+15
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy1-0/+99