summaryrefslogtreecommitdiff
path: root/drivers/net/phy/smsc.c
AgeCommit message (Expand)Author
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-07-26net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYsTristram Ha
2023-04-03net: phy: smsc: enable edpd tunable supportHeiner Kallweit
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit
2023-04-03net: phy: smsc: prepare for making edpd wait period configurableHeiner Kallweit
2023-04-03net: phy: smsc: add flag edpd_mode_set_by_userHeiner Kallweit
2023-04-03net: phy: smsc: clear edpd_enable if interrupt mode is usedHeiner Kallweit
2023-04-03net: phy: smsc: add helper smsc_phy_config_edpdHeiner Kallweit
2023-04-03net: phy: smsc: rename flag energy_enableHeiner Kallweit
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit
2023-03-13net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit
2023-03-09net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-07net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit
2023-03-06net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit
2022-08-31net: phy: smsc: use device-managed clock APIHeiner Kallweit
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-21net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner
2022-06-21net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner
2022-05-13net: phy: smsc: Cope with hot-removal in interrupt handlerLukas Wunner
2022-05-13net: phy: smsc: Cache interrupt maskLukas Wunner
2022-05-10net: phy: smsc: add comments for the LAN8742 phy ID mask.Yuiko Oshino
2022-05-09net: phy: smsc: add LAN8742 phy support.Yuiko Oshino
2021-03-30net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich
2021-01-12net: phy: smsc: fix clk error handlingMarco Felsch
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-17net: phy: smsc: remove the use of .ack_interrupt()Ioana Ciornei
2020-11-17net: phy: smsc: implement generic .handle_interrupt() callbackIoana Ciornei
2020-11-14net: phy: smsc: add missed clk_disable_unprepare in smsc_phy_probe()Zhang Changzhong
2020-09-09net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch
2020-09-09net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch
2020-09-09net: phy: smsc: simplify config_init callbackMarco Felsch
2020-09-09net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch
2020-08-28smsc95xx: add phylib supportAndre Edich
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng
2020-03-23net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng
2019-10-23net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang
2017-12-13net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann
2017-06-04net: phy: smsc: Implement PHY statisticsAndrew Lunn
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn