summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King
2020-04-23net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King
2020-04-23net: phy: bcm84881: clear settings on link downRussell King
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach
2020-04-22net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel
2020-04-22net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel
2020-04-22net: phy: Use IS_ERR() to check and simplify codeTang Bin
2020-04-22net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel
2020-04-22net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit
2020-04-22net: phy: bcm54140: add hwmon supportMichael Walle
2020-04-22net: phy: add Broadcom BCM54140 supportMichael Walle
2020-04-22net: phy: broadcom: add helper to write/read RDB registersMichael Walle
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino
2020-04-20net: phy: mscc: use mdiobus_get_phy()Michael Walle
2020-04-20net: phy: Propagate error from bus->resetFlorian Fainelli
2020-04-20net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit
2020-04-18net: phy: broadcom: Add support for BCM53125 internal PHYsFlorian Fainelli
2020-04-18net: phy: mdio-bcm-iproc: Do not show kernel pointerFlorian Fainelli
2020-04-18net: phy: at803x: add support for AR8032 PHYDavid Bauer
2020-04-14net: marvell10g: soft-reset the PHY when coming out of low powerRussell King
2020-04-14net: marvell10g: report firmware versionRussell King
2020-04-14net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto
2020-04-11net: phy: marvell: Fix pause frame negotiationClemens Gruber
2020-04-07Documentation: mdio_bus.c - fix warningsLothar Rubusch
2020-04-03net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel
2020-04-01net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel
2020-03-30net: phylink: add separate pcs operations structureRussell King
2020-03-30net: phylink: rename 'ops' to 'mac_ops'Russell King
2020-03-30net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran
2020-03-29net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker
2020-03-27net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla
2020-03-26net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit
2020-03-26net: phy: add marvell usb to mdio controllerTobias Waldekranz
2020-03-26net: phy: probe PHY drivers synchronouslyHeiner Kallweit
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-24net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara
2020-03-24net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean
2020-03-24net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify codeDejin Zheng
2020-03-23net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng
2020-03-23net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng
2020-03-23net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng
2020-03-23net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng
2020-03-23net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng
2020-03-23net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng
2020-03-23net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit