Re: [U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes

2019-10-22 Thread Patrick DELAUNAY
Hi Anatolij, > From: Uboot-stm32 On > Behalf Of Anatolij Gustschin > > Hi Patrick, > > On Mon, 21 Oct 2019 15:07:54 +0200 > Patrick Delaunay patrick.delau...@st.com wrote: > > > Remove the duplicated configs introduced when the same patch is > > applied twice times: > > There is already a pat

Re: [U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes

2019-10-21 Thread Tom Rini
On Mon, Oct 21, 2019 at 03:07:54PM +0200, Patrick Delaunay wrote: > Remove the duplicated configs introduced when the same patch is > applied twice times: > - commit e878b53a79d1 ("dm: pinctrl: introduce PINCONF_RECURSIVE > option") > - commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURS

Re: [U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes

2019-10-21 Thread Anatolij Gustschin
Hi Patrick, On Mon, 21 Oct 2019 15:07:54 +0200 Patrick Delaunay patrick.delau...@st.com wrote: > Remove the duplicated configs introduced when the same patch is > applied twice times: There is already a patch pending http://patchwork.ozlabs.org/patch/1179889 -- Anatolij

[U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes

2019-10-21 Thread Patrick Delaunay
Remove the duplicated configs introduced when the same patch is applied twice times: - commit e878b53a79d1 ("dm: pinctrl: introduce PINCONF_RECURSIVE option") - commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURSIVE option") Signed-off-by: Patrick Delaunay --- drivers/pinctrl/Kconf