summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy-c45.c
AgeCommit message (Expand)Author
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-08net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit
2019-04-02net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit
2019-04-02net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit
2019-03-04net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_anegHeiner 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-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-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-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-20net: phy: disable aneg in genphy_c45_pma_setup_forcedHeiner Kallweit
2019-02-18net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpaHeiner Kallweit
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn
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-08net: phy: don't double-read link status register if link is upHeiner Kallweit
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit
2019-02-06net: phy: improve genphy_c45_read_linkHeiner Kallweit
2019-02-06net: phy: make use of new MMD accessorsHeiner 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-10-25net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King
2018-03-01net: phy: Export gen10g_* functionsFlorian Fainelli
2018-01-02net: phy: marvell10g: add MDI swap reportingRussell King
2017-06-06net: phy: split out 10G genphy supportRussell King
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King