summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit2019-03-031-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-131-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-241-12/+11
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-241-20/+14
* | net: phy: warn if phy_start is called from invalid stateHeiner Kallweit2019-01-241-2/+9
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-241-1/+1
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-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-161-2/+0
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-161-4/+1
|/
* net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-181-0/+2
* net: phy: improve phy state checkingHeiner Kallweit2018-12-181-13/+21
* net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-051-2/+2
* net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-031-5/+10
* net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-121-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-091-2/+2
* net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-081-48/+5
* net: phy: remove state PHY_ANHeiner Kallweit2018-11-081-27/+0
* net: phy: add phy_check_link_statusHeiner Kallweit2018-11-081-30/+40
* net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit2018-11-081-12/+1
* net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit2018-11-081-11/+0
* net: phy: make phy_trigger_machine staticHeiner Kallweit2018-11-071-21/+12
* net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit2018-10-151-18/+3
* net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit2018-10-151-29/+14
* net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit2018-10-151-20/+9
* net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit2018-10-151-1/+1
* net: phy: improve handling delayed workHeiner Kallweit2018-10-011-14/+15
* net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit2018-09-211-2/+6
* net: phy: call state machine synchronously in phy_stopHeiner Kallweit2018-09-191-0/+2
* net: phy: add helper phy_polling_modeHeiner Kallweit2018-07-251-4/+4
* net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_anegCamelia Groza2018-07-251-2/+8
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-1/+1
|\
| * net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit2018-07-211-1/+1
* | net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit2018-07-161-0/+78
* | net: phy: add helper phy_config_anegHeiner Kallweit2018-07-161-4/+9
|/
* net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit2018-06-031-1/+1