Re: [PATCH 03/11] firmware: arm_scmi: introduce common protocol interface

2020-10-28 Thread Cristian Marussi
On Mon, Oct 26, 2020 at 09:07:12AM -0400, Thara Gopinath wrote: Hi Thara, > > > On 10/21/20 6:27 AM, Cristian Marussi wrote: > > On Tue, Oct 20, 2020 at 10:47:10PM -0400, Thara Gopinath wrote: > > > > > > > > > On 10/14/20 11:05 AM, Cristian Marussi wrote: > > > > Introduce generic

Re: [PATCH 03/11] firmware: arm_scmi: introduce common protocol interface

2020-10-26 Thread Thara Gopinath
On 10/21/20 6:27 AM, Cristian Marussi wrote: On Tue, Oct 20, 2020 at 10:47:10PM -0400, Thara Gopinath wrote: On 10/14/20 11:05 AM, Cristian Marussi wrote: Introduce generic get_ops/put_ops handle operations: any protocol, both standard or custom, now exposes its operations through this

Re: [PATCH 03/11] firmware: arm_scmi: introduce common protocol interface

2020-10-21 Thread Cristian Marussi
On Tue, Oct 20, 2020 at 10:47:10PM -0400, Thara Gopinath wrote: > > > On 10/14/20 11:05 AM, Cristian Marussi wrote: > > Introduce generic get_ops/put_ops handle operations: any protocol, both > > standard or custom, now exposes its operations through this common > > interface which internally

Re: [PATCH 03/11] firmware: arm_scmi: introduce common protocol interface

2020-10-20 Thread Thara Gopinath
On 10/14/20 11:05 AM, Cristian Marussi wrote: Introduce generic get_ops/put_ops handle operations: any protocol, both standard or custom, now exposes its operations through this common interface which internally takes care to account for protocols' usage: protocols' initialization is now