summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2021-02-26net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit
2021-02-11net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit
2021-02-11net: phy: introduce phydev->portMichael Walle
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-17net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit
2020-11-05net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei
2020-11-05net: phy: make .ack_interrupt() optionalIoana Ciornei
2020-11-05net: phy: add a shutdown procedureIoana Ciornei
2020-09-17net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli
2020-09-10net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-08net: phy: fix memory leak in device-create error pathJohan Hovold
2020-07-22net: phy: fix check in get_phy_c45_idsVladimir Oltean
2020-07-17net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli
2020-07-07net: phy: Register ethtool PHY operationsFlorian Fainelli
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn
2020-07-07net: phy: Properly define genphy_c45_driverAndrew Lunn
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski
2020-06-26net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang
2020-06-19net: phy: read MMD ID from all present MMDsRussell King
2020-06-19net: phy: split devices_in_packageRussell King
2020-06-19net: phy: set devices_in_package only after validationRussell King
2020-06-19net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King
2020-06-19net: phy: reword get_phy_device() kerneldocRussell King
2020-06-19net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King
2020-06-19net: phy: clean up get_phy_c45_ids() failure handlingRussell King
2020-06-19net: phy: clean up PHY ID readingRussell King
2020-06-19net: phy: clean up cortina workaroundRussell King
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger
2020-05-17net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky
2020-05-07net: phy: fix less than zero comparison with unsigned variable valColin Ian King
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit
2020-03-26net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit
2020-03-26net: phy: probe PHY drivers synchronouslyHeiner Kallweit