aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-17net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit1-23/+1
2019-02-17net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit1-36/+7
2019-02-17net: phy: marvell10g: check for newly set anegHeiner Kallweit1-0/+10
2019-02-17net: phy: marvell10g: use genphy_c45_an_config_anegAndrew Lunn1-21/+4
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn1-0/+44
2019-02-15net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski1-1/+4
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+45
2019-02-14net: phy: fix potential race in the phylib state machineHeiner Kallweit1-0/+2
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit1-6/+5
2019-02-13net: phy: fix interrupt handling in non-started statesHeiner Kallweit1-3/+0
2019-02-13net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier1-0/+37
2019-02-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier2-70/+82
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2-28/+27
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2-53/+45
2019-02-12net: phy: simplify genphy_config_eee_advertHeiner Kallweit1-21/+6
2019-02-12net: phylink: avoid resolving link state too earlyRussell King1-6/+13
2019-02-12net: phylink: add phylink_init_eee() helperRussell King1-0/+18
2019-02-12net: phylink: only call mac_config() during resolve when link is upRussell King1-2/+9
2019-02-10net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit1-28/+15
2019-02-10net: phy: marvell10g: fix usage of new MMD modifying helpersHeiner Kallweit1-7/+6
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit1-9/+118
2019-02-09net: phy: aquantia: add support for AQCS109Nikita Yushchenko1-0/+12
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn1-16/+15
2019-02-09net: phy: probe the PHY before determining the supported featuresAndrew Lunn1-11/+13
2019-02-09net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit1-6/+6
2019-02-08net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit1-0/+3
2019-02-08net: phy: don't double-read link status register if link is upHeiner Kallweit2-1/+7
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit2-6/+17
2019-02-08net: sfp: do not probe SFP module before we're attachedRussell King3-9/+25
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+10
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit2-17/+11
2019-02-07net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer1-7/+25
2019-02-07net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
2019-02-06net: phy: improve genphy_c45_read_linkHeiner Kallweit2-11/+6
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit5-94/+38
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko1-13/+103
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-22/+60
2019-02-04net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-02-03net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit1-14/+66
2019-02-03net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit1-18/+12
2019-02-03net: phy: aquantia: remove unneeded includesHeiner Kallweit1-3/+0
2019-02-03net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn1-32/+32
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit1-0/+9
2019-02-02Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King1-16/+0
2019-01-27net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione1-13/+3
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-28/+5
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit3-16/+15
2019-01-24net: phy: start interrupts in phy_startHeiner Kallweit1-20/+14
2019-01-24net: phy: warn if phy_start is called from invalid stateHeiner Kallweit1-2/+9
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit3-3/+1