From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933398AbbG1KUk (ORCPT ); Tue, 28 Jul 2015 06:20:40 -0400 Received: from foss.arm.com ([217.140.101.70]:57836 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932424AbbG1KUh (ORCPT ); Tue, 28 Jul 2015 06:20:37 -0400 Message-ID: <55B75770.6080403@arm.com> Date: Tue, 28 Jul 2015 11:20:32 +0100 From: Sudeep Holla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: "linux-kernel@vger.kernel.org" , Sudeep Holla , Liviu Dudau , Punit Agrawal , "Jon Medhurst (Tixy)" , Lorenzo Pieralisi , Arnd Bergmann , Olof Johansson , Kevin Hilman , Viresh Kumar , "linux-pm@vger.kernel.org" Subject: Re: [PATCH v5 5/8] cpufreq: arm_big_little: add SCPI interface driver References: <1437649828-14540-1-git-send-email-sudeep.holla@arm.com> <1437649828-14540-6-git-send-email-sudeep.holla@arm.com> In-Reply-To: <1437649828-14540-6-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Acked-by: Viresh Kumar > Cc: Viresh Kumar > Cc: "Rafael J. Wysocki" > Cc: linux-pm@vger.kernel.org > --- > 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