summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2019-02-24net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier
2019-02-24net: phy: marvell10g: Force reading of 2.5/5GMaxime Chevallier
2019-02-24net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier
2019-02-24net: phy: marvell10g: Use 2500BASEX when using 2.5GBASETMaxime Chevallier
2019-02-24net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bitMaxime Chevallier
2019-02-24net: phy: marvell10g: Use get_features to get the PHY abilitiesMaxime Chevallier
2019-02-24net: phy: check PMAPMD link status only in genphy_c45_read_linkHeiner Kallweit
2019-02-24net: phy: let genphy_c45_read_abilities also check aneg capabilityHeiner 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: aquantia: use genphy_c45_read_statusHeiner Kallweit
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit
2019-02-23net: phy: don't change modes we don't care about in genphy_c45_read_lpaHeiner Kallweit
2019-02-23net: phy: aquantia: add support for auto-negotiation configurationAndrew Lunn
2019-02-23net: phy: aquantia: remove false 5G and 10G speed ability for AQCS109Heiner Kallweit
2019-02-23net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing
2019-02-22net: phy: at803x: disable delay only for RGMII modeVinod Koul
2019-02-22net: phy: at803x: don't inline helpersVinod Koul
2019-02-22net: phy: aquantia: Use get_features for the PHYs abilitiesAndrew Lunn
2019-02-21net: phy: marvell10g: use genphy_c45_check_and_restart_aneg in mv3310_config_...Heiner Kallweit
2019-02-21net: phy: add genphy_c45_check_and_restart_anegHeiner Kallweit
2019-02-21net: phy: use genphy_config_eee_advert in genphy_c45_an_config_anegHeiner Kallweit
2019-02-21net: phy: export genphy_config_eee_advertHeiner Kallweit
2019-02-21net: phy: don't use 10BaseT/half as default in genphy_read_statusHeiner Kallweit
2019-02-21net: phy: remove orphaned register read in genphy_read_statusHeiner Kallweit
2019-02-20net: phy: marvell10g: improve mv3310_config_anegHeiner Kallweit
2019-02-20net: phy: disable aneg in genphy_c45_pma_setup_forcedHeiner Kallweit
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpaHeiner Kallweit
2019-02-18mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing
2019-02-17net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier
2019-02-17net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit
2019-02-17net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit
2019-02-17net: phy: marvell10g: check for newly set anegHeiner Kallweit
2019-02-17net: phy: marvell10g: use genphy_c45_an_config_anegAndrew Lunn
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn
2019-02-15net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: phy: fix potential race in the phylib state machineHeiner Kallweit
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit
2019-02-13net: phy: fix interrupt handling in non-started statesHeiner Kallweit
2019-02-13net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier
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-12net: phy: simplify genphy_config_eee_advertHeiner Kallweit
2019-02-12net: phylink: avoid resolving link state too earlyRussell King
2019-02-12net: phylink: add phylink_init_eee() helperRussell King
2019-02-12net: phylink: only call mac_config() during resolve when link is upRussell King