Re: [PATCH v7 18/38] clk: scmi: port driver to the new scmi_clk_proto_ops interface

2021-03-26 Thread Cristian Marussi
On Thu, Mar 25, 2021 at 05:08:59PM -0700, Stephen Boyd wrote: > Sorry didn't notice because linux-...@vger.kernel.org wasn't Cced > Ah, sorry my bad. > Quoting Cristian Marussi (2021-03-16 05:48:43) > > Port driver to the new SCMI Clock interface based on protocol handles > > and common devm_get_

Re: [PATCH v7 18/38] clk: scmi: port driver to the new scmi_clk_proto_ops interface

2021-03-25 Thread Stephen Boyd
Sorry didn't notice because linux-...@vger.kernel.org wasn't Cced Quoting Cristian Marussi (2021-03-16 05:48:43) > Port driver to the new SCMI Clock interface based on protocol handles > and common devm_get_ops(). > > Cc: Michael Turquette > Cc: Stephen Boyd > Signed-off-by: Cristian Marussi >

Re: [PATCH v7 18/38] clk: scmi: port driver to the new scmi_clk_proto_ops interface

2021-03-23 Thread Sudeep Holla
Hi Stephen/Mike, On Tue, Mar 16, 2021 at 12:48:43PM +, Cristian Marussi wrote: > Port driver to the new SCMI Clock interface based on protocol handles > and common devm_get_ops(). > > Cc: Michael Turquette > Cc: Stephen Boyd Please provide ack for this change so that I can take the series v

[PATCH v7 18/38] clk: scmi: port driver to the new scmi_clk_proto_ops interface

2021-03-16 Thread Cristian Marussi
Port driver to the new SCMI Clock interface based on protocol handles and common devm_get_ops(). Cc: Michael Turquette Cc: Stephen Boyd Signed-off-by: Cristian Marussi --- v6 -> v7 - fixed Copyright - renamed non-static function to fit scmi__ naming pattern v4 --> v5 - using renamed devm_get/pu