Re: [PATCH v4 02/37] firmware: arm_scmi: introduce protocol handle definitions

2021-01-08 Thread Thara Gopinath
On 1/8/21 7:04 AM, Cristian Marussi wrote: Hi Thara thanks for reviewing. On Thu, Jan 07, 2021 at 09:29:17AM -0500, Thara Gopinath wrote: On 1/6/21 3:15 PM, Cristian Marussi wrote: Add basic protocol handles definitions and private data helpers support. A protocol handle identifies a

Re: [PATCH v4 02/37] firmware: arm_scmi: introduce protocol handle definitions

2021-01-08 Thread Cristian Marussi
Hi Thara thanks for reviewing. On Thu, Jan 07, 2021 at 09:29:17AM -0500, Thara Gopinath wrote: > > > On 1/6/21 3:15 PM, Cristian Marussi wrote: > > Add basic protocol handles definitions and private data helpers support. > > > > A protocol handle identifies a protocol instance initialized

Re: [PATCH v4 02/37] firmware: arm_scmi: introduce protocol handle definitions

2021-01-07 Thread Thara Gopinath
On 1/6/21 3:15 PM, Cristian Marussi wrote: Add basic protocol handles definitions and private data helpers support. A protocol handle identifies a protocol instance initialized against a specific handle; it embeds all the references to the core SCMI xfer methods that will be needed by a

[PATCH v4 02/37] firmware: arm_scmi: introduce protocol handle definitions

2021-01-06 Thread Cristian Marussi
Add basic protocol handles definitions and private data helpers support. A protocol handle identifies a protocol instance initialized against a specific handle; it embeds all the references to the core SCMI xfer methods that will be needed by a protocol implementation to build and send its own