aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2021-04-14net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov1-28/+89
2021-04-14net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov1-98/+98
2021-04-14net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov1-0/+43
2021-04-11phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn3-0/+48
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit1-0/+6
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-04-01net: phy: broadcom: Add statistics for all Gigabit PHYsFlorian Fainelli1-10/+66
2021-03-30net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+10
2021-03-30net: phy: remove repeated wordPeng Li1-1/+1
2021-03-30net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich1-2/+5
2021-03-29net: phy: Correct function name mdiobus_register_board_info() in commentYang Yingliang1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+10
2021-03-24net: phy: marvell10g: Add PHY loopback supportWong Vee Khee1-0/+2
2021-03-24net: phy: add genphy_c45_loopbackWong Vee Khee1-0/+8
2021-03-19net: phy: mscc: coma mode disabled for VSC8584Bjarni Jonasson1-0/+1
2021-03-19net: phy: mscc: improved serdes calibration applied to VSC8584Bjarni Jonasson1-56/+154
2021-03-19net: phy: mscc: Applying LCPLL reset to VSC8584Bjarni Jonasson1-0/+6
2021-03-19net: phy: at803x: remove at803x_aneg_done()Michael Walle1-31/+0
2021-03-15net: phy: add Marvell 88X2222 transceiver supportIvan Bornyakov3-0/+526
2021-03-15net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong1-1/+1
2021-03-15net: phylink: make phylink_parse_mode() support non-DT platformOng Boon Leong1-2/+3
2021-03-12net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610MFlorian Fainelli1-0/+4
2021-03-11net: phy: broadcom: Add power down exit reset state delayFlorian Fainelli1-0/+5
2021-03-11net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli1-0/+11
2021-03-01net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang1-2/+4
2021-03-01net: phy: ti: take into account all possible interrupt sourcesIoana Ciornei2-9/+11
2021-02-26net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann1-4/+2
2021-02-25net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081Christian Melki1-0/+1
2021-02-22net: phy: icplus: call phy_restore_page() when phy_select_page() failsDan Carpenter1-4/+5
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-36/+17
2021-02-16net: phy: broadcom: Do not modify LED configuration for SFP module PHYsRobert Hancock1-9/+15
2021-02-16net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock1-0/+2
2021-02-16net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616SRobert Hancock1-12/+72
2021-02-16net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111Robert Hancock1-5/+8
2021-02-16sfp: add support for 5gbase-t SFPsMarek Behún1-0/+3
2021-02-16net: phylink: Add 5gbase-r supportMarek Behún1-0/+4