Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1194070 > unrolled thread
| Started by | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| First post | 2015-07-28 12:30 +0200 |
| Last post | 2015-07-28 12:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 5/8] cpufreq: arm_big_little: add SCPI interface driver Sudeep Holla <sudeep.holla@arm.com> - 2015-07-28 12:30 +0200
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Date | 2015-07-28 12:30 +0200 |
| Subject | Re: [PATCH v5 5/8] cpufreq: arm_big_little: add SCPI interface driver |
| Message-ID | <pRaj1-6q0-35@gated-at.bofh.it> |
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 <sudeep.holla@arm.com> > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > Cc: Viresh Kumar <viresh.kumar@linaro.org> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web