Re: [U-Boot] [PATCH v4 07/11] pinctrl: stm32: Add get_pin_name() ops

2018-11-02 Thread Simon Glass
On 24 October 2018 at 06:10, Patrice Chotard wrote: > Add get_pin_name ops to obtain a pin name given a > pin index of a specified pin-controller. > > Signed-off-by: Patrice Chotard > --- > > Changes in v4: > - Use define PINNAME_SIZE from include/dm/pinctrl.h instead of >driver's local one

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

2018-10-24 Thread Patrice Chotard
Add get_pin_name ops to obtain a pin name given a pin index of a specified pin-controller. Signed-off-by: Patrice Chotard --- Changes in v4: - Use define PINNAME_SIZE from include/dm/pinctrl.h instead of driver's local one Changes in v3: None Changes in v2: None drivers/pinctrl/pinctrl_st