Skip to content

Commit 1647938

Browse files
mpemaddy-kerneldev
authored andcommitted
cpufreq: ppc_cbe: Remove powerpc Cell driver
This driver can no longer be built since support for IBM Cell Blades was removed, in particular CBE_RAS. Remove the driver. Signed-off-by: Michael Ellerman <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 333e8eb commit 1647938

File tree

6 files changed

+0
-479
lines changed

6 files changed

+0
-479
lines changed

drivers/cpufreq/Kconfig.powerpc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
config CPU_FREQ_CBE
3-
tristate "CBE frequency scaling"
4-
depends on CBE_RAS && PPC_CELL
5-
default m
6-
help
7-
This adds the cpufreq driver for Cell BE processors.
8-
For details, take a look at <file:Documentation/cpu-freq/>.
9-
If you don't have such processor, say N
10-
11-
config CPU_FREQ_CBE_PMI
12-
bool "CBE frequency scaling using PMI interface"
13-
depends on CPU_FREQ_CBE
14-
default n
15-
help
16-
Select this, if you want to use the PMI interface to switch
17-
frequencies. Using PMI, the processor will not only be able to run at
18-
lower speed, but also at lower core voltage.
19-
202
config CPU_FREQ_PMAC
213
bool "Support for Apple PowerBooks"
224
depends on ADB_PMU && PPC32

drivers/cpufreq/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
9191

9292
##################################################################################
9393
# PowerPC platform drivers
94-
obj-$(CONFIG_CPU_FREQ_CBE) += ppc-cbe-cpufreq.o
95-
ppc-cbe-cpufreq-y += ppc_cbe_cpufreq_pervasive.o ppc_cbe_cpufreq.o
96-
obj-$(CONFIG_CPU_FREQ_CBE_PMI) += ppc_cbe_cpufreq_pmi.o
9794
obj-$(CONFIG_QORIQ_CPUFREQ) += qoriq-cpufreq.o
9895
obj-$(CONFIG_CPU_FREQ_PMAC) += pmac32-cpufreq.o
9996
obj-$(CONFIG_CPU_FREQ_PMAC64) += pmac64-cpufreq.o

drivers/cpufreq/ppc_cbe_cpufreq.c

Lines changed: 0 additions & 173 deletions
This file was deleted.

drivers/cpufreq/ppc_cbe_cpufreq.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

drivers/cpufreq/ppc_cbe_cpufreq_pervasive.c

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)