summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli
2019-10-23net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey
2019-10-18net: phy: bcm7xxx: define soft_reset for 40nm EPHYDoug Berger
2019-10-17net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut
2019-10-17net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYsMarek Vasut
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu
2019-10-09phylink: fix kernel-doc warningsRandy Dunlap
2019-10-04net: phy: at803x: use operating parameters from PHY-specific statusRussell King
2019-10-04net: phy: extract pause modeRussell King
2019-10-04net: phy: extract link partner advertisement readingRussell King
2019-10-04net: phy: fix write to mii-ctrl1000 registerRussell King
2019-10-04net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello
2019-09-27net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-21net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-16net: phy: adin: implement Energy Detect Powerdown mode via phy-tunableAlexandru Ardelean
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11net: phy: dp83867: Add SGMII mode type switchingVitaly Gaiduk
2019-09-07net: phylink: Fix flow control resolutionStefan Chulski
2019-09-06net: phy: Do not check Link status when loopback is enabledJose Abreu
2019-09-05net: phy: gmii2rgmii: Dont use priv field in phy deviceHarini Katakam
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen
2019-08-28phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-28phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-28phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-28phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-28phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann
2019-08-24net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn
2019-08-19net: phy: realtek: support NBase-T MMD EEE registers on RTL8125Heiner Kallweit
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit
2019-08-16net: phy: adin: add ethtool get_stats supportAlexandru Ardelean
2019-08-16net: phy: adin: implement downshift configuration via phy-tunableAlexandru Ardelean
2019-08-16net: phy: adin: implement PHY subsystem software resetAlexandru Ardelean
2019-08-16net: phy: adin: add EEE translation layer from Clause 45 to Clause 22Alexandru Ardelean
2019-08-16net: phy: adin: add support MDI/MDIX/Auto-MDI selectionAlexandru Ardelean
2019-08-16net: phy: adin: make RMII fifo depth configurableAlexandru Ardelean
2019-08-16net: phy: adin: make RGMII internal delays configurableAlexandru Ardelean
2019-08-16net: phy: adin: configure RGMII/RMII/MII modes on configAlexandru Ardelean
2019-08-16net: phy: adin: add {write,read}_mmd hooksAlexandru Ardelean
2019-08-16net: phy: adin: add support for interruptsAlexandru Ardelean
2019-08-16net: phy: adin: hook genphy_{suspend, resume} into the driverAlexandru Ardelean
2019-08-16net: phy: adin: add support for Analog Devices PHYsAlexandru Ardelean
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit