summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit
2019-01-16net: phy: improve logging in phylibHeiner Kallweit
2019-01-15net: phy: fix too strict check in phy_start_anegHeiner Kallweit
2018-12-18net: phy: print stack trace in phy_errorHeiner Kallweit
2018-12-18net: phy: improve phy state checkingHeiner Kallweit
2018-12-05net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn
2018-12-03net: phy: improve generic EEE ethtool functionsHeiner Kallweit
2018-11-12net: phy: check if advertising is zero using linkmode_emptyColin Ian King
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit
2018-11-08net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit
2018-11-08net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit
2018-10-15net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit
2018-10-15net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit
2018-10-15net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit
2018-10-15net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit
2018-10-01net: phy: improve handling delayed workHeiner Kallweit
2018-09-21net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit
2018-09-19net: phy: call state machine synchronously in phy_stopHeiner Kallweit
2018-07-25net: phy: add helper phy_polling_modeHeiner Kallweit
2018-07-25net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_anegCamelia Groza
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit
2018-07-16net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit
2018-07-16net: phy: add helper phy_config_anegHeiner Kallweit
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit
2018-04-28net: phy: Fix modular PHYLIB buildFlorian Fainelli
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-12net: phy: Tell caller result of phy_change()Brad Mouring
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-02-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller