summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski-79/+77
2020-06-30phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski-0/+7
2020-06-30phy: un-inline devm_mdiobus_register()Bartosz Golaszewski-1/+19
2020-06-29net: phy: marvell10g: support XFI rate matching modeBaruch Siach-0/+22
2020-06-26net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski-7/+6
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski-11/+12
2020-06-26net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski-15/+15
2020-06-26net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski-1/+1
2020-06-26net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski-16/+16
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-53/+58
2020-06-25net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart-4/+8
2020-06-25net: phy: mscc: remove useless page configuration in the config initAntoine Tenart-7/+0
2020-06-25net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart-0/+9
2020-06-25net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart-18/+18
2020-06-25net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart-1/+1
2020-06-25net: phy: mscc: ptp: fix a smatch errorAntoine Tenart-0/+1
2020-06-25net: phy: mscc: fix a possible double unlockAntoine Tenart-1/+1
2020-06-25net: phy: mscc: macsec: fix sparse warningsAntoine Tenart-5/+7
2020-06-25net: phy: DP83822: Add setting the fixed internal delayDan Murphy-10/+69
2020-06-25net: dp83869: Add RGMII internal delay configurationDan Murphy-3/+50
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy-0/+99
2020-06-25net: phylink: only restart AN if the link mode is using in-band ANRussell King-1/+2
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King-0/+48
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel-33/+10
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang-0/+4
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang-1/+1
2020-06-24net: phy: mscc: timestamping and PHC supportAntoine Tenart-4/+630
2020-06-24net: phy: mscc: 1588 block initializationQuentin Schulz-2/+1552
2020-06-24net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart-1/+3
2020-06-24net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz-5/+6
2020-06-24net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart-6/+6
2020-06-23net: phylink: ensure manual pause mode configuration takes effectRussell King-5/+22
2020-06-23net: phylink: fix ethtool -A with attached PHYsRussell King-9/+11
2020-06-23net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton-2/+16
2020-06-22net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov-0/+23
2020-06-22net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov-0/+23
2020-06-22net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov-111/+111
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng-4/+7
2020-06-19net: phy: read MMD ID from all present MMDsRussell King-0/+13
2020-06-19net: phy: split devices_in_packageRussell King-9/+9
2020-06-19net: phy: set devices_in_package only after validationRussell King-7/+9
2020-06-19net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King-2/+38
2020-06-19net: phy: reword get_phy_device() kerneldocRussell King-2/+11
2020-06-19net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King-6/+8
2020-06-19net: phy: clean up get_phy_c45_ids() failure handlingRussell King-12/+10
2020-06-19net: phy: clean up PHY ID readingRussell King-16/+9
2020-06-19net: phy: clean up cortina workaroundRussell King-15/+13
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli-2/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-39/+39
2020-06-06net: dp83869: Reset return variable if PHY strap is readDan Murphy-0/+3