summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-022-1/+27
|\
| * Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-08-272-1/+27
* | net: phy: force phy suspend when calling phy_stopJian Shen2019-08-281-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-241-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: consider AN_RESTART status when reading link statusHeiner Kallweit2019-08-132-1/+25
| * net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik2019-08-121-24/+8
* | 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-131-44/+16
* | net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit2019-08-131-0/+28
* | net: phy: add __set_linkmode_max_speedHeiner Kallweit2019-08-131-2/+7
* | net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit2019-08-111-0/+62
* | net: phy: add phy_modify_paged_changedHeiner Kallweit2019-08-111-5/+24
* | net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2019-08-111-15/+12
* | net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit2019-08-111-16/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-065-15/+26
|\ \ | |/
| * net: phy: fix race in genphy_update_linkHeiner Kallweit2019-08-021-0/+6
| * net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_le...Jia-Ju Bai2019-07-311-1/+2
| * net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein2019-07-301-2/+4
| * net: phylink: Fix flow control for fixed-linkRené van Dorst2019-07-271-0/+2
| * net: phy: mscc: initialize stats arrayAndreas Schwab2019-07-241-8/+8
| * net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha2019-07-241-4/+4
* | net: mdio-octeon: Fix Kconfig warnings and build errorsNathan Chancellor2019-08-062-2/+4
* | net: phy: Add mdio-aspeedAndrew Jeffery2019-08-023-0/+171
* | net: phy: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-3/+1
|/
* net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
* net: phy: make exported variables non-staticDenis Efremov2019-07-121-3/+3