Re: [PATCH v3 1/2] cmd: pinmux: update result of do_status

2021-07-23 Thread Tom Rini
On Fri, May 21, 2021 at 09:47:31AM +0200, Patrick Delaunay wrote: > Update the result of do_status and always returns a CMD_RET_ value > (-ENOSYS was a possible result of show_pinmux). > > This patch also adds pincontrol name in error messages (dev->name) > and treats correctly the status sub

[PATCH v3 1/2] cmd: pinmux: update result of do_status

2021-05-21 Thread Patrick Delaunay
Update the result of do_status and always returns a CMD_RET_ value (-ENOSYS was a possible result of show_pinmux). This patch also adds pincontrol name in error messages (dev->name) and treats correctly the status sub command when pin-controller device is not selected. Signed-off-by: Patrick