Re: [PATCH v4 19/20] cpufreq: add support for CPU DVFS based on SCMI message protocol

2017-11-06 Thread Viresh Kumar
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

Re: [PATCH v4 19/20] cpufreq: add support for CPU DVFS based on SCMI message protocol

2017-11-06 Thread Viresh Kumar
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

[PATCH v4 19/20] cpufreq: add support for CPU DVFS based on SCMI message protocol

2017-11-03 Thread Sudeep Holla
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

[PATCH v4 19/20] cpufreq: add support for CPU DVFS based on SCMI message protocol

2017-11-03 Thread Sudeep Holla
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