The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/8] Remove remaining AMD Elan drivers
@ 2026-05-06 14:42 Sean Young
  2026-05-06 14:42 ` [PATCH 1/8] x86/platform: Remove Technology Systems 5500 board Sean Young
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Sean Young @ 2026-05-06 14:42 UTC (permalink / raw)
  To: linux-kernel

Now that AMD Elan support has been removed[1], remove the AMD Elan specific
drivers too. I had a Technology Systems 5500 back in the early 2000's and
it was pretty slow back then - no need to support such ancient slow
device. I wrote and patched some of these drivers so nice to see them
removed at the end of their life cycle.

1. commit 8b793a92d862 ("x86/cpu: Remove M486/M486SX/ELAN support")

Sean Young (8):
  x86/platform: Remove Technology Systems 5500 board
  mtd: ts5500_flash: Remove mapping since board is no longer supported
  mtd: netsc520: Remove mapping since board is no longer supported
  mtd: sc520cdp: Remove mapping since board is no longer supported
  gpio: ts5500: Remove gpio driver as board no longer supported
  watchdog: sc520: Drop AMD Elan SC520 support
  cpufreq: sc520_freq: Drop support for AMD Elan SC520
  cpufreq: elanfreq: Drop support for AMD Elan SC4*

 .../ABI/testing/sysfs-platform-ts5500         |  54 ---
 .../watchdog/watchdog-parameters.rst          |   9 -
 MAINTAINERS                                   |   5 -
 arch/x86/Kconfig                              |   9 -
 arch/x86/platform/Makefile                    |   1 -
 arch/x86/platform/ts5500/Makefile             |   2 -
 arch/x86/platform/ts5500/ts5500.c             | 341 -------------
 drivers/cpufreq/Kconfig.x86                   |  26 -
 drivers/cpufreq/Makefile                      |   2 -
 drivers/cpufreq/elanfreq.c                    | 226 ---------
 drivers/cpufreq/sc520_freq.c                  | 136 ------
 drivers/gpio/Kconfig                          |   9 -
 drivers/gpio/Makefile                         |   1 -
 drivers/gpio/gpio-ts5500.c                    | 446 ------------------
 drivers/mtd/maps/Kconfig                      |  34 --
 drivers/mtd/maps/Makefile                     |   3 -
 drivers/mtd/maps/netsc520.c                   | 127 -----
 drivers/mtd/maps/sc520cdp.c                   | 294 ------------
 drivers/mtd/maps/ts5500_flash.c               | 108 -----
 drivers/watchdog/Kconfig                      |  13 -
 drivers/watchdog/Makefile                     |   1 -
 drivers/watchdog/sc520_wdt.c                  | 430 -----------------
 22 files changed, 2277 deletions(-)
 delete mode 100644 Documentation/ABI/testing/sysfs-platform-ts5500
 delete mode 100644 arch/x86/platform/ts5500/Makefile
 delete mode 100644 arch/x86/platform/ts5500/ts5500.c
 delete mode 100644 drivers/cpufreq/elanfreq.c
 delete mode 100644 drivers/cpufreq/sc520_freq.c
 delete mode 100644 drivers/gpio/gpio-ts5500.c
 delete mode 100644 drivers/mtd/maps/netsc520.c
 delete mode 100644 drivers/mtd/maps/sc520cdp.c
 delete mode 100644 drivers/mtd/maps/ts5500_flash.c
 delete mode 100644 drivers/watchdog/sc520_wdt.c

-- 
2.54.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2026-05-07  8:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 14:42 [PATCH 0/8] Remove remaining AMD Elan drivers Sean Young
2026-05-06 14:42 ` [PATCH 1/8] x86/platform: Remove Technology Systems 5500 board Sean Young
2026-05-06 14:42 ` [PATCH 2/8] mtd: ts5500_flash: Remove mapping since board is no longer supported Sean Young
2026-05-06 14:42 ` [PATCH 3/8] mtd: netsc520: " Sean Young
2026-05-06 14:42 ` [PATCH 4/8] mtd: sc520cdp: " Sean Young
2026-05-06 14:42 ` [PATCH 5/8] gpio: ts5500: Remove gpio driver as board " Sean Young
2026-05-07  8:06   ` Bartosz Golaszewski
2026-05-06 14:42 ` [PATCH 6/8] watchdog: sc520: Drop AMD Elan SC520 support Sean Young
2026-05-06 14:51   ` Guenter Roeck
2026-05-06 14:42 ` [PATCH 7/8] cpufreq: sc520_freq: Drop support for AMD Elan SC520 Sean Young
2026-05-07  4:44   ` Zhongqiu Han
2026-05-07  6:35   ` Viresh Kumar
2026-05-06 14:42 ` [PATCH 8/8] cpufreq: elanfreq: Drop support for AMD Elan SC4* Sean Young
2026-05-07  4:50   ` Zhongqiu Han
2026-05-07  8:58     ` Sean Young
2026-05-07  6:35   ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox