aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-07net: phy: fix less than zero comparison with unsigned variable valColin Ian King1-1/+1
2020-05-07net: phy: Make iproc_mdio_resume staticZheng Zengkai1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-27/+53
2020-05-06net: phy: tja11xx: add support for master-slave configurationOleksij Rempel1-0/+43
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-1/+97
2020-05-06net: phy: mscc: use phy_package_sharedMichael Walle2-70/+32
2020-05-06net: phy: bcm54140: use phy_package_sharedMichael Walle1-46/+11
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle2-0/+139
2020-05-01net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy1-9/+12
2020-05-01net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy1-16/+14
2020-04-30net: phy: bcm54140: add second PHY IDMichael Walle1-2/+9
2020-04-30net: phy: bcm54140: apply the workaround on b0 chipsMichael Walle1-3/+8
2020-04-30net: phy: bcm54140: fix phy_id_maskMichael Walle1-2/+2
2020-04-30net: phy: bcm54140: use genphy_soft_reset()Michael Walle1-0/+1
2020-04-30net: phy: at803x: add downshift supportMichael Walle1-0/+87
2020-04-30dp83640: reverse arguments to list_add_tailJulia Lawall1-1/+1
2020-04-30net: phy: mdio: add IPQ4019 MDIO driverRobert Marko3-0/+168
2020-04-28net: phy: bcm54140: Make a bunch of functions staticChenTao1-3/+3
2020-04-27net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach1-1/+26
2020-04-25net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+176
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit1-1/+11
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit5-6/+0
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-31/+15
2020-04-23net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King1-2/+4
2020-04-23net: phy: bcm84881: clear settings on link downRussell King1-3/+3
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach1-1/+2
2020-04-22net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel1-7/+105
2020-04-22net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel1-0/+91
2020-04-22net: phy: Use IS_ERR() to check and simplify codeTang Bin1-5/+2
2020-04-22net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel1-5/+123
2020-04-22net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit1-1/+7
2020-04-22net: phy: bcm54140: add hwmon supportMichael Walle2-0/+397
2020-04-22net: phy: add Broadcom BCM54140 supportMichael Walle3-0/+492
2020-04-22net: phy: broadcom: add helper to write/read RDB registersMichael Walle2-0/+89
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino1-0/+171
2020-04-20net: phy: mscc: use mdiobus_get_phy()Michael Walle1-4/+3
2020-04-20net: phy: Propagate error from bus->resetFlorian Fainelli1-3/+6
2020-04-20net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit1-2/+13
2020-04-18net: phy: broadcom: Add support for BCM53125 internal PHYsFlorian Fainelli1-0/+14
2020-04-18net: phy: mdio-bcm-iproc: Do not show kernel pointerFlorian Fainelli1-1/+1
2020-04-18net: phy: at803x: add support for AR8032 PHYDavid Bauer1-0/+17
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-04-14net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto1-1/+1
2020-04-11net: phy: marvell: Fix pause frame negotiationClemens Gruber1-22/+24
2020-04-07Documentation: mdio_bus.c - fix warningsLothar Rubusch1-1/+1
2020-04-03net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before accessing PHY registersOleksij Rempel1-0/+7
2020-04-01net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel1-2/+2