Re: [RFC PATCH v2 03/13] firmware: arm_scmi: Add notifications support in transport layer

From: Viresh Kumar
Date: Mon Feb 17 2020 - 05:49:50 EST


On Fri, Feb 14, 2020 at 9:07 PM Cristian Marussi
<cristian.marussi@xxxxxxx> wrote:
>
> Add common transport-layer methods to:
> - fetch a notification instead of a response
> - clear a pending notification
>
> Add also all the needed support in mailbox/shmem transports.
>
> Signed-off-by: Cristian Marussi <cristian.marussi@xxxxxxx>
> ---
> drivers/firmware/arm_scmi/common.h | 8 ++++++++
> drivers/firmware/arm_scmi/mailbox.c | 17 +++++++++++++++++
> drivers/firmware/arm_scmi/shmem.c | 15 +++++++++++++++
> 3 files changed, 40 insertions(+)

Reviewed-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>