Re: [PATCH v4 04/37] [RFC] firmware: arm_scmi: introduce bare get/put protocols ops

2021-01-07 Thread Thara Gopinath
On 1/6/21 3:15 PM, Cristian Marussi wrote: Expose to the SCMI drivers a non managed version of a common protocols API based on generic get/put methods and protocol handles. All drivers still keep using the old API, no functional change. Signed-off-by: Cristian Marussi --- These non devres

[PATCH v4 04/37] [RFC] firmware: arm_scmi: introduce bare get/put protocols ops

2021-01-06 Thread Cristian Marussi
Expose to the SCMI drivers a non managed version of a common protocols API based on generic get/put methods and protocol handles. All drivers still keep using the old API, no functional change. Signed-off-by: Cristian Marussi --- These non devres methods are probably not needed, given the devm_