cpufreq: remove sa1100 driver
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Sep 2022 11:44:37 +0000 (13:44 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 16 Jan 2023 08:26:05 +0000 (09:26 +0100)
commit349619f064f9f75cfb6b698e7268cf5971ffe145
tree5c1bd4fc3ce31f9c79f2267010a7d39943cce1b4
parent1ff45e6da54fc66ab2f9b4d3b202b29d1a706e01
cpufreq: remove sa1100 driver

The sa11xx platform has two cpufreq drivers, one for the older
StrongARM1100 SoC, and a second one for StrongARM1110. After
the removal of most SA1100 based machines, this driver is unused,
and only the sa1110-cpufreq driver remains.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/cpufreq/Kconfig
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/sa1100-cpufreq.c [deleted file]