aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-23net: phy: initialise phydev speed and duplex sanelyRussell King1-2/+2
2019-11-18net: phy: avoid matching all-ones clause 45 PHY IDsRussell King1-3/+6
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+66
2019-10-23net: phy: add support for clause 37 auto-negotiationHeiner Kallweit1-0/+139
2019-10-23net: phy: modify assignment to OR for dev_flags in phy_attach_directTao Ren1-1/+1
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu1-1/+10
2019-10-04net: phy: extract link partner advertisement readingRussell King1-25/+40
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+11
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit1-51/+0
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit1-5/+6
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit1-1/+11
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit1-15/+12
2019-08-11net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functionsHeiner Kallweit1-16/+6
2019-08-02net: phy: fix race in genphy_update_linkHeiner Kallweit1-0/+6
2019-07-12net: phy: make exported variables non-staticDenis Efremov1-3/+3
2019-06-14net: phy: Add more 1000BaseX support detectionRobert Hancock1-0/+2
2019-06-06net: phy: Add detection of 1000BaseX link mode supportRobert Hancock1-0/+3
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit1-1/+1
2019-05-29net: phy: Add phy_standalone sysfs entryIoana Ciornei1-0/+22
2019-05-29net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-05-29net: phy: Guard against the presence of a netdevIoana Ciornei1-10/+23
2019-05-29net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean1-17/+26
2019-05-22net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2019-05-05net: phy: fix phy_validate_pauseHeiner Kallweit1-4/+7
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-7/+29
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit1-1/+5