summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Update rmk's email address in various driversRussell King2020-04-211-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
* | net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5
* | net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-10/+5
* | net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-9/+4
* | net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-23/+4
* | net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit2020-03-231-24/+1
* | net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit2020-03-231-24/+0
* | net: phy: add and use phy_check_downshiftHeiner Kallweit2020-03-232-1/+41
* | net: phy: xpcs: Restart AutoNeg if outcome was invalidJose Abreu2020-03-231-1/+3
* | net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finishJose Abreu2020-03-231-1/+3
* | net: phy: xpcs: Reset XPCS upon probeJose Abreu2020-03-231-1/+1
* | net: phy: xpcs: Return error when 10GKR link errors are foundJose Abreu2020-03-231-1/+3
* | net: phy: mscc: add support for VSC8502Vladimir Oltean2020-03-232-0/+25
* | net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean2020-03-232-3/+15
* | net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean2020-03-231-0/+3
* | net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean2020-03-232-10/+10
* | net: phy: mscc: RGMII skew delay configurationAntoine Tenart2020-03-192-0/+43
* | net: phy: mscc: add support for RGMII MAC modeAntoine Tenart2020-03-192-12/+21
* | net: phy: mscc: add missing check on a phy_write return valueAntoine Tenart2020-03-191-0/+2
* | net: phy: realtek: read actual speed to detect downshiftHeiner Kallweit2020-03-181-1/+59
* | net: phylink: pcs: add 802.3 clause 45 helpersRussell King2020-03-171-0/+30
* | net: phylink: pcs: add 802.3 clause 22 helpersRussell King2020-03-171-0/+206
* | net: mdiobus: add APIs for modifying a MDIO device registerRussell King2020-03-172-31/+56
* | net: mdiobus: avoid BUG_ON() in mdiobus accessorsRussell King2020-03-171-4/+8
* | net: phy: xpcs: Add XLGMII supportJose Abreu2020-03-171-0/+98
* | net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit2020-03-171-2/+5
* | net: phy: improve phy_driver callback handle_interruptHeiner Kallweit2020-03-172-16/+21
* | net: phy: mscc: fix header defines and descriptionsAntoine Tenart2020-03-143-12/+12
* | net: phy: mscc: split the driver into separate filesAntoine Tenart2020-03-145-1462/+1515
* | net: phy: move the mscc driver to its own directoryAntoine Tenart2020-03-146-1/+6