aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell10g.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-29net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King1-0/+13
2019-04-09net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit1-1/+0
2019-04-03net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart1-0/+2
2019-04-03net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart1-1/+11
2019-03-03net: phy: remove gen10g_no_soft_resetHeiner Kallweit1-2/+2
2019-02-27net: phy: marvell10g: Use the generic C45 helper to read the 2110 featuresMaxime Chevallier1-1/+1
2019-02-27net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bitMaxime Chevallier1-10/+0
2019-02-24net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier1-0/+13
2019-02-24net: phy: marvell10g: Force reading of 2.5/5GMaxime Chevallier1-0/+35
2019-02-24net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier1-2/+2
2019-02-24net: phy: marvell10g: Use 2500BASEX when using 2.5GBASETMaxime Chevallier1-7/+19
2019-02-24net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bitMaxime Chevallier1-2/+2
2019-02-24net: phy: marvell10g: Use get_features to get the PHY abilitiesMaxime Chevallier1-3/+8
2019-02-21net: phy: marvell10g: use genphy_c45_check_and_restart_aneg in mv3310_config_anegHeiner Kallweit1-14/+1
2019-02-20net: phy: marvell10g: improve mv3310_config_anegHeiner Kallweit1-7/+2
2019-02-17net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier1-3/+0
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-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier1-70/+8
2019-02-10net: phy: marvell10g: fix usage of new MMD modifying helpersHeiner Kallweit1-7/+6
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit1-9/+1
2019-02-06net: phy: improve genphy_c45_read_linkHeiner Kallweit1-2/+0
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit1-28/+10
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-0/+1
2018-12-05net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn1-1/+1
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-2/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-17/+16
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn1-10/+1
2018-10-01net: phy: Add phydev_warn()Andrew Lunn1-3/+3
2018-04-04net: phy: marvell10g: add thermal hwmon deviceRussell King1-2/+182
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King1-1/+1
2018-03-01net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli1-10/+1
2018-01-02net: phy: marvell10g: add support for half duplex 100M and 10MRussell King1-25/+12
2018-01-02net: phy: marvell10g: clean up interface mode switchingRussell King1-16/+20
2018-01-02net: phy: marvell10g: add MDI swap reportingRussell King1-0/+31
2018-01-02net: phy: marvell10g: update header commentsRussell King1-1/+7
2017-12-13net: phy: marvell10g: remove XGMII as an option for 88x3310Russell King1-1/+0
2017-11-28net: phy: marvell10g: fix the PHY id maskAntoine Tenart1-2/+3
2017-06-06net: phy: add Marvell Alaska X 88X3310 10Gigabit PHY supportRussell King1-0/+368