From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH v4 19/20] cpufreq: add support for CPU DVFS based on SCMI message protocol Date: Tue, 7 Nov 2017 11:45:40 +0530 Message-ID: <20171107061540.GB3297@vireshk-i7> References: <1509720477-18936-1-git-send-email-sudeep.holla@arm.com> <1509720477-18936-20-git-send-email-sudeep.holla@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1509720477-18936-20-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sudeep Holla Cc: ALKML , LKML , DTML , Roy Franz , Harb Abdulhamid , Nishanth Menon , Arnd Bergmann , Loc Ho , Ryan Harkin , Jassi Brar , "Rafael J. Wysocki" , linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 03-11-17, 14:47, 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. SCMI Message Protocol is used to > communicate with the SCP. > > This patch adds a cpufreq driver for such systems using SCMI interface > to drive CPU DVFS. > > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Sudeep Holla > --- > MAINTAINERS | 2 +- > drivers/cpufreq/Kconfig.arm | 11 ++ > drivers/cpufreq/Makefile | 1 + > drivers/cpufreq/scmi-cpufreq.c | 274 +++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 287 insertions(+), 1 deletion(-) > create mode 100644 drivers/cpufreq/scmi-cpufreq.c Acked-by: Viresh Kumar -- viresh -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html