summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: replace if-else statements with switchWeihang Li2021-06-161-4/+9
* net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King2021-06-031-21/+6
* net: phy: marvell: enable downshift by defaultMaxim Kochetkov2021-04-301-12/+50
* net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov2021-04-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-20/+32
|\
| * net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov2021-04-221-10/+16
* | net: phy: marvell: don't use empty switch default caseMarek Behún2021-04-211-2/+0
* | net: phy: marvell: add support for Amethyst internal PHYMarek Behún2021-04-201-3/+114
* | net: phy: marvell: use assignment by bitwise AND operatorMarek Behún2021-04-201-1/+1
* | net: phy: marvell: fix HWMON enable register for 6390Marek Behún2021-04-201-10/+9
* | net: phy: marvell: refactor HWMON OOP styleMarek Behún2021-04-201-244/+125
|/
* net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2021-04-121-3/+29
* net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111Robert Hancock2021-02-161-5/+8
* net: phy: introduce phydev->portMichael Walle2021-02-111-0/+1
* net: phy: drop explicit genphy_read_status() opMichael Walle2021-02-091-1/+0
* net: phy: marvell: replace phy_modify()Yejune Deng2020-12-011-8/+8
* net: phy: marvell: remove the use of .ack_interrupt()Ioana Ciornei2020-11-171-20/+11
* net: phy: marvell: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-171-21/+36
* net: phy: marvell: add special handling of Finisar modules with 88E1111Robert Hancock2020-10-301-1/+99
* drivers: net: phy: Fix spelling in comment defalut to defaultBhaskar Chowdhury2020-10-301-1/+1
* net: phy: marvell: Use phy_read_paged() instead of open coding itJisheng Zhang2020-10-051-10/+4
* net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov2020-06-221-0/+23
* net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov2020-06-221-0/+23
* net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov2020-06-221-111/+111
* net: marvell: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
* net: phy: marvell: unlock after phy_select_page() failureDan Carpenter2020-05-291-1/+1
* net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn2020-05-261-2/+23
* net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn2020-05-261-12/+19
* net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn2020-05-261-17/+42
* net: phy: marvell: Add support for amplitude graphAndrew Lunn2020-05-261-1/+231
* net: phy: marvell: Add cable test supportAndrew Lunn2020-05-101-0/+201
* net: phy: marvell: Fix pause frame negotiationClemens Gruber2020-04-111-22/+24
* net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit2020-03-231-24/+0
* net: phy: marvell: don't interpret PHY status unless resolvedRussell King2020-02-271-0/+5
* net: phy: marvell: use genphy_check_and_restart_aneg()Russell King2019-12-191-20/+1
* net: phy: marvell: use phy_modify_changed()Russell King2019-12-191-16/+10
* net: phy: marvell: use existing clause 37 definitionsRussell King2019-12-191-18/+8
* net: phy: marvell: consolidate phy status readingRussell King2019-12-191-43/+17
* net: phy: marvell: use positive logic for link stateRussell King2019-12-191-4/+3
* net: phy: marvell: initialise link partner state earlierRussell King2019-12-191-20/+5
* net: phy: marvell: rearrange to use genphy_read_lpa()Russell King2019-12-191-34/+32
* net: phy: provide and use genphy_read_status_fixed()Russell King2019-12-191-15/+4
* net: phy: use phy_resolve_aneg_pause()Russell King2019-12-191-4/+1
* net: phy: marvell: add downshift support for 88E1145Heiner Kallweit2019-10-301-0/+3
* net: phy: marvell: add PHY tunable support for more PHY versionsHeiner Kallweit2019-10-291-0/+12
* net: phy: marvell: add downshift support for M88E1111Heiner Kallweit2019-10-291-0/+64
* net: phy: marvell: fix downshift function namingHeiner Kallweit2019-10-291-15/+15
* net: phy: marvell: fix typo in constant MII_M1011_PHY_SRC_DOWNSHIFT_MASKHeiner Kallweit2019-10-291-4/+4
* net: phy: marvell: remove superseded function marvell_set_downshiftHeiner Kallweit2019-10-211-53/+35