cpufreq: merge arm_big_little and vexpress-spc
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 21 Oct 2019 10:20:34 +0000 (11:20 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 21 Oct 2019 10:53:58 +0000 (16:23 +0530)
commita0f950d3a0addc9552233aa2ffbdc086aa02106a
tree2867bb31d211a77630f76a5530da16d3f443021c
parent1b82a4b5d331ba3814a53f2fc289c2d2716bd3fd
cpufreq: merge arm_big_little and vexpress-spc

arm_big_little cpufreq driver was designed as a generic big little
driver that could be used by any platform and make use of bL switcher.
Over years alternate solutions have been designed and merged to deal
with bL/HMP systems like EAS.

Also since no other driver made use of generic arm_big_little cpufreq
driver except Vexpress SPC, we can merge them together as vexpress-spc
driver used only on Vexpress TC2(CA15_CA7) platform.

Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
MAINTAINERS
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/arm_big_little.c [deleted file]
drivers/cpufreq/arm_big_little.h [deleted file]
drivers/cpufreq/vexpress-spc-cpufreq.c