index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
smsc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
1
-1
/
+1
2023-10-16
net: phy: smsc: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-4
/
+2
2023-07-26
net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYs
Tristram Ha
1
-2
/
+250
2023-04-03
net: phy: smsc: enable edpd tunable support
Heiner Kallweit
1
-0
/
+12
2023-04-03
net: phy: smsc: add support for edpd tunable
Heiner Kallweit
1
-0
/
+75
2023-04-03
net: phy: smsc: prepare for making edpd wait period configurable
Heiner Kallweit
1
-3
/
+11
2023-04-03
net: phy: smsc: add flag edpd_mode_set_by_user
Heiner Kallweit
1
-1
/
+3
2023-04-03
net: phy: smsc: clear edpd_enable if interrupt mode is used
Heiner Kallweit
1
-3
/
+5
2023-04-03
net: phy: smsc: add helper smsc_phy_config_edpd
Heiner Kallweit
1
-3
/
+13
2023-04-03
net: phy: smsc: rename flag energy_enable
Heiner Kallweit
1
-5
/
+5
2023-03-20
net: phy: smsc: export functions for use by meson-gxl PHY driver
Heiner Kallweit
1
-7
/
+13
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2023-03-15
net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
Heiner Kallweit
1
-1
/
+4
2023-03-13
net: phy: smsc: use device_property_present in smsc_phy_probe
Heiner Kallweit
1
-2
/
+1
2023-03-09
net: phy: smsc: use phy_set_bits in smsc_phy_config_init
Heiner Kallweit
1
-10
/
+3
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+3
2023-03-07
net: phy: smsc: simplify lan95xx_config_aneg_ext
Heiner Kallweit
1
-10
/
+7
2023-03-06
net: phy: smsc: fix link up detection in forced irq mode
Heiner Kallweit
1
-11
/
+3
2022-08-31
net: phy: smsc: use device-managed clock API
Heiner Kallweit
1
-25
/
+5
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2022-06-21
net: phy: smsc: Disable Energy Detect Power-Down in interrupt mode
Lukas Wunner
1
-2
/
+4
2022-06-21
net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()
Lukas Wunner
1
-12
/
+1
2022-05-13
net: phy: smsc: Cope with hot-removal in interrupt handler
Lukas Wunner
1
-1
/
+3
2022-05-13
net: phy: smsc: Cache interrupt mask
Lukas Wunner
1
-13
/
+11
2022-05-10
net: phy: smsc: add comments for the LAN8742 phy ID mask.
Yuiko Oshino
1
-1
/
+5
2022-05-09
net: phy: smsc: add LAN8742 phy support.
Yuiko Oshino
1
-0
/
+27
2021-03-30
net: phy: lan87xx: fix access to wrong register of LAN87xx
Andre Edich
1
-2
/
+5
2021-01-12
net: phy: smsc: fix clk error handling
Marco Felsch
1
-1
/
+2
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2020-11-17
net: phy: smsc: remove the use of .ack_interrupt()
Ioana Ciornei
1
-15
/
+18
2020-11-17
net: phy: smsc: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+30
2020-11-14
net: phy: smsc: add missed clk_disable_unprepare in smsc_phy_probe()
Zhang Changzhong
1
-1
/
+3
2020-09-09
net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flag
Marco Felsch
1
-1
/
+0
2020-09-09
net: phy: smsc: LAN8710/20: add phy refclk in support
Marco Felsch
1
-0
/
+25
2020-09-09
net: phy: smsc: simplify config_init callback
Marco Felsch
1
-8
/
+10
2020-09-09
net: phy: smsc: skip ENERGYON interrupt if disabled
Marco Felsch
1
-4
/
+11
2020-08-28
smsc95xx: add phylib support
Andre Edich
1
-0
/
+67
2020-06-22
net: phy: smsc: fix printing too many logs
Dejin Zheng
1
-4
/
+7
2020-03-23
net: phy: smsc: use phy_read_poll_timeout() to simplify the code
Dejin Zheng
1
-11
/
+5
2019-10-23
net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
Martin Fuzzey
1
-0
/
+1
2019-04-15
net: phy: switch drivers to use dynamic feature detection
Heiner Kallweit
1
-6
/
+6
2019-01-22
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
1
-5
/
+1
2018-11-11
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
Heiner Kallweit
1
-6
/
+1
2018-04-27
drivers: net: replace UINT64_MAX with U64_MAX
Jisheng Zhang
1
-4
/
+1
2017-12-13
net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flag
Richard Leitner
1
-1
/
+1
2017-12-01
net: phy: remove generic settings for callbacks config_aneg and read_status f...
Heiner Kallweit
1
-9
/
+0
2017-06-22
net: phy: smsc: fix buffer overflow in memcpy
Arnd Bergmann
1
-1
/
+1
2017-06-04
net: phy: smsc: Implement PHY statistics
Andrew Lunn
1
-0
/
+72
2017-05-16
net: phy: Remove residual magic from PHY drivers
Andrew Lunn
1
-6
/
+6
2017-03-28
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
1
-0
/
+1
[next]