
Hi,
On 2/11/22 13:07, Etienne Carriere wrote:
Implements SCMI APIs to retrieve the number exposed SCMI clocks using SCMI_PROTOCOL_ATTRIBUTES messages and the names of the clocks using SCMI_CLOCK_ATTRIBUTES messages.
This change updates sandbox SCMI clock test driver to manage these 2 new message IDs.
Series-links: 246809
'Series-links' => patman token to remove
Cc: Lukasz Majewski lukma@denx.de Cc: Sean Anderson seanga2@gmail.com Cc: Clement Leger clement.leger@bootlin.com Cc: Patrick Delaunay patrick.delaunay@foss.st.com Signed-off-by: Gabriel Fernandez gabriel.fernandez@st.com Signed-off-by: Etienne Carriere etienne.carriere@linaro.org
drivers/clk/clk_scmi.c | 90 ++++++++++++++++++++++ drivers/firmware/scmi/sandbox-scmi_agent.c | 53 +++++++++++++ include/scmi_protocols.h | 43 +++++++++++ 3 files changed, 186 insertions(+)
With this update:
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Thanks Patrick