summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi
2018-12-18net: phy: remove unused code in phy_probeHeiner Kallweit
2018-12-05net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn
2018-12-05net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn
2018-12-04phy: Revert toggling reset changes.David S. Miller
2018-12-03net: phy: Also request modules for C45 IDsJose Abreu
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-27net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit
2018-11-16net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit
2018-10-22net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn
2018-10-01net: phy: Add phydev_info()Andrew Lunn
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-09-25net: phy: Stop with excessive soft resetFlorian Fainelli
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
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