aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12net: phy: make exported variables non-staticDenis Efremov1-0/+3
2019-07-08net: stmmac: enable clause 45 mdio supportKweh Hock Leong1-0/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit1-11/+0
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit1-1/+1
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit1-0/+3
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-24net: phy: add interface mode PHY_INTERFACE_MODE_USXGMIIHeiner Kallweit1-0/+3
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit1-8/+1
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-0/+1
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit1-0/+2
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit1-0/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit1-0/+1
2019-03-03net: phy: remove gen10g_no_soft_resetHeiner Kallweit1-1/+0
2019-03-03net: phy: don't export gen10g_read_statusHeiner Kallweit1-1/+0
2019-03-03net: phy: remove gen10g_config_initHeiner Kallweit1-1/+0
2019-03-03net: phy: remove gen10g_suspend and gen10g_resumeHeiner Kallweit1-2/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij1-0/+8
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit1-0/+1
2019-02-21net: phy: add genphy_c45_check_and_restart_anegHeiner Kallweit1-0/+1
2019-02-21net: phy: export genphy_config_eee_advertHeiner Kallweit1-0/+1
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn1-0/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+1
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit1-14/+1
2019-02-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier1-0/+1
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier1-0/+1
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier1-0/+1
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit1-2/+10
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn1-0/+6
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit1-1/+1
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko1-23/+111
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit1-1/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza1-2/+2
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit1-1/+0
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit1-6/+0
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli1-0/+3
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn1-0/+2
2018-12-27phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day1-5/+8
2018-12-18net: phy: improve phy state checkingHeiner Kallweit1-1/+23
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-2/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-6/+12
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit1-20/+2
2018-11-11net: phy: add macros for PHYID matchingHeiner Kallweit1-0/+4
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit1-3/+0
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit1-5/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-3/+2
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit1-5/+5