Re: [U-Boot] [PATCH v2 0/9] Add pinmux command

2018-10-09 Thread Patrice CHOTARD
Hi Simon On 10/04/2018 03:13 AM, Simon Glass wrote: > Hi Patrice, > > On 1 October 2018 at 05:59, Patrice Chotard wrote: >> >> For debug purpose, it's useful to know the pins muxing >> to check if a pin is configured as a GPIO or as an alternate >> function and to get information about this alte

Re: [U-Boot] [PATCH v2 0/9] Add pinmux command

2018-10-04 Thread Simon Glass
Hi Patrice, On 1 October 2018 at 05:59, Patrice Chotard wrote: > > For debug purpose, it's useful to know the pins muxing > to check if a pin is configured as a GPIO or as an alternate > function and to get information about this alternate function > configuration. For this purpose a new command

[U-Boot] [PATCH v2 0/9] Add pinmux command

2018-10-01 Thread Patrice Chotard
For debug purpose, it's useful to know the pins muxing to check if a pin is configured as a GPIO or as an alternate function and to get information about this alternate function configuration. For this purpose a new command pinmux is implemented. This series adds: - Add get_pin_muxing ops to UC