summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Properly define genphy_c45_driverAndrew Lunn2020-07-071-1/+0
* net: phy: Fixup parameters in kerneldocAndrew Lunn2020-07-073-8/+9
* net: phy: at803x: Avoid comparison is always false warningAndrew Lunn2020-07-071-4/+3
* net: sfp: Unique GPIO interrupt namesChris Healy2020-07-071-1/+6
* of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2020-06-302-1/+40
* net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2020-06-302-79/+77
* phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski2020-06-301-0/+7
* phy: un-inline devm_mdiobus_register()Bartosz Golaszewski2020-06-302-1/+19
* net: phy: marvell10g: support XFI rate matching modeBaruch Siach2020-06-291-0/+22
* net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski2020-06-261-7/+6
* net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski2020-06-261-11/+12
* net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski2020-06-261-15/+15
* net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski2020-06-261-1/+1
* net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski2020-06-261-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-256-53/+58
|\
| * net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2020-06-252-33/+10
| * net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang2020-06-241-0/+4
| * net: phy: make phy_disable_interrupts() non-staticJisheng Zhang2020-06-241-1/+1
| * net: phylink: ensure manual pause mode configuration takes effectRussell King2020-06-231-5/+22
| * net: phylink: fix ethtool -A with attached PHYsRussell King2020-06-231-9/+11
| * net: phy: smsc: fix printing too many logsDejin Zheng2020-06-221-4/+7
| * net: phy: Check harder for errors in get_phy_id()Florian Fainelli2020-06-191-2/+4
* | 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