aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22net: phy: improve phy_init_hwHeiner Kallweit1-2/+5
2019-01-22net: phy: fix issue with loading PHY driver w/o initramfsHeiner Kallweit1-3/+5
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+17
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza1-0/+5
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit1-2/+2
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit1-2/+0
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit1-0/+3
2019-01-18net: phy: improve get_phy_idHeiner Kallweit1-9/+2
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit1-5/+30
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli1-2/+32
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit1-2/+0
2019-01-16net: phy: improve logging in phylibHeiner Kallweit1-2/+2
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit1-8/+0
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn1-0/+12
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2018-12-18net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-18net: phy: remove unused code in phy_probeHeiner Kallweit1-2/+0
2018-12-05net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn1-1/+1
2018-12-05net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn1-2/+2
2018-12-04phy: Revert toggling reset changes.David S. Miller1-6/+5
2018-12-03net: phy: Also request modules for C45 IDsJose Abreu1-1/+15
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-28/+14
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2018-11-27net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit1-0/+8
2018-11-16net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit1-1/+1
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-4/+4
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-60/+115
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit1-1/+0
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interruptHeiner Kallweit1-2/+6
2018-10-22net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn1-0/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn1-7/+157
2018-10-01net: phy: Add phydev_info()Andrew Lunn1-2/+2
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit1-3/+9
2018-09-26Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller1-26/+16
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit1-16/+26
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli1-2/+0
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-0/+20
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-0/+23
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-0/+30
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-0/+14
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-0/+13
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-0/+18
2018-07-24net: phy: add GBit master / slave error detectionHeiner Kallweit1-0/+8
2018-07-05net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-06-05net: phy: add struct device_type representation of a PHYHeiner Kallweit1-46/+50
2018-04-25net: phy: allow scanning busses with missing physAlexandre Belloni1-1/+10
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+28