summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov2019-09-211-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-111-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-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: 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: 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
* | | | | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-8/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-8/+1
* | | | | | net: phylink: Fix flow control resolutionStefan Chulski2019-09-071-3/+3
| |_|_|_|/ |/| | | |