summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* 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: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
* 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
* net: phy: Fix modular PHYLIB buildFlorian Fainelli2018-04-281-48/+0
* net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-0/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-64/+63
|\
| * net: phy: Tell caller result of phy_change()Brad Mouring2018-03-121-73/+72
* | net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit2018-03-071-7/+2
* | net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit2018-03-071-11/+2
|/
* net: phy: Restore phy_resume() locking assumptionAndrew Lunn2018-02-271-1/+1
* net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit2018-02-081-1/+1
* net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit2018-01-151-7/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-6/+3
|\
| * net: phy: fix resume handlingRussell King2017-12-131-6/+3
* | net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit2017-12-041-13/+6
* | net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit2017-12-041-24/+2
* | net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit2017-12-011-1/+4
|/
OpenPOWER on IntegriCloud