Re: [U-Boot] [PATCH v4 01/11] dm: pinctrl: Add get_pin_muxing() ops

2018-11-02 Thread Simon Glass
On 24 October 2018 at 06:10, 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 v4: > - Update get_pin_muxing() prototype by adding buffer and buffer's size >

[U-Boot] [PATCH v4 01/11] dm: pinctrl: Add get_pin_muxing() ops

2018-10-24 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 v4: - Update get_pin_muxing() prototype by adding buffer and buffer's size parameters. Changes in v3: - Replace const char **buf parameter by