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 <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Clement Leger <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Signed-off-by: Gabriel Fernandez <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
---
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 <[email protected]>
Thanks
Patrick