cmd: pinmux: update result of do_status
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 21 May 2021 07:47:31 +0000 (09:47 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 11:13:25 +0000 (07:13 -0400)
commit4c60fd993a21a285c645c6d46762d8c2992b7dd7
treea7f42004b477837f9d5509cd5c60bb35cdd6fb79
parent9e6da34c72274578be6f86ba7b7aa7849a624315
cmd: pinmux: update result of do_status

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 Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/pinmux.c
include/dm/pinctrl.h
test/py/tests/test_pinmux.py