summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart2020-06-251-4/+8
* | net: phy: mscc: remove useless page configuration in the config initAntoine Tenart2020-06-251-7/+0
* | net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart2020-06-251-0/+9
* | net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart2020-06-252-18/+18
* | net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart2020-06-251-1/+1
* | net: phy: mscc: ptp: fix a smatch errorAntoine Tenart2020-06-251-0/+1
* | net: phy: mscc: fix a possible double unlockAntoine Tenart2020-06-251-1/+1
* | net: phy: mscc: macsec: fix sparse warningsAntoine Tenart2020-06-251-5/+7
* | net: phy: DP83822: Add setting the fixed internal delayDan Murphy2020-06-251-10/+69
* | net: dp83869: Add RGMII internal delay configurationDan Murphy2020-06-251-3/+50
* | net: phy: Add a helper to return the index for of the internal delayDan Murphy2020-06-251-0/+99
* | net: phylink: only restart AN if the link mode is using in-band ANRussell King2020-06-251-1/+2
* | net: phylink: add phylink_speed_(up|down) interfaceRussell King2020-06-251-0/+48
* | net: phy: mscc: timestamping and PHC supportAntoine Tenart2020-06-243-4/+630
* | net: phy: mscc: 1588 block initializationQuentin Schulz2020-06-245-2/+1552
* | net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart2020-06-241-1/+3
* | net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz2020-06-242-5/+6
* | net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart2020-06-244-6/+6
* | net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton2020-06-231-2/+16
* | net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov2020-06-221-0/+23
* | net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov2020-06-221-0/+23
* | net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov2020-06-221-111/+111
* | net: phy: read MMD ID from all present MMDsRussell King2020-06-191-0/+13
* | net: phy: split devices_in_packageRussell King2020-06-193-9/+9
* | net: phy: set devices_in_package only after validationRussell King2020-06-191-7/+9
* | net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-191-2/+38
* | net: phy: reword get_phy_device() kerneldocRussell King2020-06-191-2/+11
* | net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King2020-06-191-6/+8
* | net: phy: clean up get_phy_c45_ids() failure handlingRussell King2020-06-191-12/+10
* | net: phy: clean up PHY ID readingRussell King2020-06-191-16/+9
* | net: phy: clean up cortina workaroundRussell King2020-06-191-15/+13
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-39/+39
* net: dp83869: Reset return variable if PHY strap is readDan Murphy2020-06-061-0/+3
* net: phy: mscc: fix Serdes configuration in vsc8584_config_initAntoine Tenart2020-06-051-2/+2
* net: mscc: Fix OF_MDIO config checkDan Murphy2020-06-052-3/+3
* net: marvell: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
* net: dp83867: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
* net: dp83869: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
* net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish2020-06-041-0/+2
* net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish2020-06-041-17/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0329-216/+3359
|\
| * net: phy: broadcom: don't export RDB/legacy access methodsMichael Walle2020-06-011-4/+2
| * net: phy: marvell: unlock after phy_select_page() failureDan Carpenter2020-05-291-1/+1
| * net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart2020-05-291-0/+4
| * net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel2020-05-261-2/+16
| * net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn2020-05-261-2/+23
| * net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn2020-05-261-12/+19
| * net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn2020-05-262-19/+45
| * net: phy: marvell: Add support for amplitude graphAndrew Lunn2020-05-261-1/+231
| * net: ethtool: Add generic parts of cable test TDRAndrew Lunn2020-05-262-2/+65