summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/smsc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-131-2/+1
* | net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit2023-03-091-10/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-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-071-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-211-2/+4
* | net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner2022-06-211-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-101-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-121-1/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-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-221-4/+7
* net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5
* net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey2019-10-231-0/+1
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-151-6/+6
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-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-271-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-041-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-281-0/+1
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-101-12/+6
* net: phy: smsc: reintroduced unconditional soft resetManfred Schlaegl2016-06-101-13/+4
* net: phy: smsc: Fix disabling energy detect modeTeresa Remmet2016-01-211-10/+44
* net: phy: Add support for SMSC LAN8740 PHYJoshua Henderson2016-01-101-0/+22
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-10/+0
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* net: phy: smsc: disable energy detect modeHeiko Schocher2015-10-211-5/+14
* net: phy: fix semicolon.cocci warningskbuild test robot2015-08-171-1/+1
* net: phy: workaround for buggy cable detection by LAN8700 after cable pluggingIgor Plyatov2015-08-171-12/+19
* net: phy: replace phy_drivers_register callsJohan Hovold2014-11-121-13/+1