Re: [PATCH v4 07/16] firmware: arm_scmi: Add op to override max message #

From: Jonathan Cameron
Date: Mon Jun 14 2021 - 10:04:31 EST


On Fri, 11 Jun 2021 17:59:28 +0100
Cristian Marussi <cristian.marussi@xxxxxxx> wrote:

> From: Igor Skalkin <igor.skalkin@xxxxxxxxxxxxxxx>
>
> The number of simultaneously pending messages that the upcoming
> scmi-virtio transport can support depends on the virtio device (SCMI
> platform) and can differ for each channel. (The scmi-virtio transport
> does only have one tx and at most 1 rx channel.)
>
> Add an optional transport op so that scmi-virtio can report the actual
> max message # for each channel type. Respect these new limits.
>
> Reflect that the limit in struct scmi_desc is now only a default any
> more.
>
> [ Peter: Adapted patch for submission to upstream. ]
>
> Co-developed-by: Peter Hilber <peter.hilber@xxxxxxxxxxxxxxx>
> Signed-off-by: Igor Skalkin <igor.skalkin@xxxxxxxxxxxxxxx>
> Signed-off-by: Peter Hilber <peter.hilber@xxxxxxxxxxxxxxx>
Cristian,

Give you are sending this on to the list, should have your
Signed-off-by as well.

Jonathan