summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Do not check Link status when loopback is enabledJose Abreu2019-09-061-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-1/+1
|\
| * Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-08-281-1/+1
* | net: phy: force phy suspend when calling phy_stopJian Shen2019-08-291-1/+1
* | net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit2019-08-141-44/+16
|/
* net: phy: Make use of linkmode_mod_bit helperFuqian Huang2019-07-091-12/+4
* net: phy: remove state PHY_FORCINGHeiner Kallweit2019-06-061-24/+2
* net: phy: allow Clause 45 access via mii ioctlRussell King2019-05-311-9/+24
* net: phy: export phy_queue_state_machineHeiner Kallweit2019-05-311-3/+5
* net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2019-05-311-2/+7
* net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-311-14/+22
* net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit2019-05-071-1/+27
* net: phy: improve resuming from hibernationHeiner Kallweit2019-05-041-6/+1
* net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit2019-04-191-4/+0
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-201-4/+4
* net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit2019-03-041-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-9/+7
|\
| * net: phy: fix potential race in the phylib state machineHeiner Kallweit2019-02-141-0/+2
| * net: phy: don't use locking in phy_is_startedHeiner Kallweit2019-02-141-6/+5
| * net: phy: fix interrupt handling in non-started statesHeiner Kallweit2019-02-141-3/+0
* | net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-061-8/+3
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-251-12/+11
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-251-20/+14
* | net: phy: warn if phy_start is called from invalid stateHeiner Kallweit2019-01-251-2/+9
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-251-1/+1
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-12/+7
|\|
| * net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-181-17/+0
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-181-0/+1
* | net: phy: remove state PHY_CHANGELINKHeiner Kallweit2019-01-181-2/+0
* | net: phy: don't include asm/irq.h directlyHeiner Kallweit2019-01-171-2/+0
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-171-4/+1
|/
* net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-191-0/+2
* net: phy: improve phy state checkingHeiner Kallweit2018-12-191-13/+21
* net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-061-2/+2
* net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-041-5/+10
* net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-131-1/+1
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-5/+3
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-47/+107
* net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2018-11-111-7/+0
* net: phy: improve and inline phy_changeHeiner Kallweit2018-11-111-32/+15
* net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-111-13/+1
* net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2018-11-111-8/+0
* net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2018-11-101-2/+2
* net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-091-48/+5
* net: phy: remove state PHY_ANHeiner Kallweit2018-11-091-27/+0
* net: phy: add phy_check_link_statusHeiner Kallweit2018-11-091-30/+40
* net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit2018-11-091-12/+1
* net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit2018-11-091-11/+0