RE: [PATCH 1/2] pinctrl: stm32: Convert to use APIs which support live DT

2020-10-02 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 17:50 > > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver > can > support live DT. > > Signed-off-by: Patrick Delaunay > --- > > drivers/pinctrl/pinctrl_stm32.c | 43

Re: [PATCH 1/2] pinctrl: stm32: Convert to use APIs which support live DT

2020-10-02 Thread Patrice CHOTARD
Hi Patrick On 9/9/20 5:50 PM, Patrick Delaunay wrote: > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the > driver can support live DT. > > Signed-off-by: Patrick Delaunay > --- > > drivers/pinctrl/pinctrl_stm32.c | 43 ++--- > 1 file changed, 23

[PATCH 1/2] pinctrl: stm32: Convert to use APIs which support live DT

2020-09-09 Thread Patrick Delaunay
Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver can support live DT. Signed-off-by: Patrick Delaunay --- drivers/pinctrl/pinctrl_stm32.c | 43 ++--- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git