aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/marvell.c
AgeCommit message (Expand)Author
2022-03-14net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi
2022-02-07net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko
2022-02-06net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko
2022-01-15net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail
2022-01-05net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)
2022-01-05net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)
2021-08-16net: phy: marvell: Add WAKE_PHY support to WOL eventSong Yoong Siang
2021-08-13net: phy: marvell: add SFP support for 88E1510Ivan Bornyakov
2021-06-16net: phy: replace if-else statements with switchWeihang Li
2021-06-03net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-22net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov
2021-04-22net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov
2021-04-21net: phy: marvell: don't use empty switch default caseMarek Behún
2021-04-20net: phy: marvell: add support for Amethyst internal PHYMarek Behún
2021-04-20net: phy: marvell: use assignment by bitwise AND operatorMarek Behún
2021-04-20net: phy: marvell: fix HWMON enable register for 6390Marek Behún
2021-04-20net: phy: marvell: refactor HWMON OOP styleMarek Behún
2021-04-12net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár
2021-02-16net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111Robert Hancock
2021-02-11net: phy: introduce phydev->portMichael Walle
2021-02-09net: phy: drop explicit genphy_read_status() opMichael Walle
2020-12-01net: phy: marvell: replace phy_modify()Yejune Deng
2020-11-17net: phy: marvell: remove the use of .ack_interrupt()Ioana Ciornei
2020-11-17net: phy: marvell: implement generic .handle_interrupt() callbackIoana Ciornei
2020-10-30net: phy: marvell: add special handling of Finisar modules with 88E1111Robert Hancock
2020-10-30drivers: net: phy: Fix spelling in comment defalut to defaultBhaskar Chowdhury
2020-10-05net: phy: marvell: Use phy_read_paged() instead of open coding itJisheng Zhang
2020-06-22net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov
2020-06-22net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov
2020-06-22net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov
2020-06-05net: marvell: Fix OF_MDIO config checkDan Murphy
2020-05-29net: phy: marvell: unlock after phy_select_page() failureDan Carpenter
2020-05-26net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn
2020-05-26net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn
2020-05-26net: phy: marvell: Add support for amplitude graphAndrew Lunn
2020-05-10net: phy: marvell: Add cable test supportAndrew Lunn
2020-04-11net: phy: marvell: Fix pause frame negotiationClemens Gruber
2020-03-23net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit
2020-02-27net: phy: marvell: don't interpret PHY status unless resolvedRussell King
2019-12-19net: phy: marvell: use genphy_check_and_restart_aneg()Russell King
2019-12-19net: phy: marvell: use phy_modify_changed()Russell King
2019-12-19net: phy: marvell: use existing clause 37 definitionsRussell King
2019-12-19net: phy: marvell: consolidate phy status readingRussell King
2019-12-19net: phy: marvell: use positive logic for link stateRussell King
2019-12-19net: phy: marvell: initialise link partner state earlierRussell King
2019-12-19net: phy: marvell: rearrange to use genphy_read_lpa()Russell King