summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* phylib: fix potential use-after-freeMarek BehĂșn2022-01-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+3
|\
| * net: phy: Do not shutdown PHYs in READY stateFlorian Fainelli2021-10-091-0/+3
* | net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)2021-10-081-0/+10
|/
* Revert "net: phy: Uniform PHY driver access"Vladimir Oltean2021-09-151-1/+3
* net: phy: Uniform PHY driver accessGerhard Engleder2021-08-201-3/+1
* net: phy: Support set_loopback overrideGerhard Engleder2021-08-201-5/+4
* net: phy: add API to read 802.3-c45 IDsXu Liang2021-07-201-0/+14
* net: phy: fix formatting issues with bracesWenpeng Liang2021-06-161-5/+4
* net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson2021-06-111-2/+1
* net: phy: Introduce fwnode_get_phy_id()Calvin Johnson2021-06-111-0/+21
* net: phy: Introduce phy related fwnode functionsCalvin Johnson2021-06-111-0/+62
* net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson2021-06-111-0/+23
* net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee2021-06-101-0/+12
* net: phy: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
* net: phy: genphy_loopback: add link speed configurationOleksij Rempel2021-04-201-2/+26
* net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel2021-04-201-2/+5
* net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit2021-04-091-0/+6
* net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli2021-03-111-0/+11
* net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann2021-02-261-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-36/+17
|\
| * net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit2021-02-111-36/+17
* | net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock2021-02-161-0/+2
* | net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit2021-02-151-2/+2
* | net: phy: introduce phydev->portMichael Walle2021-02-111-0/+9
* | net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit2021-01-071-1/+1
|/
* 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