]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: scmi: add a check against availability of protocols
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 11 Oct 2023 10:07:07 +0000 (19:07 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 13 Oct 2023 20:59:24 +0000 (16:59 -0400)
commit8057d8a66f9e6df9c6264ab8955d2dd416f23480
tree719e84c6d8015511170eb4b6156af7ba3bf2d9c9
parent93ecae9eeaa70ed3f10b43efd2d942ab7409869f
firmware: scmi: add a check against availability of protocols

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 <takahiro.akashi@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/firmware/scmi/scmi_agent-uclass.c