Re: [U-Boot] [PATCH v4 08/11] pinctrl: stm32: 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() ops to obtain the pin muxing description > a given pin index. > > Signed-off-by: Patrice Chotard > --- > > Changes in v4: > - Update get_pin_muxing() prototype by adding buffer and buffer's size as >parameters > > Cha

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

2018-10-24 Thread Patrice Chotard
Add get_pin_muxing() ops to obtain the pin muxing description a given pin index. Signed-off-by: Patrice Chotard --- Changes in v4: - Update get_pin_muxing() prototype by adding buffer and buffer's size as parameters Changes in v3: None Changes in v2: None drivers/pinctrl/pinctrl_stm32.c |