aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/smsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30net: phy: smsc: add proper reset flags for LAN8710ABuday Csaba1-0/+1
2025-07-08net: phy: smsc: Fix link failure in forced mode with Auto-MDIXOleksij Rempel1-3/+22
2025-07-08net: phy: smsc: Force predictable MDI-X state on LAN87xxOleksij Rempel1-1/+28
2025-07-08net: phy: smsc: Fix Auto-MDIX configuration when disabled by strapOleksij Rempel1-1/+2
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET1-1/+1
2024-10-08net: phy: smsc: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski1-2/+3
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-07-26net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYsTristram Ha1-2/+250
2023-04-03net: phy: smsc: enable edpd tunable supportHeiner Kallweit1-0/+12
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit1-0/+75
2023-04-03net: phy: smsc: prepare for making edpd wait period configurableHeiner Kallweit1-3/+11
2023-04-03net: phy: smsc: add flag edpd_mode_set_by_userHeiner Kallweit1-1/+3
2023-04-03net: phy: smsc: clear edpd_enable if interrupt mode is usedHeiner Kallweit1-3/+5
2023-04-03net: phy: smsc: add helper smsc_phy_config_edpdHeiner Kallweit1-3/+13
2023-04-03net: phy: smsc: rename flag energy_enableHeiner Kallweit1-5/+5
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit1-7/+13
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit1-1/+4
2023-03-13net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit1-2/+1
2023-03-09net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit1-10/+3
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+3
2023-03-07net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit1-10/+7
2023-03-06net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit1-11/+3
2022-08-31net: phy: smsc: use device-managed clock APIHeiner Kallweit1-25/+5
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2022-06-21net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner1-2/+4
2022-06-21net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner1-12/+1
2022-05-13net: phy: smsc: Cope with hot-removal in interrupt handlerLukas Wunner1-1/+3
2022-05-13net: phy: smsc: Cache interrupt maskLukas Wunner1-13/+11
2022-05-10net: phy: smsc: add comments for the LAN8742 phy ID mask.Yuiko Oshino1-1/+5
2022-05-09net: phy: smsc: add LAN8742 phy support.Yuiko Oshino1-0/+27
2021-03-30net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich1-2/+5
2021-01-12net: phy: smsc: fix clk error handlingMarco Felsch1-1/+2
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2020-11-17net: phy: smsc: remove the use of .ack_interrupt()Ioana Ciornei1-15/+18
2020-11-17net: phy: smsc: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+30
2020-11-14net: phy: smsc: add missed clk_disable_unprepare in smsc_phy_probe()Zhang Changzhong1-1/+3
2020-09-09net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch1-1/+0
2020-09-09net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch1-0/+25
2020-09-09net: phy: smsc: simplify config_init callbackMarco Felsch1-8/+10
2020-09-09net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch1-4/+11
2020-08-28smsc95xx: add phylib supportAndre Edich1-0/+67
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-03-23net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2019-10-23net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey1-0/+1
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-6/+6
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-6/+1
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang1-4/+1