Re: [PATCH v5 04/16] test: dm: add protocol-specific channel test

2023-10-05 Thread Etienne CARRIERE - foss
> From: U-Boot on behalf of Simon Glass > > Sent: Monday, October 2, 2023 3:17 AM > > On Tue, 26 Sept 2023 at 00:58, AKASHI Takahiro > wrote: > > > > Any SCMI protocol may have its own channel. > > Test this feature on sandbox as the necessary framework was added > > in a prior commit. > > > >

Re: [PATCH v5 04/16] test: dm: add protocol-specific channel test

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 00:58, AKASHI Takahiro wrote: > > Any SCMI protocol may have its own channel. > Test this feature on sandbox as the necessary framework was added > in a prior commit. > > Signed-off-by: AKASHI Takahiro > --- > v5 > * new commit > --- > arch/sandbox/dts/test.dts | 1 + >

[PATCH v5 04/16] test: dm: add protocol-specific channel test

2023-09-25 Thread AKASHI Takahiro
Any SCMI protocol may have its own channel. Test this feature on sandbox as the necessary framework was added in a prior commit. Signed-off-by: AKASHI Takahiro --- v5 * new commit --- arch/sandbox/dts/test.dts | 1 + test/dm/scmi.c| 20 ++-- 2 files changed, 19 inser