Re: [RFC 5/6] firmware: scmi: add pseudo pinctrl protocol support on sandbox

2023-09-10 Thread AKASHI Takahiro
On Sun, Sep 10, 2023 at 01:13:28PM -0600, Simon Glass wrote: > Hi AKASHI, > > On Tue, 5 Sept 2023 at 20:41, AKASHI Takahiro > wrote: > > > > With this patch, sandbox SCMI agent can handle pinctrl protocol. > > This feature is used in an unit test for SCMI pinctrl. > > > > Signed-off-by: AKASHI Ta

Re: [RFC 5/6] firmware: scmi: add pseudo pinctrl protocol support on sandbox

2023-09-10 Thread Simon Glass
Hi AKASHI, On Tue, 5 Sept 2023 at 20:41, AKASHI Takahiro wrote: > > With this patch, sandbox SCMI agent can handle pinctrl protocol. > This feature is used in an unit test for SCMI pinctrl. > > Signed-off-by: AKASHI Takahiro > --- > arch/sandbox/dts/test.dts | 115 > drive

[RFC 5/6] firmware: scmi: add pseudo pinctrl protocol support on sandbox

2023-09-05 Thread AKASHI Takahiro
With this patch, sandbox SCMI agent can handle pinctrl protocol. This feature is used in an unit test for SCMI pinctrl. Signed-off-by: AKASHI Takahiro --- arch/sandbox/dts/test.dts | 115 drivers/firmware/scmi/sandbox-scmi_agent.c | 722 + 2 files change