summaryrefslogtreecommitdiff
path: root/drivers/net/phy/marvell.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-13net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár1-3/+29
2021-02-17net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111Robert Hancock1-5/+8
2021-02-12net: phy: introduce phydev->portMichael Walle1-0/+1
2021-02-09net: phy: drop explicit genphy_read_status() opMichael Walle1-1/+0
2020-12-02net: phy: marvell: replace phy_modify()Yejune Deng1-8/+8
2020-11-17net: phy: marvell: remove the use of .ack_interrupt()Ioana Ciornei1-20/+11
2020-11-17net: phy: marvell: implement generic .handle_interrupt() callbackIoana Ciornei1-21/+36
2020-10-31net: phy: marvell: add special handling of Finisar modules with 88E1111Robert Hancock1-1/+99
2020-10-31drivers: net: phy: Fix spelling in comment defalut to defaultBhaskar Chowdhury1-1/+1
2020-10-05net: phy: marvell: Use phy_read_paged() instead of open coding itJisheng Zhang1-10/+4
2020-06-23net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov1-0/+23
2020-06-23net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov1-0/+23
2020-06-23net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov1-111/+111
2020-06-05net: marvell: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-05-29net: phy: marvell: unlock after phy_select_page() failureDan Carpenter1-1/+1
2020-05-27net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn1-2/+23
2020-05-27net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn1-12/+19
2020-05-27net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-17/+42
2020-05-27net: phy: marvell: Add support for amplitude graphAndrew Lunn1-1/+231
2020-05-10net: phy: marvell: Add cable test supportAndrew Lunn1-0/+201
2020-04-12net: phy: marvell: Fix pause frame negotiationClemens Gruber1-22/+24
2020-03-24net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+0
2020-02-27net: phy: marvell: don't interpret PHY status unless resolvedRussell King1-0/+5
2019-12-19net: phy: marvell: use genphy_check_and_restart_aneg()Russell King1-20/+1
2019-12-19net: phy: marvell: use phy_modify_changed()Russell King1-16/+10
2019-12-19net: phy: marvell: use existing clause 37 definitionsRussell King1-18/+8
2019-12-19net: phy: marvell: consolidate phy status readingRussell King1-43/+17
2019-12-19net: phy: marvell: use positive logic for link stateRussell King1-4/+3
2019-12-19net: phy: marvell: initialise link partner state earlierRussell King1-20/+5
2019-12-19net: phy: marvell: rearrange to use genphy_read_lpa()Russell King1-34/+32
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King1-15/+4
2019-12-19net: phy: use phy_resolve_aneg_pause()Russell King1-4/+1
2019-10-31net: phy: marvell: add downshift support for 88E1145Heiner Kallweit1-0/+3
2019-10-30net: phy: marvell: add PHY tunable support for more PHY versionsHeiner Kallweit1-0/+12
2019-10-30net: phy: marvell: add downshift support for M88E1111Heiner Kallweit1-0/+64
2019-10-30net: phy: marvell: fix downshift function namingHeiner Kallweit1-15/+15
2019-10-30net: phy: marvell: fix typo in constant MII_M1011_PHY_SRC_DOWNSHIFT_MASKHeiner Kallweit1-4/+4
2019-10-21net: phy: marvell: remove superseded function marvell_set_downshiftHeiner Kallweit1-53/+35
2019-10-21net: phy: marvell: support downshift as PHY tunableHeiner Kallweit1-1/+87
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2019-04-26net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn1-2/+4
2019-04-23net: phy: marvell: add new default led configure for m88e151xJian Shen1-1/+5
2019-04-16net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-14/+14
2019-03-27net: phy: marvell: add PHY tunable fast link down support for 88E1540Heiner Kallweit1-0/+108
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+0
2019-02-03Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King1-16/+0
2019-01-23net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2019-01-16net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn1-1/+1
2019-01-16net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn1-1/+34
2018-12-06phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn1-11/+11