cpufreq: arm_big_little: add SCPI interface driver
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 30 Mar 2015 09:59:52 +0000 (10:59 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 28 Sep 2015 10:53:38 +0000 (11:53 +0100)
commit8def31034d033961a4e1f34a80f317fd7002faee
tree6a16a62fb393a79358c3e5b0e1bb1752014e50d9
parent9490f01e247169a93262054074409ad73d71c4da
cpufreq: arm_big_little: add SCPI interface driver

On some ARM based systems, a separate Cortex-M based System Control
Processor(SCP) provides the overall power, clock, reset and system
control including CPU DVFS. SCPI Message Protocol is used to
communicate with the SCPI.

This patch adds a interface driver for adding OPPs and registering
the arm_big_little cpufreq driver for such systems.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-pm@vger.kernel.org
MAINTAINERS
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/scpi-cpufreq.c [new file with mode: 0644]