summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | net: phylink: Add XLGMII supportJose Abreu2020-03-141-0/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-124-3/+15
|\|
| * net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit2020-03-121-1/+5
| * phylink: Improve error message when validate failedHauke Mehrtens2020-03-031-1/+7
| * net: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski2020-03-031-0/+1
| * net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit2020-03-011-1/+2
* | net: phy: Add Synopsys DesignWare XPCS MDIO moduleJose Abreu2020-03-093-0/+619
* | net: phylink: Test if MAC/PCS support AutonegJose Abreu2020-03-091-0/+3
* | net: phylink: Add missing Backplane speedsJose Abreu2020-03-091-0/+2
* | net: mdio: add ipq8064 mdio driverAnsuel Smith2020-03-063-0/+175
* | net: phy: marvell10g: place in powersave mode at probeRussell King2020-03-041-4/+26
* | net: phy: marvell10g: add energy detect power down tunableRussell King2020-03-041-1/+85
* | net: phy: marvell10g: add mdix controlRussell King2020-03-041-2/+59
* | net: phy: mscc: add constants for used interrupt mask bitsHeiner Kallweit2020-03-011-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-274-10/+16
|\|
| * net: phy: marvell: don't interpret PHY status unless resolvedRussell King2020-02-271-0/+5
| * net: phy: mscc: fix firmware pathsAntoine Tenart2020-02-261-2/+2
| * net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila2020-02-262-6/+6
| * net: phy: Avoid multiple suspendsFlorian Fainelli2020-02-231-2/+3
* | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-2/+7