[U-Boot] [PATCH v1 2/5] cmd: pinmux: Add pinmux command

2018-09-20 Thread Patrice Chotard
pinmux command allows to : - list all pin-controllers available on platforms - select a pin-controller - display the muxing of all pins of the current pin-controller or all pin-controllers depending of given options Signed-off-by: Patrice Chotard --- cmd/Kconfig | 8 + cmd/Makefile

Re: [U-Boot] [PATCH v1 2/5] cmd: pinmux: Add pinmux command

2018-09-20 Thread Michal Simek
Hi, On 20.9.2018 15:37, Patrice Chotard wrote: > pinmux command allows to : > - list all pin-controllers available on platforms > - select a pin-controller > - display the muxing of all pins of the current pin-controller >or all pin-controllers depending of given options > > Signed-off-by:

Re: [U-Boot] [PATCH v1 2/5] cmd: pinmux: Add pinmux command

2018-09-25 Thread Simon Glass
Hi Patrice, On 20 September 2018 at 07:37, Patrice Chotard wrote: > pinmux command allows to : > - list all pin-controllers available on platforms > - select a pin-controller > - display the muxing of all pins of the current pin-controller >or all pin-controllers depending of given options

Re: [U-Boot] [PATCH v1 2/5] cmd: pinmux: Add pinmux command

2018-09-26 Thread Patrice CHOTARD
Hi Simon On 09/26/2018 07:41 AM, Simon Glass wrote: > Hi Patrice, > > On 20 September 2018 at 07:37, Patrice Chotard wrote: >> pinmux command allows to : >> - list all pin-controllers available on platforms >> - select a pin-controller >> - display the muxing of all pins of the current pin-co