aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu1-3/+0
2019-10-04net: phy: fix write to mii-ctrl1000 registerRussell King1-0/+5
2019-09-06net: phy: Do not check Link status when loopback is enabledJose Abreu1-0/+6
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen1-1/+1
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann1-1/+1
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit1-44/+16
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang1-12/+4
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit1-24/+2
2019-05-31net: phy: allow Clause 45 access via mii ioctlRussell King1-9/+24
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit1-3/+5
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit1-2/+7
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit1-14/+22
2019-05-07net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit1-1/+27
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit1-6/+1
2019-04-18net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit1-4/+0
2019-03-20net: phy: improve handling link_change_notify callbackHeiner Kallweit1-4/+4
2019-03-03net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit1-8/+4
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+7
2019-02-14net: phy: fix potential race in the phylib state machineHeiner Kallweit1-0/+2
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit1-6/+5
2019-02-13net: phy: fix interrupt handling in non-started statesHeiner Kallweit1-3/+0
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit1-8/+3
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit1-12/+11
2019-01-24net: phy: start interrupts in phy_startHeiner Kallweit1-20/+14
2019-01-24net: phy: warn if phy_start is called from invalid stateHeiner Kallweit1-2/+9
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit1-1/+1
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+7
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit1-17/+0
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit1-0/+1
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit1-2/+0
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit1-2/+0
2019-01-16net: phy: improve logging in phylibHeiner Kallweit1-4/+1
2019-01-15net: phy: fix too strict check in phy_start_anegHeiner Kallweit1-12/+7
2018-12-18net: phy: print stack trace in phy_errorHeiner Kallweit1-0/+2
2018-12-18net: phy: improve phy state checkingHeiner Kallweit1-13/+21
2018-12-05net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn1-2/+2
2018-12-03net: phy: improve generic EEE ethtool functionsHeiner Kallweit1-5/+10
2018-11-12net: phy: check if advertising is zero using linkmode_emptyColin Ian King1-1/+1
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-5/+3
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-47/+107
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit1-7/+0
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit1-32/+15
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit1-13/+1
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit1-8/+0
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit1-2/+2
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit1-48/+5
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit1-27/+0
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit1-30/+40