Re: [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface

2021-02-04 Thread Sudeep Holla
On Wed, Feb 03, 2021 at 12:10:35PM +, Cristian Marussi wrote: > Hi Viresh > > > On Wed, Feb 03, 2021 at 08:33:45AM +0530, Viresh Kumar wrote: > > On 02-02-21, 22:15, Cristian Marussi wrote: > > > Port driver to the new SCMI Perf interface based on protocol handles > > > and common devm_get_ops(

Re: [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface

2021-02-03 Thread Viresh Kumar
On 02-02-21, 22:15, Cristian Marussi wrote: > Port driver to the new SCMI Perf interface based on protocol handles > and common devm_get_ops(). > > Cc: Rafael J. Wysocki > Cc: Viresh Kumar > Signed-off-by: Cristian Marussi > --- > v4 --> v5 > - using renamed devm_get/put_protocol > --- > drive

Re: [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface

2021-02-03 Thread Cristian Marussi
Hi Viresh On Wed, Feb 03, 2021 at 08:33:45AM +0530, Viresh Kumar wrote: > On 02-02-21, 22:15, Cristian Marussi wrote: > > Port driver to the new SCMI Perf interface based on protocol handles > > and common devm_get_ops(). > > > > Cc: Rafael J. Wysocki > > Cc: Viresh Kumar > > Signed-off-by: Cr

Re: [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface

2021-02-02 Thread Viresh Kumar
On 02-02-21, 22:15, Cristian Marussi wrote: > Port driver to the new SCMI Perf interface based on protocol handles > and common devm_get_ops(). > > Cc: Rafael J. Wysocki > Cc: Viresh Kumar > Signed-off-by: Cristian Marussi > --- > v4 --> v5 > - using renamed devm_get/put_protocol Can this go t

[PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface

2021-02-02 Thread Cristian Marussi
Port driver to the new SCMI Perf interface based on protocol handles and common devm_get_ops(). Cc: Rafael J. Wysocki Cc: Viresh Kumar Signed-off-by: Cristian Marussi --- v4 --> v5 - using renamed devm_get/put_protocol --- drivers/cpufreq/scmi-cpufreq.c | 37 ++