summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang2020-06-241-0/+4
* net: phy: Check harder for errors in get_phy_id()Florian Fainelli2020-06-191-2/+4
* net: mdiobus: add clause 45 mdiobus accessorsRussell King2020-05-261-12/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
|\
| * net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky2020-05-171-2/+2
* | net: phy: simplify phy_link_change argumentsDoug Berger2020-05-181-7/+5
* | net: phy: fix less than zero comparison with unsigned variable valColin Ian King2020-05-071-1/+1
* | ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2020-05-061-0/+94
* | net: phy: add concept of shared storage for PHYsMichael Walle2020-05-061-0/+138
* | net: phy: clear phydev->suspended after soft resetHeiner Kallweit2020-04-241-1/+11
* | net: phy: remove genphy_no_soft_resetHeiner Kallweit2020-04-241-1/+0
* | net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit2020-04-241-0/+3
|/
* net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit2020-03-261-17/+15
* net: phy: probe PHY drivers synchronouslyHeiner Kallweit2020-03-261-0/+1
* net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+5
|\
| * net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit2020-03-121-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-5/+6
|\ \ | |/
| * net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila2020-02-261-3/+3
| * net: phy: Avoid multiple suspendsFlorian Fainelli2020-02-231-2/+3
* | phy: avoid unnecessary link-up delay in polling modePetr Oros2020-02-191-2/+3
* | net: add linkmode helper for setting flow control advertisementRussell King2020-02-161-16/+1
* | net: add helpers to resolve negotiated flow controlRussell King2020-02-161-0/+26
|/
* net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli2020-01-141-2/+10
* net: mdio: of: Register discovered MII time stampers.Richard Cochran2019-12-251-0/+3
* net: Introduce a new MII time stamping interface.Richard Cochran2019-12-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-4/+4
|\
| * net: phy: ensure that phy IDs are correctly typedRussell King2019-12-201-4/+4
* | net: phy: provide and use genphy_read_status_fixed()Russell King2019-12-191-16/+33
* | net: phy: add genphy_check_and_restart_aneg()Russell King2019-12-191-17/+31
* | net: phy: remove redundant .aneg_done initialisersRussell King2019-12-191-1/+0
|/
* net: phy: initialise phydev speed and duplex sanelyRussell King2019-11-231-2/+2
* net: phy: avoid matching all-ones clause 45 PHY IDsRussell King2019-11-181-3/+6
* net: phy: add core phylib sfp supportRussell King2019-11-181-0/+66
* net: phy: add support for clause 37 auto-negotiationHeiner Kallweit2019-10-231-0/+139
* net: phy: modify assignment to OR for dev_flags in phy_attach_directTao Ren2019-10-231-1/+1
* net: phy: Fix "link partner" information disappear issueYonglong Liu2019-10-161-1/+10
* net: phy: extract link partner advertisement readingRussell King2019-10-041-25/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+11
|\
| * net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit2019-08-131-1/+11
* | net: phy: remove genphy_config_initHeiner Kallweit2019-08-171-51/+0
* | net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit2019-08-151-5/+6
* | net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2019-08-111-15/+12
* | net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit2019-08-111-16/+6
|/
* net: phy: fix race in genphy_update_linkHeiner Kallweit2019-08-021-0/+6
* net: phy: make exported variables non-staticDenis Efremov2019-07-121-3/+3
* net: phy: Add more 1000BaseX support detectionRobert Hancock2019-06-141-0/+2
* net: phy: Add detection of 1000BaseX link mode supportRobert Hancock2019-06-061-0/+3
* net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-301-1/+1
* net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-291-0/+22