summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/smsc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYsTristram Ha2023-07-271-2/+250
* net: phy: smsc: enable edpd tunable supportHeiner Kallweit2023-04-031-0/+12
* net: phy: smsc: add support for edpd tunableHeiner Kallweit2023-04-031-0/+75
* net: phy: smsc: prepare for making edpd wait period configurableHeiner Kallweit2023-04-031-3/+11
* net: phy: smsc: add flag edpd_mode_set_by_userHeiner Kallweit2023-04-031-1/+3
* net: phy: smsc: clear edpd_enable if interrupt mode is usedHeiner Kallweit2023-04-031-3/+5
* net: phy: smsc: add helper smsc_phy_config_edpdHeiner Kallweit2023-04-031-3/+13
* net: phy: smsc: rename flag energy_enableHeiner Kallweit2023-04-031-5/+5
* net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit2023-03-201-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-181-1/+4
|\
| * net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit2023-03-151-1/+4
* | net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit2023-03-141-2/+1
* | net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit2023-03-101-10/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-101-11/+3
|\|
| * net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit2023-03-061-11/+3
* | net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit2023-03-081-10/+7
|/
* net: phy: smsc: use device-managed clock APIHeiner Kallweit2022-08-311-25/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-2/+4
|\
| * net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner2022-06-221-2/+4
* | net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner2022-06-221-12/+1
|/
* net: phy: smsc: Cope with hot-removal in interrupt handlerLukas Wunner2022-05-131-1/+3
* net: phy: smsc: Cache interrupt maskLukas Wunner2022-05-131-13/+11
* net: phy: smsc: add comments for the LAN8742 phy ID mask.Yuiko Oshino2022-05-111-1/+5
* net: phy: smsc: add LAN8742 phy support.Yuiko Oshino2022-05-091-0/+27
* net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich2021-03-301-2/+5
* net: phy: smsc: fix clk error handlingMarco Felsch2021-01-131-1/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-1/+3
|\
| * net: phy: smsc: add missed clk_disable_unprepare in smsc_phy_probe()Zhang Changzhong2020-11-141-1/+3
* | net: phy: smsc: remove the use of .ack_interrupt()Ioana Ciornei2020-11-171-15/+18
* | net: phy: smsc: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-171-0/+30
|/
* net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch2020-09-091-1/+0
* net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch2020-09-091-0/+25
* net: phy: smsc: simplify config_init callbackMarco Felsch2020-09-091-8/+10
* net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch2020-09-091-4/+11
* smsc95xx: add phylib supportAndre Edich2020-08-281-0/+67
* net: phy: smsc: fix printing too many logsDejin Zheng2020-06-231-4/+7
* net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-241-11/+5
* net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey2019-10-241-0/+1
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-6/+6
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-5/+1
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-6/+1
* drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang2018-04-281-4/+1
* net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner2017-12-131-1/+1
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-9/+0
* net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann2017-06-221-1/+1
* net: phy: smsc: Implement PHY statisticsAndrew Lunn2017-06-051-0/+72
* net: phy: Remove residual magic from PHY driversAndrew Lunn2017-05-161-6/+6
* net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-291-0/+1
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-111-12/+6
* net: phy: smsc: reintroduced unconditional soft resetManfred Schlaegl2016-06-111-13/+4