summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: bcm7xxx: define soft_reset for 40nm EPHYDoug Berger2019-10-181-0/+1
* net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-181-2/+2
* net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYsMarek Vasut2019-10-181-4/+36
* net: phy: Fix "link partner" information disappear issueYonglong Liu2019-10-163-4/+12
* phylink: fix kernel-doc warningsRandy Dunlap2019-10-101-1/+1
* net: phy: at803x: use operating parameters from PHY-specific statusRussell King2019-10-051-0/+69
* net: phy: extract pause modeRussell King2019-10-051-7/+13
* net: phy: extract link partner advertisement readingRussell King2019-10-051-25/+40
* net: phy: fix write to mii-ctrl1000 registerRussell King2019-10-051-0/+5
* net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello2019-10-051-1/+1
* net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson2019-09-271-0/+3
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-3/+3
* net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov2019-09-221-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1829-210/+1379
|\
| * net: phy: adin: implement Energy Detect Powerdown mode via phy-tunableAlexandru Ardelean2019-09-161-0/+61
| * net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov2019-09-161-13/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-3/+3
| |\
| * | net: phy: dp83867: Add SGMII mode type switchingVitaly Gaiduk2019-09-121-0/+19
| * | net: phy: Do not check Link status when loopback is enabledJose Abreu2019-09-061-0/+6
| * | net: phy: gmii2rgmii: Dont use priv field in phy deviceHarini Katakam2019-09-051-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-022-1/+27
| |\ \
| * | | net: phy: force phy suspend when calling phy_stopJian Shen2019-08-291-1/+1
| * | | phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-281-3/+1
| * | | phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-281-3/+1
| * | | phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-281-3/+1
| * | | phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-281-3/+1
| * | | phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-281-3/+1
| * | | net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn2019-08-251-5/+68
| * | | net: phy: realtek: support NBase-T MMD EEE registers on RTL8125Heiner Kallweit2019-08-191-2/+43
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-25/+33
| |\ \ \
| * | | | net: phy: remove genphy_config_initHeiner Kallweit2019-08-171-51/+0
| * | | | net: phy: remove calls to genphy_config_initHeiner Kallweit2019-08-1710-33/+9
| * | | | net: phy: adin: add ethtool get_stats supportAlexandru Ardelean2019-08-161-0/+128
| * | | | net: phy: adin: implement downshift configuration via phy-tunableAlexandru Ardelean2019-08-161-0/+86
| * | | | net: phy: adin: implement PHY subsystem software resetAlexandru Ardelean2019-08-161-0/+26
| * | | | net: phy: adin: add EEE translation layer from Clause 45 to Clause 22Alexandru Ardelean2019-08-161-2/+66
| * | | | net: phy: adin: add support MDI/MDIX/Auto-MDI selectionAlexandru Ardelean2019-08-161-4/+113
| * | | | net: phy: adin: make RMII fifo depth configurableAlexandru Ardelean2019-08-161-0/+29
| * | | | net: phy: adin: make RGMII internal delays configurableAlexandru Ardelean2019-08-161-0/+82
| * | | | net: phy: adin: configure RGMII/RMII/MII modes on configAlexandru Ardelean2019-08-161-1/+78
| * | | | net: phy: adin: add {write,read}_mmd hooksAlexandru Ardelean2019-08-161-0/+34
| * | | | net: phy: adin: add support for interruptsAlexandru Ardelean2019-08-161-0/+36
| * | | | net: phy: adin: hook genphy_{suspend, resume} into the driverAlexandru Ardelean2019-08-161-0/+4
| * | | | net: phy: adin: add support for Analog Devices PHYsAlexandru Ardelean2019-08-163-0/+59
| * | | | net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit2019-08-151-0/+43
| * | | | net: phy: swphy: emulate register MII_ESTATUSHeiner Kallweit2019-08-151-0/+8
| * | | | net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit2019-08-151-5/+6
| * | | | net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit2019-08-141-5/+43
| * | | | net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit2019-08-141-44/+16
| * | | | net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit2019-08-141-0/+28