summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: bcm54140: Make a bunch of functions staticChenTao2020-04-281-3/+3
* net: phy: dp83867: Remove unneeded semicolonZheng Bin2020-04-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-253-4/+176
|\
| * net: phy: bcm84881: clear settings on link downRussell King2020-04-231-3/+3
| * net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach2020-04-231-1/+2
| * net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino2020-04-221-0/+171
* | net: phy: clear phydev->suspended after soft resetHeiner Kallweit2020-04-241-1/+11
* | net: phy: remove genphy_no_soft_resetHeiner Kallweit2020-04-245-6/+0
* | net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit2020-04-241-0/+3
* | net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King2020-04-241-31/+15
* | net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King2020-04-231-2/+4
* | net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel2020-04-221-7/+105
* | net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel2020-04-221-0/+91
* | net: phy: Use IS_ERR() to check and simplify codeTang Bin2020-04-221-5/+2
* | net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel2020-04-221-5/+123
* | net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit2020-04-221-1/+7
* | net: phy: bcm54140: add hwmon supportMichael Walle2020-04-222-0/+397
* | net: phy: add Broadcom BCM54140 supportMichael Walle2020-04-223-0/+492
* | net: phy: broadcom: add helper to write/read RDB registersMichael Walle2020-04-222-0/+89
* | net: phy: mscc: use mdiobus_get_phy()Michael Walle2020-04-201-4/+3
* | net: phy: Propagate error from bus->resetFlorian Fainelli2020-04-201-3/+6
* | net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit2020-04-201-2/+13
* | net: phy: broadcom: Add support for BCM53125 internal PHYsFlorian Fainelli2020-04-181-0/+14
* | net: phy: mdio-bcm-iproc: Do not show kernel pointerFlorian Fainelli2020-04-181-1/+1
* | net: phy: at803x: add support for AR8032 PHYDavid Bauer2020-04-181-0/+17
|/
* net: marvell10g: soft-reset the PHY when coming out of low powerRussell King2020-04-141-3/+13
* net: marvell10g: report firmware versionRussell King2020-04-141-0/+20
* net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto2020-04-141-1/+1
* net: phy: marvell: Fix pause frame negotiationClemens Gruber2020-04-111-22/+24
* Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-071-1/+1
* net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel2020-04-031-0/+7
* net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel2020-04-011-2/+2
* net: phylink: add separate pcs operations structureRussell King2020-03-301-22/+55
* net: phylink: rename 'ops' to 'mac_ops'Russell King2020-03-301-15/+15
* net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King2020-03-301-5/+7
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-1/+1
* net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker2020-03-291-0/+50
* net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla2020-03-273-0/+27
* net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit2020-03-261-17/+15
* net: phy: add marvell usb to mdio controllerTobias Waldekranz2020-03-263-0/+128
* net: phy: probe PHY drivers synchronouslyHeiner Kallweit2020-03-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-254-20/+46
|\
| * net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara2020-03-241-4/+2
| * net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko2020-03-211-1/+20
| * net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab2020-03-171-14/+18
| * net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur2020-03-171-1/+6
* | net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean2020-03-242-57/+49
* | net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify codeDejin Zheng2020-03-241-10/+4
* | net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-13/+3
* | net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5