On 23/07/15 12:10, Sudeep Holla wrote:
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 <[email protected]> Acked-by: Viresh Kumar <[email protected]> Cc: Viresh Kumar <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Cc: [email protected] --- MAINTAINERS | 1 + drivers/cpufreq/Kconfig.arm | 9 +++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/scpi-cpufreq.c | 124 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+) create mode 100644 drivers/cpufreq/scpi-cpufreq.c Hi Rafael, Viresh has already ACKed, since I plan to push this as a series via arm-soc, can you provide your ACK if the patch looks fine to you ?
Any objections to take it via ARM-SoC ? If not can you please provide ACK ? Regards, Sudeep -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

