diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2025-09-01 14:08:17 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-02 15:49:41 -0700 |
| commit | 8b3332c1331c7c260bdff89bfdfd24ea263be764 (patch) | |
| tree | 5d4ea461b66f606616055a1111a1b60aab8e55e5 /MAINTAINERS | |
| parent | ddbf0e78a8b20ec18d314d31336a0230fdc9b394 (diff) | |
| download | linux-8b3332c1331c7c260bdff89bfdfd24ea263be764.tar.gz linux-8b3332c1331c7c260bdff89bfdfd24ea263be764.tar.bz2 linux-8b3332c1331c7c260bdff89bfdfd24ea263be764.zip | |
Revert "eth: remove the DLink/Sundance (ST201) driver"
This reverts commit 8401a108a63302a5a198c7075d857895ca624851.
I got a report from an (anonymous) Sundance user:
Ethernet controller: Sundance Technology Inc / IC Plus Corp IC Plus IP100A Integrated 10/100 Ethernet MAC + PHY (rev 31)
Revert the driver back in. Make following changes:
- update Denis's email address in MAINTAINERS
- adjust to timer API renames:
- del_timer_sync() -> timer_delete_sync()
- from_timer() -> timer_container_of()
Fixes: 8401a108a633 ("eth: remove the DLink/Sundance (ST201) driver")
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250901210818.1025316-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 09b34bbd0c48..1819c477eee3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24252,6 +24252,12 @@ S: Maintained F: Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml F: drivers/input/keyboard/sun4i-lradc-keys.c +SUNDANCE NETWORK DRIVER +M: Denis Kirjanov <dkirjanov@suse.de> +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/ethernet/dlink/sundance.c + SUNPLUS ETHERNET DRIVER M: Wells Lu <wellslutw@gmail.com> L: netdev@vger.kernel.org |
