summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei2020-11-251-1/+1
* net: phy: fix kernel-doc markupsMauro Carvalho Chehab2020-11-171-1/+1
* net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit2020-11-171-8/+6
* net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei2020-11-051-0/+13
* net: phy: make .ack_interrupt() optionalIoana Ciornei2020-11-051-1/+1
* net: phy: add a shutdown procedureIoana Ciornei2020-11-051-0/+8
* net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli2020-09-171-1/+2
* net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda2020-09-101-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: phy: fix memory leak in device-create error pathJohan Hovold2020-08-081-4/+4
* net: phy: fix check in get_phy_c45_idsVladimir Oltean2020-07-221-2/+2
* net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean2020-07-171-1/+2
* net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli2020-07-081-0/+3
* net: phy: Register ethtool PHY operationsFlorian Fainelli2020-07-071-0/+7
* net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn2020-07-071-2/+1
* net: phy: Properly define genphy_c45_driverAndrew Lunn2020-07-071-1/+0
* net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski2020-06-261-11/+12
* net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski2020-06-261-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-2/+8
|\
| * 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: phy: Add a helper to return the index for of the internal delayDan Murphy2020-06-251-0/+99
* | net: phy: read MMD ID from all present MMDsRussell King2020-06-191-0/+13
* | net: phy: split devices_in_packageRussell King2020-06-191-3/+3
* | net: phy: set devices_in_package only after validationRussell King2020-06-191-7/+9
* | net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-191-2/+38
* | net: phy: reword get_phy_device() kerneldocRussell King2020-06-191-2/+11
* | net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King2020-06-191-6/+8
* | net: phy: clean up get_phy_c45_ids() failure handlingRussell King2020-06-191-12/+10
* | net: phy: clean up PHY ID readingRussell King2020-06-191-16/+9
* | net: phy: clean up cortina workaroundRussell King2020-06-191-15/+13
|/
* 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