summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-08-231-0/+2
* net: revert partially applied PHY topology seriesJakub Kicinski2024-05-131-2/+0
* net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer2024-05-071-1/+80
* net: phy: marvell: constify marvell_hw_statsMatthias Schiffer2024-05-071-1/+1
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-04-061-0/+2
* net: phy: marvell: implement cable test for 88E1111Pawel Dembicki2024-04-061-0/+93
* net: phy: marvell: implement cable-test for 88E308X/88E609X familyPawel Dembicki2024-04-031-0/+208
* net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki2024-04-031-0/+13
* net: phy: marvell: add comment about m88e1111_config_init_1000basex()Russell King (Oracle)2024-03-071-1/+4
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-1/+1
* net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn2023-08-101-0/+281
* net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi2023-04-241-4/+4
* net: phy: marvell: Implement led_blink_set()Andrew Lunn2023-04-191-0/+36
* net: phy: marvell: Add software control of the LEDsAndrew Lunn2023-04-191-5/+40
* net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-091-1/+1
* net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Andrew Lunn2023-02-201-1/+1
* net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin2022-11-151-7/+9
* net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King2022-10-031-1/+2
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net: phy: marvell: use mii_bmcr_encode_fixed()Russell King (Oracle)2022-06-191-8/+2
* net: phy: marvell: Add errata section 5.1 for Alaska PHYLeszek Polak2022-05-171-0/+37
* net: phy: marvell: update abilities and advertising when switching to SGMIIRobert Hancock2022-05-011-1/+15
* net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi2022-03-141-4/+4
* net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko2022-02-071-4/+6
* net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko2022-02-061-4/+3
* net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail2022-01-151-1/+55
* net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)2022-01-051-0/+6
* net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)2022-01-051-14/+8
* net: phy: marvell: Add WAKE_PHY support to WOL eventSong Yoong Siang2021-08-161-3/+36
* net: phy: marvell: add SFP support for 88E1510Ivan Bornyakov2021-08-131-1/+104
* 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