summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2021-03-15net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong1-1/+1
2021-03-13net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610MFlorian Fainelli1-0/+4
2021-03-12net: phy: broadcom: Add power down exit reset state delayFlorian Fainelli1-0/+5
2021-03-02net: 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-27net: 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-23net: phy: icplus: call phy_restore_page() when phy_select_page() failsDan Carpenter1-4/+5
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-36/+17
2021-02-17net: phy: broadcom: Do not modify LED configuration for SFP module PHYsRobert Hancock1-9/+15
2021-02-17net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock1-0/+2
2021-02-17net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616SRobert Hancock1-12/+72
2021-02-17net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111Robert Hancock1-5/+8
2021-02-17sfp: add support for 5gbase-t SFPsMarek Behún1-0/+3
2021-02-17net: phylink: Add 5gbase-r supportMarek Behún1-0/+4
2021-02-17net: phy: mscc: coma mode disabled for VSC8514Bjarni Jonasson2-0/+20
2021-02-17net: phy: mscc: improved serdes calibration applied to VSC8514Bjarni Jonasson5-166/+840
2021-02-17net: phy: mscc: adding LCPLL reset to VSC8514Bjarni Jonasson2-122/+236
2021-02-16net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit3-4/+4
2021-02-16net: phy: at803x: add MDIX support to AR8031/33Michael Walle1-0/+1
2021-02-16net: phy: broadcom: Allow BCM54210E to configure APDFlorian Fainelli1-3/+5
2021-02-16net: phy: broadcom: Remove unused flagsFlorian Fainelli1-3/+16
2021-02-16net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()Florian Fainelli1-38/+36
2021-02-12net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit1-36/+17
2021-02-12net: phy: icplus: add MDI/MDIX support for IP101A/GMichael Walle1-0/+97
2021-02-12net: phy: icplus: add PHY counter for IP101GMichael Walle1-0/+75
2021-02-12net: phy: icplus: fix paged register accessMichael Walle1-13/+54
2021-02-12net: phy: icplus: don't set APS_EN bit on IP101GMichael Walle1-7/+20
2021-02-12net: phy: icplus: split IP101A/G driverMichael Walle1-3/+66
2021-02-12net: phy: icplus: use the .soft_reset() of the phy-coreMichael Walle1-30/+2
2021-02-12net: phy: icplus: drop address operator for functionsMichael Walle1-5/+5
2021-02-12net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/GMichael Walle1-2/+2
2021-02-12net: phy: icplus: use PHY_ID_MATCH_MODEL() macroMichael Walle1-9/+10
2021-02-12net: phy: introduce phydev->portMichael Walle9-4/+34
2021-02-09net: phy: broadcom: remove BCM5482 1000Base-BX supportMichael Walle1-92/+1
2021-02-09net: phy: drop explicit genphy_read_status() opMichael Walle2-2/+0
2021-02-04net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans1-4/+2
2021-01-29net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár2-2/+30
2021-01-29net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár1-33/+67
2021-01-23net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka1-0/+132
2021-01-19net: phy: national: remove definition of DEBUGTom Rix1-2/+0
2021-01-16net: phy: at803x: add support for configuring SmartEEERussell King1-1/+64
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-15sfp: add support for 100 base-x SFPsBjarni Jonasson1-0/+9
2021-01-15net: phy: ar803x: disable extended next page bitRussell King1-1/+7
2021-01-13net: sfp: add debugfs supportRussell King1-0/+55
2021-01-13net: phy: smsc: fix clk error handlingMarco Felsch1-1/+2
2021-01-12net: phy: at803x: use phy_modify_mmd()Russell King1-9/+2
2021-01-12net: sfp: extend bitrate-derived mode for 2500BASE-XRussell King1-3/+8
2021-01-12net: sfp: cope with SFPs that set both LOS normal and LOS invertedRussell King1-14/+22