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

2021-03-08 Thread Cristian Marussi
On Mon, Mar 08, 2021 at 05:50:30AM +, Sudeep Holla wrote: > On Tue, Feb 02, 2021 at 10:15:20PM +, Cristian Marussi wrote: > > Add basic protocol handles definitions and private data helpers support. > > > > A protocol handle identifies a protocol instance initialized against a > > specific

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

2021-03-07 Thread Sudeep Holla
On Tue, Feb 02, 2021 at 10:15:20PM +, 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 > th

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

2021-02-02 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 pro