Re: [PATCH v5 11/16] firmware: scmi: add a check against availability of protocols

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 00:58, AKASHI Takahiro wrote: > > Now that we have Base protocol support, we will be able to check if a given > protocol is really supported by the SCMI server (firmware). > > Signed-off-by: AKASHI Takahiro > Reviewed-by: Etienne Carriere > --- > v3 > * new; import this p

[PATCH v5 11/16] firmware: scmi: add a check against availability of protocols

2023-09-26 Thread AKASHI Takahiro
Now that we have Base protocol support, we will be able to check if a given protocol is really supported by the SCMI server (firmware). Signed-off-by: AKASHI Takahiro Reviewed-by: Etienne Carriere --- v3 * new; import this patch from my followup patch set --- drivers/firmware/scmi/scmi_agent-uc