Re: [U-Boot] [PATCH v3 1/9] dm: pinctrl: Add get_pin_muxing() ops

2018-10-24 Thread Simon Glass
Hi Patrice, On 23 October 2018 at 00:41, Patrice CHOTARD wrote: > Hi Simon > > On 10/19/18 5:28 AM, Simon Glass wrote: >> Hi Patrice, >> >> On 9 October 2018 at 07:31, Patrice Chotard wrote: >>> Add get_pin_muxing() which allows to display the muxing >>> of a given pin belonging to a pin-control

Re: [U-Boot] [PATCH v3 1/9] dm: pinctrl: Add get_pin_muxing() ops

2018-10-22 Thread Patrice CHOTARD
Hi Simon On 10/19/18 5:28 AM, Simon Glass wrote: > Hi Patrice, > > On 9 October 2018 at 07:31, Patrice Chotard wrote: >> Add get_pin_muxing() which allows to display the muxing >> of a given pin belonging to a pin-controller. >> >> Signed-off-by: Patrice Chotard >> --- >> >> Changes in v3: >>

Re: [U-Boot] [PATCH v3 1/9] dm: pinctrl: Add get_pin_muxing() ops

2018-10-18 Thread Simon Glass
Hi Patrice, On 9 October 2018 at 07:31, Patrice Chotard wrote: > Add get_pin_muxing() which allows to display the muxing > of a given pin belonging to a pin-controller. > > Signed-off-by: Patrice Chotard > --- > > Changes in v3: > - Replace const char **buf parameter by char *buf, int size para

[U-Boot] [PATCH v3 1/9] dm: pinctrl: Add get_pin_muxing() ops

2018-10-09 Thread Patrice Chotard
Add get_pin_muxing() which allows to display the muxing of a given pin belonging to a pin-controller. Signed-off-by: Patrice Chotard --- Changes in v3: - Replace const char **buf parameter by char *buf, int size parameters for pinctrl_get_pin_muxing() Changes in v2: - Replace pinmux_show o