aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-13/+3
2020-03-23net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2020-03-23net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2020-03-23net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-10/+5
2020-03-23net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-9/+4
2020-03-23net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-23/+4
2020-03-23net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+1
2020-03-23net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+0
2020-03-23net: phy: add and use phy_check_downshiftHeiner Kallweit2-1/+41
2020-03-23net: phy: xpcs: Restart AutoNeg if outcome was invalidJose Abreu1-1/+3
2020-03-23net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finishJose Abreu1-1/+3
2020-03-23net: phy: xpcs: Reset XPCS upon probeJose Abreu1-1/+1
2020-03-23net: phy: xpcs: Return error when 10GKR link errors are foundJose Abreu1-1/+3
2020-03-23net: phy: mscc: add support for VSC8502Vladimir Oltean2-0/+25
2020-03-23net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean2-3/+15
2020-03-23net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean1-0/+3
2020-03-23net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean2-10/+10
2020-03-19net: phy: mscc: RGMII skew delay configurationAntoine Tenart2-0/+43
2020-03-19net: phy: mscc: add support for RGMII MAC modeAntoine Tenart2-12/+21
2020-03-19net: phy: mscc: add missing check on a phy_write return valueAntoine Tenart1-0/+2
2020-03-18net: phy: realtek: read actual speed to detect downshiftHeiner Kallweit1-1/+59
2020-03-17net: phylink: pcs: add 802.3 clause 45 helpersRussell King1-0/+30
2020-03-17net: phylink: pcs: add 802.3 clause 22 helpersRussell King1-0/+206
2020-03-17net: mdiobus: add APIs for modifying a MDIO device registerRussell King2-31/+56
2020-03-17net: mdiobus: avoid BUG_ON() in mdiobus accessorsRussell King1-4/+8
2020-03-17net: phy: xpcs: Add XLGMII supportJose Abreu1-0/+98
2020-03-17net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit1-2/+5
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit2-16/+21
2020-03-14net: phy: mscc: fix header defines and descriptionsAntoine Tenart3-12/+12
2020-03-14net: phy: mscc: split the driver into separate filesAntoine Tenart5-1462/+1515
2020-03-14net: phy: move the mscc driver to its own directoryAntoine Tenart6-1/+6
2020-03-14net: phylink: Add XLGMII supportJose Abreu1-0/+27
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-3/+15
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-1/+5
2020-03-09net: phy: Add Synopsys DesignWare XPCS MDIO moduleJose Abreu3-0/+619
2020-03-09net: phylink: Test if MAC/PCS support AutonegJose Abreu1-0/+3
2020-03-09net: phylink: Add missing Backplane speedsJose Abreu1-0/+2
2020-03-06net: mdio: add ipq8064 mdio driverAnsuel Smith3-0/+175
2020-03-04net: phy: marvell10g: place in powersave mode at probeRussell King1-4/+26
2020-03-04net: phy: marvell10g: add energy detect power down tunableRussell King1-1/+85
2020-03-04net: phy: marvell10g: add mdix controlRussell King1-2/+59
2020-03-03phylink: Improve error message when validate failedHauke Mehrtens1-1/+7
2020-03-03net: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski1-0/+1
2020-03-01net: phy: mscc: add constants for used interrupt mask bitsHeiner Kallweit1-2/+8
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit1-1/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-10/+16
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+7
2020-02-27net: phy: marvell10g: read copper results from CSSR1Russell King1-52/+89
2020-02-27net: phy: marvell: don't interpret PHY status unless resolvedRussell King1-0/+5
2020-02-26net: phy: mscc: fix firmware pathsAntoine Tenart1-2/+2