Re: [PATCH v4 6/8] firmware: scmi: sandbox test for SCMI clocks

2020-10-01 Thread Tom Rini
On Wed, Sep 09, 2020 at 06:44:05PM +0200, Etienne Carriere wrote: > Add tests for SCMI clocks. A test device driver sandbox-scmi_devices.c > is used to get clock resources, allowing further clock manipulation. > > Change sandbox-smci_agent to emulate 3 clocks exposed through 2 agents. > Add DM te

Re: [PATCH v4 6/8] firmware: scmi: sandbox test for SCMI clocks

2020-09-10 Thread Simon Glass
On Wed, 9 Sep 2020 at 10:44, Etienne Carriere wrote: > > Add tests for SCMI clocks. A test device driver sandbox-scmi_devices.c > is used to get clock resources, allowing further clock manipulation. > > Change sandbox-smci_agent to emulate 3 clocks exposed through 2 agents. > Add DM test scmi_cloc

[PATCH v4 6/8] firmware: scmi: sandbox test for SCMI clocks

2020-09-09 Thread Etienne Carriere
Add tests for SCMI clocks. A test device driver sandbox-scmi_devices.c is used to get clock resources, allowing further clock manipulation. Change sandbox-smci_agent to emulate 3 clocks exposed through 2 agents. Add DM test scmi_clocks to test these 3 clocks. Update DM test sandbox_scmi_agent with