Re: [PATCH v6 01/37] firmware: arm_scmi: review protocol registration interface

2021-03-08 Thread Cristian Marussi
Hi Sudeep, thanks for reviewing this. On Mon, Mar 08, 2021 at 04:38:30AM +, Sudeep Holla wrote: > On Tue, Feb 02, 2021 at 10:15:19PM +, Cristian Marussi wrote: > > Extend common protocol registration routines and provide some new generic > > protocols get/put helpers that can track

Re: [PATCH v6 01/37] firmware: arm_scmi: review protocol registration interface

2021-03-07 Thread Sudeep Holla
On Tue, Feb 02, 2021 at 10:15:19PM +, Cristian Marussi wrote: > Extend common protocol registration routines and provide some new generic > protocols get/put helpers that can track protocols usage and automatically > perform the proper initialization and de-initialization on demand when >

[PATCH v6 01/37] firmware: arm_scmi: review protocol registration interface

2021-02-02 Thread Cristian Marussi
Extend common protocol registration routines and provide some new generic protocols get/put helpers that can track protocols usage and automatically perform the proper initialization and de-initialization on demand when required. Convert all standard protocols to use this new registration scheme