aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/marvell.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-20net: phy: marvell: Align set_loopback() implementationGerhard Engleder1-39/+33
2025-03-20net: phy: Allow loopback speed selection for PHY driversGerhard Engleder1-1/+7
2025-02-11net: phy: marvell: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-22/+2
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET1-1/+1
2024-12-06net: phy: marvell: use phydev->eee_cfg.eee_enabledRussell King (Oracle)1-3/+1
2024-12-04net: phy: marvell: implement config_inband() methodRussell King (Oracle)1-0/+31
2024-12-04net: phy: marvell: implement phy_inband_caps() methodRussell King (Oracle)1-0/+17
2024-11-03net: phy: use ethtool string helpersRosen Penev1-8/+4
2024-10-22net: phy: marvell: Add mdix status reportingPaul Davey1-0/+14
2024-08-23net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski1-2/+0
2024-05-07net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer1-1/+80
2024-05-07net: phy: marvell: constify marvell_hw_statsMatthias Schiffer1-1/+1
2024-04-06net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-04-06net: phy: marvell: implement cable test for 88E1111Pawel Dembicki1-0/+93
2024-04-03net: phy: marvell: implement cable-test for 88E308X/88E609X familyPawel Dembicki1-0/+208
2024-04-03net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki1-0/+13
2024-03-07net: phy: marvell: add comment about m88e1111_config_init_1000basex()Russell King (Oracle)1-1/+4
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-1/+1
2023-08-10net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn1-0/+281
2023-04-24net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-19net: phy: marvell: Implement led_blink_set()Andrew Lunn1-0/+36
2023-04-19net: phy: marvell: Add software control of the LEDsAndrew Lunn1-5/+40
2023-04-09net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-02-20net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Andrew Lunn1-1/+1
2022-11-15net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin1-7/+9
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-1/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-19net: phy: marvell: use mii_bmcr_encode_fixed()Russell King (Oracle)1-8/+2
2022-05-17net: phy: marvell: Add errata section 5.1 for Alaska PHYLeszek Polak1-0/+37
2022-05-01net: phy: marvell: update abilities and advertising when switching to SGMIIRobert Hancock1-1/+15
2022-03-14net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi1-4/+4
2022-02-07net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-02-06net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-01-15net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail1-1/+55
2022-01-05net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)1-0/+6
2022-01-05net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)1-14/+8
2021-08-16net: phy: marvell: Add WAKE_PHY support to WOL eventSong Yoong Siang1-3/+36
2021-08-13net: phy: marvell: add SFP support for 88E1510Ivan Bornyakov1-1/+104
2021-06-16net: phy: replace if-else statements with switchWeihang Li1-4/+9
2021-06-03net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King1-21/+6
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov1-12/+50
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov1-0/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+32
2021-04-22net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov1-10/+16
2021-04-22net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov1-10/+16
2021-04-21net: phy: marvell: don't use empty switch default caseMarek Behún1-2/+0
2021-04-20net: phy: marvell: add support for Amethyst internal PHYMarek Behún1-3/+114
2021-04-20net: phy: marvell: use assignment by bitwise AND operatorMarek Behún1-1/+1
2021-04-20net: phy: marvell: fix HWMON enable register for 6390Marek Behún1-10/+9