Re: [PATCH v3 3/3] pinctrl: single: Add tests for request API

2021-10-14 Thread Simon Glass
On Tue, 5 Oct 2021 at 10:50, Roman Bacik wrote: > > Add request tests to dm_test_pinctrl_single with corresponding node in > test.dts > > Signed-off-by: Roman Bacik > > --- > > Changes in v3: > - Add request API test to dm_test_pinctrl_single > > arch/sandbox/dts/test.dts | 17 +

Re: [PATCH v3 3/3] pinctrl: single: Add tests for request API

2021-10-05 Thread Roman Bacik
+Bharat Gooty On Tue, Oct 5, 2021 at 9:50 AM Roman Bacik wrote: > > Add request tests to dm_test_pinctrl_single with corresponding node in > test.dts > > Signed-off-by: Roman Bacik > > --- > > Changes in v3: > - Add request API test to dm_test_pinctrl_single > > arch/sandbox/dts/test.dts | 17

[PATCH v3 3/3] pinctrl: single: Add tests for request API

2021-10-05 Thread Roman Bacik
Add request tests to dm_test_pinctrl_single with corresponding node in test.dts Signed-off-by: Roman Bacik --- Changes in v3: - Add request API test to dm_test_pinctrl_single arch/sandbox/dts/test.dts | 17 + test/dm/pinmux.c | 13 + 2 files changed, 30