Re: [Uboot-stm32] [PATCH 1/2] cmd: pinmux: update result of do_status

2021-05-03 Thread Patrick DELAUNAY
Glass ; Patrick DELAUNAY ; Sean Anderson Subject: [Uboot-stm32] [PATCH 1/2] cmd: pinmux: update result of do_status Update the result of do_status and alway returns a CMD_RET_ value (-ENOSYS was a possible result of show_pinmux). This patch also adds pincontrol name in error messages (dev->n

Re: [Uboot-stm32] [PATCH 1/2] cmd: pinmux: update result of do_status

2021-04-29 Thread Simon Glass
> ; Patrick DELAUNAY ; Sean > Anderson > Subject: [Uboot-stm32] [PATCH 1/2] cmd: pinmux: update result of do_status > > Update the result of do_status and alway returns a CMD_RET_ value (-ENOSYS > was a possible result of show_pinmux). > > This patch also adds pinco

RE: [Uboot-stm32] [PATCH 1/2] cmd: pinmux: update result of do_status

2021-04-20 Thread Patrice CHOTARD
Hi Patrick -Original Message- From: Uboot-stm32 On Behalf Of Patrick DELAUNAY Sent: mercredi 28 octobre 2020 11:07 To: u-boot@lists.denx.de Cc: U-Boot STM32 ; Simon Glass ; Patrick DELAUNAY ; Sean Anderson Subject: [Uboot-stm32] [PATCH 1/2] cmd: pinmux: update result of do_status

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

2020-10-28 Thread Patrick Delaunay
Update the result of do_status and alway 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