Re: [Uboot-stm32] [PATCH 2/2] cmd: pinmux: support pin name in status command

2021-05-18 Thread Patrick DELAUNAY
Hi Simon, On 5/6/21 5:02 PM, Simon Glass wrote: Hi Patrick, On Thu, 6 May 2021 at 02:38, Patrick DELAUNAY wrote: ... Any reason to prefer C test to python... I just complete the existing pinmux tests. For performance ? I wrote this up here:

Re: [Uboot-stm32] [PATCH 2/2] cmd: pinmux: support pin name in status command

2021-05-06 Thread Simon Glass
Hi Patrick, On Thu, 6 May 2021 at 02:38, Patrick DELAUNAY wrote: > > Hi, > > On 4/29/21 6:10 PM, Simon Glass wrote: > > Hi Patrick, > > > > On Wed, 28 Oct 2020 at 03:06, Patrick Delaunay > > wrote: > >> Allow pin name parameter for pimux staus command, > >> as gpio command to get status of one

Re: [Uboot-stm32] [PATCH 2/2] cmd: pinmux: support pin name in status command

2021-05-06 Thread Patrick DELAUNAY
Hi, On 4/29/21 6:10 PM, Simon Glass wrote: Hi Patrick, On Wed, 28 Oct 2020 at 03:06, 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

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

2021-04-29 Thread Simon Glass
Hi Patrick, On Wed, 28 Oct 2020 at 03:06, 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 > >

RE: [Uboot-stm32] [PATCH 2/2] cmd: pinmux: support pin name in status command

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 2/2] cmd: pinmux: support pin name in status

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

2020-10-28 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 --- cmd/pinmux.c | 41