summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell10g.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-121-11/+7
* net: phy: marvell10g: support XFI rate matching modeBaruch Siach2020-06-301-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-071-1/+26
|\
| * net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach2020-04-271-1/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-261-1/+2
|\|
| * net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach2020-04-231-1/+2
* | net: phy: remove genphy_no_soft_resetHeiner Kallweit2020-04-251-2/+0
|/
* net: marvell10g: soft-reset the PHY when coming out of low powerRussell King2020-04-151-3/+13
* net: marvell10g: report firmware versionRussell King2020-04-151-0/+20
* net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-241-10/+5
* net: phy: marvell10g: place in powersave mode at probeRussell King2020-03-041-4/+26
* net: phy: marvell10g: add energy detect power down tunableRussell King2020-03-041-1/+85
* net: phy: marvell10g: add mdix controlRussell King2020-03-041-2/+59
* net: phy: marvell10g: read copper results from CSSR1Russell King2020-02-271-52/+89
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-061-5/+6
* net: sfp: derive interface mode from ethtool link modesRussell King2019-12-111-1/+1
* net: phy: marvell10g: add SFP+ supportRussell King2019-11-191-1/+24
* net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King2019-05-291-0/+13
* net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit2019-04-091-1/+0
* net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart2019-04-041-0/+2
* net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart2019-04-041-1/+11
* net: phy: remove gen10g_no_soft_resetHeiner Kallweit2019-03-041-2/+2
* net: phy: marvell10g: Use the generic C45 helper to read the 2110 featuresMaxime Chevallier2019-02-281-1/+1
* net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bitMaxime Chevallier2019-02-281-10/+0
* net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier2019-02-251-0/+13
* net: phy: marvell10g: Force reading of 2.5/5GMaxime Chevallier2019-02-251-0/+35
* net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier2019-02-251-2/+2
* net: phy: marvell10g: Use 2500BASEX when using 2.5GBASETMaxime Chevallier2019-02-251-7/+19
* net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bitMaxime Chevallier2019-02-251-2/+2
* net: phy: marvell10g: Use get_features to get the PHY abilitiesMaxime Chevallier2019-02-251-3/+8
* net: phy: marvell10g: use genphy_c45_check_and_restart_aneg in mv3310_config_...Heiner Kallweit2019-02-211-14/+1
* net: phy: marvell10g: improve mv3310_config_anegHeiner Kallweit2019-02-211-7/+2
* net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier2019-02-181-3/+0
* net: phy: marvell10g: check for newly set anegHeiner Kallweit2019-02-171-0/+10
* net: phy: marvell10g: use genphy_c45_an_config_anegAndrew Lunn2019-02-171-21/+4
* net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier2019-02-141-70/+8
* net: phy: marvell10g: fix usage of new MMD modifying helpersHeiner Kallweit2019-02-101-7/+6
* net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit2019-02-081-9/+1
* net: phy: improve genphy_c45_read_linkHeiner Kallweit2019-02-071-2/+0
* net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-061-28/+10
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-0/+1
* net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-061-1/+1
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-2/+2
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-17/+16
* net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-021-10/+1
* net: phy: Add phydev_warn()Andrew Lunn2018-10-021-3/+3
* net: phy: marvell10g: add thermal hwmon deviceRussell King2018-04-041-2/+182
* net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-051-1/+1
* net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli2018-03-021-10/+1
* net: phy: marvell10g: add support for half duplex 100M and 10MRussell King2018-01-021-25/+12