aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-19net: phy: read MMD ID from all present MMDsRussell King1-0/+13
2020-06-19net: phy: split devices_in_packageRussell King1-3/+3
2020-06-19net: phy: set devices_in_package only after validationRussell King1-7/+9
2020-06-19net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King1-2/+38
2020-06-19net: phy: reword get_phy_device() kerneldocRussell King1-2/+11
2020-06-19net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King1-6/+8
2020-06-19net: phy: clean up get_phy_c45_ids() failure handlingRussell King1-12/+10
2020-06-19net: phy: clean up PHY ID readingRussell King1-16/+9
2020-06-19net: phy: clean up cortina workaroundRussell King1-15/+13
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King1-12/+8
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger1-7/+5
2020-05-17net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky1-2/+2
2020-05-07net: phy: fix less than zero comparison with unsigned variable valColin Ian King1-1/+1
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel1-0/+94
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle1-0/+138
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit1-1/+11
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit1-1/+0
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-03-26net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit1-17/+15
2020-03-26net: phy: probe PHY drivers synchronouslyHeiner Kallweit1-0/+1
2020-03-23net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-1/+5
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2020-02-26net: phy: corrected the return value for genphy_check_and_restart_aneg and genphy_c45_check_and_restart_anegSudheesh Mavila1-3/+3
2020-02-23net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-02-19phy: avoid unnecessary link-up delay in polling modePetr Oros1-2/+3
2020-02-16net: add linkmode helper for setting flow control advertisementRussell King1-16/+1
2020-02-16net: add helpers to resolve negotiated flow controlRussell King1-0/+26
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli1-2/+10
2019-12-25net: mdio: of: Register discovered MII time stampers.Richard Cochran1-0/+3
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran1-0/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King1-4/+4
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King1-16/+33
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King1-17/+31
2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King1-1/+0