Re: [PATCH v3 2/2] cmd: pinmux: support pin name in status command

2021-07-23 Thread Tom Rini
On Fri, May 21, 2021 at 09:47:32AM +0200, Patrick Delaunay wrote: > Allow pin name parameter for pimux staus command, > as gpio command to get status of one pin. > > The possible usage of the command is: > > > pinmux dev pinctrl > > pinmux status > > > pinmux status -a > > > pinmux status >

[PATCH v3 2/2] cmd: pinmux: support pin name in status command

2021-05-21 Thread Patrick Delaunay
Allow pin name parameter for pimux staus command, as gpio command to get status of one pin. The possible usage of the command is: > pinmux dev pinctrl > pinmux status > pinmux status -a > pinmux status Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- Changes in v3: - add commen