Re: [PATCH v3 18/21] test: dm: update test for pins configuration in pinctrl node

2020-04-17 Thread Tom Rini
On Mon, Jan 13, 2020 at 11:35:12AM +0100, Patrick Delaunay wrote: > Add test for "pins" configuration in gpio uclass with set_state() ops > and test for generic parsing of pinconf_param array). > > set_state() is called by: > - pinctrl_generic_set_state > |- pinctrl_generic_set_state_subnode >

[PATCH v3 18/21] test: dm: update test for pins configuration in pinctrl node

2020-01-13 Thread Patrick Delaunay
Add test for "pins" configuration in gpio uclass with set_state() ops and test for generic parsing of pinconf_param array). set_state() is called by: - pinctrl_generic_set_state |- pinctrl_generic_set_state_subnode Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- Changes in v3: No