aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2020-03-18net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-03-18net: phy: Avoid multiple suspendsFlorian Fainelli
2020-03-18phy: Revert toggling reset changes.David S. Miller
2020-01-27net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit
2020-01-27net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda
2019-12-31net: phy: initialise phydev speed and duplex sanelyRussell King
2019-07-26net: phy: Check against net_device being NULLIoana Ciornei
2019-04-05net: phy: consider latched link-down status in polling modeHeiner Kallweit
2019-01-09net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-12-05net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit
2018-09-26Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit
2018-07-24net: phy: add GBit master / slave error detectionHeiner Kallweit
2018-07-05net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit
2018-06-05net: phy: add struct device_type representation of a PHYHeiner Kallweit
2018-04-25net: phy: allow scanning busses with missing physAlexandre Belloni
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: phy: Add general dummy stubs for MMD register accessKevin Hao
2018-03-19net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko
2018-03-12net: phy: set link state to down when creating the phy_deviceHeiner Kallweit
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-02-12net: phy: fix wrong mask to phy_modify()Ingo van Lil
2018-01-16phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King
2018-01-03net: phy: convert read-modify-write to phy_modify()Russell King
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-13net: phy: fix resume handlingRussell King
2017-12-13phylib: add reset after clk enable supportRichard Leitner
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit
2017-09-21net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli
2017-08-06phylink: add phylink infrastructureRussell King
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng
2017-06-06net: phy: split out 10G genphy supportRussell King
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King
2017-05-27net: phy: Relax error checking on sysfs_create_link()Florian Fainelli
2017-05-26net: phy: Create sysfs reciprocal links for attached_dev/phydevFlorian Fainelli
2017-05-25net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the functionUwe Kleine-König
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King
2017-03-05net: phy: Do not perform software reset for Generic PHYFlorian Fainelli
2017-02-20net: phy: Check phydev->drvFlorian Fainelli
2017-02-20net: phy: Fix PHY unbind crashFlorian Fainelli
2017-02-09net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli
2017-02-02net: phy: Fix lack of reference count on PHY driverMao Wenan