aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/marvell10g.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-2/+0
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2023-11-27net: phy: marvell10g: fill in possible_interfacesRussell King (Oracle)1-0/+18
2023-11-27net: phy: marvell10g: table driven mactype decodeRussell King (Oracle)1-77/+120
2023-07-23net: phy: marvell10g: fix 88x3310 power upJiawen Wu1-0/+7
2023-04-09net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-10-03net: phy: marvell10g: select host interface configurationRussell King1-0/+112
2022-10-03net: phy: marvell10g: Use tabs instead of spaces for indentationMarek Behún1-9/+9
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-1/+2
2022-04-26net: phy: marvell10g: fix return value on errorBaruch Siach1-1/+1
2021-09-30net: phy: marvell10g: add downshift tunable supportRussell King1-1/+106
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-08-27net: phy: marvell10g: fix broken PHY interrupts for anyone after us in the driver probe listVladimir Oltean1-0/+8
2021-07-16net: phy: marvell10g: enable WoL for 88X3310 and 88E2110Voon Weifeng1-0/+89
2021-07-11net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek Behún1-5/+35
2021-04-08net: phy: marvell10g: change module descriptionMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: differentiate 88E2110 vs 88E2111Marek Behún1-0/+62
2021-04-08net: phy: marvell10g: fix driver name for mv88e2110Marek Behún1-1/+1
2021-04-08net: phy: marvell10g: add separate structure for 88X3340Marek Behún1-2/+56
2021-04-08net: phy: marvell10g: support other MACTYPEsMarek Behún1-36/+54
2021-04-08net: phy: marvell10g: store temperature read method in chip strucutreMarek Behún1-9/+14
2021-04-08net: phy: marvell10g: check for correct supported interface modeMarek Behún1-7/+30
2021-04-08net: phy: marvell10g: support all rate matching modesMarek Behún1-11/+92
2021-04-08net: phy: marvell10g: add MACTYPE definitions for 88E21xxMarek Behún1-0/+9
2021-04-08net: phy: marvell10g: add all MACTYPE definitions for 88X33x0Marek Behún1-5/+13
2021-04-08net: phy: marvell10g: indicate 88X33x0 only port control registersMarek Behún1-7/+7
2021-04-08net: phy: marvell10g: allow 5gbase-r and usxgmiiMarek Behún1-1/+7
2021-04-08net: phy: marvell10g: fix typoMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: rename registerMarek Behún1-4/+4
2021-03-24net: phy: marvell10g: Add PHY loopback supportWong Vee Khee1-0/+2
2021-02-11net: phy: introduce phydev->portMichael Walle1-0/+2
2020-08-11net: phy: marvell10g: fix null pointer dereferenceMarek Behún1-11/+7
2020-06-29net: phy: marvell10g: support XFI rate matching modeBaruch Siach1-0/+22
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+26
2020-04-27net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach1-1/+26
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit1-2/+0
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach1-1/+2
2020-04-14net: marvell10g: soft-reset the PHY when coming out of low powerRussell King1-3/+13
2020-04-14net: marvell10g: report firmware versionRussell King1-0/+20
2020-03-23net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-10/+5
2020-03-04net: phy: marvell10g: place in powersave mode at probeRussell King1-4/+26
2020-03-04net: phy: marvell10g: add energy detect power down tunableRussell King1-1/+85
2020-03-04net: phy: marvell10g: add mdix controlRussell King1-2/+59
2020-02-27net: phy: marvell10g: read copper results from CSSR1Russell King1-52/+89
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-5/+6
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King1-1/+1
2019-11-18net: phy: marvell10g: add SFP+ supportRussell King1-1/+24
2019-05-29net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King1-0/+13
2019-04-09net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit1-1/+0