[PATCH v8 9/9] firmware: arm_scmi: Add Base notifications support

2020-05-20 Thread Cristian Marussi
Make SCMI Base protocol register with the notification core. Reviewed-by: Jonathan Cameron Signed-off-by: Cristian Marussi --- V6 --> V7 - fixed report.timestamp type - fix max_payld_sz initialization - fix report layout and initialization - expose SCMI_EVENT_ in linux/scmi_protocol.h V5 --> V6

Re: [PATCH v8 9/9] firmware: arm_scmi: Add Base notifications support

2020-06-08 Thread Sudeep Holla
On Wed, May 20, 2020 at 09:11:18AM +0100, Cristian Marussi wrote: > Make SCMI Base protocol register with the notification core. > > Reviewed-by: Jonathan Cameron > Signed-off-by: Cristian Marussi > --- > V6 --> V7 > - fixed report.timestamp type > - fix max_payld_sz initialization > - fix report

Re: [PATCH v8 9/9] firmware: arm_scmi: Add Base notifications support

2020-06-18 Thread Cristian Marussi
On Mon, Jun 08, 2020 at 06:02:39PM +0100, Sudeep Holla wrote: > On Wed, May 20, 2020 at 09:11:18AM +0100, Cristian Marussi wrote: > > Make SCMI Base protocol register with the notification core. > > > > Reviewed-by: Jonathan Cameron > > Signed-off-by: Cristian Marussi > > --- > > V6 --> V7 > > -