RE: [PATCH v2 04/12] firmware: scmi: framework for installing additional protocols

2023-08-03 Thread Etienne CARRIERE
> From: AKASHI Takahiro > Sent: Wednesday, July 26, 2023 10:38 >   > This framework allows SCMI protocols to be installed and bound to the agent > so that the agent can manage and utilize them later. > > Signed-off-by: AKASHI Takahiro > --- > v2 > * check for availability of protocols Reviewed-

Re: [PATCH v2 04/12] firmware: scmi: framework for installing additional protocols

2023-07-26 Thread Simon Glass
On Wed, 26 Jul 2023 at 02:39, AKASHI Takahiro wrote: > > This framework allows SCMI protocols to be installed and bound to the agent > so that the agent can manage and utilize them later. > > Signed-off-by: AKASHI Takahiro > --- > v2 > * check for availability of protocols > --- > drivers/firmwa

[PATCH v2 04/12] firmware: scmi: framework for installing additional protocols

2023-07-26 Thread AKASHI Takahiro
This framework allows SCMI protocols to be installed and bound to the agent so that the agent can manage and utilize them later. Signed-off-by: AKASHI Takahiro --- v2 * check for availability of protocols --- drivers/firmware/scmi/scmi_agent-uclass.c | 100 +- include/scmi_ag