aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen1-1/+1
2019-08-28phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-24net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn1-5/+68
2019-08-19net: phy: realtek: support NBase-T MMD EEE registers on RTL8125Heiner Kallweit1-2/+43
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-25/+33
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit1-51/+0
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit10-33/+9
2019-08-16net: phy: adin: add ethtool get_stats supportAlexandru Ardelean1-0/+128
2019-08-16net: phy: adin: implement downshift configuration via phy-tunableAlexandru Ardelean1-0/+86
2019-08-16net: phy: adin: implement PHY subsystem software resetAlexandru Ardelean1-0/+26
2019-08-16net: phy: adin: add EEE translation layer from Clause 45 to Clause 22Alexandru Ardelean1-2/+66
2019-08-16net: phy: adin: add support MDI/MDIX/Auto-MDI selectionAlexandru Ardelean1-4/+113
2019-08-16net: phy: adin: make RMII fifo depth configurableAlexandru Ardelean1-0/+29
2019-08-16net: phy: adin: make RGMII internal delays configurableAlexandru Ardelean1-0/+82
2019-08-16net: phy: adin: configure RGMII/RMII/MII modes on configAlexandru Ardelean1-1/+78
2019-08-16net: phy: adin: add {write,read}_mmd hooksAlexandru Ardelean1-0/+34
2019-08-16net: phy: adin: add support for interruptsAlexandru Ardelean1-0/+36
2019-08-16net: phy: adin: hook genphy_{suspend, resume} into the driverAlexandru Ardelean1-0/+4
2019-08-16net: phy: adin: add support for Analog Devices PHYsAlexandru Ardelean3-0/+59
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit1-0/+43
2019-08-15net: phy: swphy: emulate register MII_ESTATUSHeiner Kallweit1-0/+8
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit1-5/+6
2019-08-14net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit1-5/+43
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit2-1/+25
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit1-44/+16
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit1-0/+28
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit1-2/+7
2019-08-12net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik1-24/+8
2019-08-11net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit1-0/+62
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit1-5/+24
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit1-15/+12
2019-08-11net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functionsHeiner Kallweit1-16/+6
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-15/+26
2019-08-06net: mdio-octeon: Fix Kconfig warnings and build errorsNathan Chancellor2-2/+4
2019-08-02net: phy: fix race in genphy_update_linkHeiner Kallweit1-0/+6
2019-08-02net: phy: Add mdio-aspeedAndrew Jeffery3-0/+171
2019-08-01net: phy: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_led_trigger_change_speed()Jia-Ju Bai1-1/+2
2019-07-30net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein1-2/+4
2019-07-27net: phylink: Fix flow control for fixed-linkRené van Dorst1-0/+2
2019-07-24net: phy: mscc: initialize stats arrayAndreas Schwab1-8/+8
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha1-4/+4
2019-07-21net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn1-1/+1
2019-07-12net: phy: make exported variables non-staticDenis Efremov1-3/+3
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang1-12/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+2