summaryrefslogtreecommitdiff
path: root/drivers/net/phy/smsc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-10-17net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-07-27net: 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-18Merge 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-14net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit1-2/+1
2023-03-10net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit1-10/+3
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+3
2023-03-08net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit1-10/+7
2023-03-07net: 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-22net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner1-2/+4
2022-06-22net: 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-11net: 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-13net: phy: smsc: fix clk error handlingMarco Felsch1-1/+2
2020-11-20Merge 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-10net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch1-1/+0
2020-09-10net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch1-0/+25
2020-09-10net: phy: smsc: simplify config_init callbackMarco Felsch1-8/+10
2020-09-10net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch1-4/+11
2020-08-28smsc95xx: add phylib supportAndre Edich1-0/+67
2020-06-23net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-03-24net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2019-10-24net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey1-0/+1
2019-04-16net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-6/+6
2019-01-23net: 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-28drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang1-4/+1
2017-12-13net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner1-1/+1
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit1-9/+0
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann1-1/+1
2017-06-05net: phy: smsc: Implement PHY statisticsAndrew Lunn1-0/+72
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn1-6/+6
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1