On Wed, 26 Jul 2023 at 02:39, AKASHI Takahiro <takahiro.aka...@linaro.org> 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 <takahiro.aka...@linaro.org> > --- > v2 > * check for availability of protocols > --- > drivers/firmware/scmi/scmi_agent-uclass.c | 100 +++++++++++++++++++++- > include/scmi_agent-uclass.h | 15 +++- > include/scmi_agent.h | 14 +++ > 3 files changed, 125 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>