Re: [PATCH v6 35/37] firmware: arm_scmi: make notify_priv really private

2021-03-08 Thread Cristian Marussi
On Mon, Mar 08, 2021 at 06:12:29AM +, Sudeep Holla wrote: > On Tue, Feb 02, 2021 at 10:15:53PM +, Cristian Marussi wrote: > > Notification private data is currently accessible via handle->notify_priv; > > this data was indeed meant to be private to the notification core support > > and not

Re: [PATCH v6 35/37] firmware: arm_scmi: make notify_priv really private

2021-03-07 Thread Sudeep Holla
On Tue, Feb 02, 2021 at 10:15:53PM +, Cristian Marussi wrote: > Notification private data is currently accessible via handle->notify_priv; > this data was indeed meant to be private to the notification core support > and not to be accessible by SCMI drivers: make it private hiding it inside > i

[PATCH v6 35/37] firmware: arm_scmi: make notify_priv really private

2021-02-02 Thread Cristian Marussi
Notification private data is currently accessible via handle->notify_priv; this data was indeed meant to be private to the notification core support and not to be accessible by SCMI drivers: make it private hiding it inside instance descriptor struct scmi_info and accessible only via dedicated help