aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
AgeCommit message (Expand)Author
2020-05-21net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-02-24net: phy: ensure that phy IDs are correctly typedRussell King
2019-09-10Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit
2019-05-04net: phy: improve pause handlingHeiner Kallweit
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit
2019-03-03net: phy: remove gen10g_no_soft_resetHeiner Kallweit
2019-03-03net: phy: don't export gen10g_read_statusHeiner Kallweit
2019-03-03net: phy: remove gen10g_config_initHeiner Kallweit
2019-03-03net: phy: remove gen10g_suspend and gen10g_resumeHeiner Kallweit
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit
2019-02-21net: phy: add genphy_c45_check_and_restart_anegHeiner Kallweit
2019-02-21net: phy: export genphy_config_eee_advertHeiner Kallweit
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit
2019-02-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn
2018-12-27phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day
2018-12-18net: phy: improve phy state checkingHeiner Kallweit
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: add macros for PHYID matchingHeiner 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-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit
2018-10-01net: phy: improve handling delayed workHeiner Kallweit
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn
2018-10-01net: phy: Add phydev_info()Andrew Lunn