Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-21 Thread Anatolij Gustschin
Hi Patrick, On Mon, 21 Oct 2019 17:10:21 + Patrick DELAUNAY patrick.delau...@st.com wrote: ... > I check deeper today the root cause of the issue and I have a clean solution > with v2 patch: http://patchwork.ozlabs.org/patch/1180575/ > > The friday patch wasn't enough at least for my board, b

Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-21 Thread Patrick DELAUNAY
Hi Anatolij and Tom, > From: Anatolij Gustschin > Sent: samedi 19 octobre 2019 22:02 > > Hi Tom, > > On Fri, 18 Oct 2019 20:29:22 +0200 > Patrick Delaunay patrick.delau...@st.com wrote: > ... > > This correct a regression introduced by commit c20851b3d850 ("dm: > > pinctrl: introduce PINCONF_RE

Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-19 Thread Anatolij Gustschin
Hi Tom, On Fri, 18 Oct 2019 20:29:22 +0200 Patrick Delaunay patrick.delau...@st.com wrote: ... > This correct a regression introduced by > commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURSIVE > option") Could you please apply this patch ASAP? It fixes broken eMMC, Ethernet, I2C, GPIO, e

Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-19 Thread Anatolij Gustschin
On Fri, 18 Oct 2019 20:29:22 +0200 Patrick Delaunay patrick.delau...@st.com wrote: > Correct the name of the define used in CONFIG_IS_ENABLED(): > it is not align with Kconfig name= CONFIG_$(SPL_)PINCONF_RECURSIVE. > > This correct a regression introduced by > commit c20851b3d850 ("dm: pinctrl: i

Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-18 Thread Lukasz Majewski
On Fri, 18 Oct 2019 20:29:22 +0200 Patrick Delaunay wrote: > Correct the name of the define used in CONFIG_IS_ENABLED(): > it is not align with Kconfig name= CONFIG_$(SPL_)PINCONF_RECURSIVE. > > This correct a regression introduced by > commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURS

[U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-18 Thread Patrick Delaunay
Correct the name of the define used in CONFIG_IS_ENABLED(): it is not align with Kconfig name= CONFIG_$(SPL_)PINCONF_RECURSIVE. This correct a regression introduced by commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURSIVE option") Signed-off-by: Patrick Delaunay --- drivers/pinctrl/pi