Re: [RESEND PATCH 1/2] pinctrl: change result for unsupported API

2021-12-02 Thread Tom Rini
On Fri, Nov 19, 2021 at 10:02:26AM +0100, Patrick Delaunay wrote: > Use the return value ENOSYS for unsupported API > - pinctrl_generic_set_state > - pinctrl_select_state > > Signed-off-by: Patrick Delaunay > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc

[RESEND PATCH 1/2] pinctrl: change result for unsupported API

2021-11-19 Thread Patrick Delaunay
Use the return value ENOSYS for unsupported API - pinctrl_generic_set_state - pinctrl_select_state Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- include/dm/pinctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dm/pinctrl.h

Re: [PATCH 1/2] pinctrl: change result for unsupported API

2021-07-31 Thread Simon Glass
On Fri, 30 Jul 2021 at 04:12, Patrick Delaunay wrote: > > Use the return value ENOSYS for unsupported API > - pinctrl_generic_set_state > - pinctrl_select_state > > Signed-off-by: Patrick Delaunay > --- > > include/dm/pinctrl.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH 1/2] pinctrl: change result for unsupported API

2021-07-30 Thread Patrick Delaunay
Use the return value ENOSYS for unsupported API - pinctrl_generic_set_state - pinctrl_select_state Signed-off-by: Patrick Delaunay --- include/dm/pinctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h index