summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2019-09-27net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson-0/+3
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski-3/+3
2019-09-21net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov-3/+6
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-210/+1379
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+1
2019-09-16net: phy: adin: implement Energy Detect Powerdown mode via phy-tunableAlexandru Ardelean-0/+61
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov-13/+9
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+3
2019-09-11net: phy: dp83867: Add SGMII mode type switchingVitaly Gaiduk-0/+19
2019-09-07net: phylink: Fix flow control resolutionStefan Chulski-3/+3
2019-09-06net: phy: Do not check Link status when loopback is enabledJose Abreu-0/+6
2019-09-05net: phy: gmii2rgmii: Dont use priv field in phy deviceHarini Katakam-2/+2
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+27
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen-1/+1
2019-08-28phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-28phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-28phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-28phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-28phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann-1/+27
2019-08-24net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn-5/+68
2019-08-19net: phy: realtek: support NBase-T MMD EEE registers on RTL8125Heiner Kallweit-2/+43
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-25/+33
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit-51/+0
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit-33/+9
2019-08-16net: phy: adin: add ethtool get_stats supportAlexandru Ardelean-0/+128
2019-08-16net: phy: adin: implement downshift configuration via phy-tunableAlexandru Ardelean-0/+86
2019-08-16net: phy: adin: implement PHY subsystem software resetAlexandru Ardelean-0/+26
2019-08-16net: phy: adin: add EEE translation layer from Clause 45 to Clause 22Alexandru Ardelean-2/+66
2019-08-16net: phy: adin: add support MDI/MDIX/Auto-MDI selectionAlexandru Ardelean-4/+113
2019-08-16net: phy: adin: make RMII fifo depth configurableAlexandru Ardelean-0/+29
2019-08-16net: phy: adin: make RGMII internal delays configurableAlexandru Ardelean-0/+82
2019-08-16net: phy: adin: configure RGMII/RMII/MII modes on configAlexandru Ardelean-1/+78
2019-08-16net: phy: adin: add {write,read}_mmd hooksAlexandru Ardelean-0/+34
2019-08-16net: phy: adin: add support for interruptsAlexandru Ardelean-0/+36
2019-08-16net: phy: adin: hook genphy_{suspend, resume} into the driverAlexandru Ardelean-0/+4
2019-08-16net: phy: adin: add support for Analog Devices PHYsAlexandru Ardelean-0/+59
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit-0/+43
2019-08-15net: phy: swphy: emulate register MII_ESTATUSHeiner Kallweit-0/+8
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit-5/+6
2019-08-14net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit-5/+43
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit-1/+25
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit-44/+16
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit-0/+28
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit-2/+7
2019-08-12net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik-24/+8
2019-08-11net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit-0/+62
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit-5/+24
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit-15/+12
2019-08-11net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit-16/+6