Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-11 Thread Linus Walleij
On Mon, Jan 9, 2017 at 12:16 PM, Maxime Ripard wrote: > On Fri, Jan 06, 2017 at 01:17:21AM +, André Przywara wrote: >> > On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: >> >> So can I ask that we start taking this seriously and stop doing

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-11 Thread Linus Walleij
On Mon, Jan 9, 2017 at 12:16 PM, Maxime Ripard wrote: > On Fri, Jan 06, 2017 at 01:17:21AM +, André Przywara wrote: >> > On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: >> >> So can I ask that we start taking this seriously and stop doing things >> >> which prevent Allwinner

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-09 Thread Maxime Ripard
On Fri, Jan 06, 2017 at 01:17:21AM +, André Przywara wrote: > > On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: > >> So can I ask that we start taking this seriously and stop doing things > >> which prevent Allwinner boards from being supported properly? > >> Which would first

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-09 Thread Maxime Ripard
On Fri, Jan 06, 2017 at 01:17:21AM +, André Przywara wrote: > > On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: > >> So can I ask that we start taking this seriously and stop doing things > >> which prevent Allwinner boards from being supported properly? > >> Which would first

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-05 Thread André Przywara
On 05/01/17 15:35, Maxime Ripard wrote: Hi Maxime, > On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: >> So can I ask that we start taking this seriously and stop doing things >> which prevent Allwinner boards from being supported properly? >> Which would first involve dropping

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-05 Thread André Przywara
On 05/01/17 15:35, Maxime Ripard wrote: Hi Maxime, > On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: >> So can I ask that we start taking this seriously and stop doing things >> which prevent Allwinner boards from being supported properly? >> Which would first involve dropping

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-05 Thread Maxime Ripard
On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: > So can I ask that we start taking this seriously and stop doing things > which prevent Allwinner boards from being supported properly? > Which would first involve dropping this very patch? The driver still supports the old binding.

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-05 Thread Maxime Ripard
On Wed, Jan 04, 2017 at 02:16:23AM +, André Przywara wrote: > So can I ask that we start taking this seriously and stop doing things > which prevent Allwinner boards from being supported properly? > Which would first involve dropping this very patch? The driver still supports the old binding.

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-03 Thread André Przywara
On 18/10/16 08:43, Chen-Yu Tsai wrote: Hi Maxime, Chen-Yu, I just stumbled over this patch in Maxime's -next tree and think I missed it before. I guess it's a bit late, but I just wanted to express my concerns and write out the issues with the current DT approach: > On Tue, Oct 11, 2016 at

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2017-01-03 Thread André Przywara
On 18/10/16 08:43, Chen-Yu Tsai wrote: Hi Maxime, Chen-Yu, I just stumbled over this patch in Maxime's -next tree and think I missed it before. I guess it's a bit late, but I just wanted to express my concerns and write out the issues with the current DT approach: > On Tue, Oct 11, 2016 at

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2016-10-20 Thread Linus Walleij
On Tue, Oct 11, 2016 at 5:46 PM, Maxime Ripard wrote: > Now that we can handle the generic pinctrl bindings, convert our DT to it. > > Signed-off-by: Maxime Ripard Awesome work. Reviewed-by: Linus Walleij

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2016-10-20 Thread Linus Walleij
On Tue, Oct 11, 2016 at 5:46 PM, Maxime Ripard wrote: > Now that we can handle the generic pinctrl bindings, convert our DT to it. > > Signed-off-by: Maxime Ripard Awesome work. Reviewed-by: Linus Walleij Please merge this through the ARM SoC tree. Yours, Linus Walleij

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2016-10-18 Thread Chen-Yu Tsai
On Tue, Oct 11, 2016 at 11:46 PM, Maxime Ripard wrote: > Now that we can handle the generic pinctrl bindings, convert our DT to it. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

Re: [PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2016-10-18 Thread Chen-Yu Tsai
On Tue, Oct 11, 2016 at 11:46 PM, Maxime Ripard wrote: > Now that we can handle the generic pinctrl bindings, convert our DT to it. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

[PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2016-10-11 Thread Maxime Ripard
Now that we can handle the generic pinctrl bindings, convert our DT to it. Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/ntc-gr8-evb.dts| 16 +- arch/arm/boot/dts/ntc-gr8.dtsi | 76 +--

[PATCH v2 9/9] ARM: sunxi: Convert pinctrl nodes to generic bindings

2016-10-11 Thread Maxime Ripard
Now that we can handle the generic pinctrl bindings, convert our DT to it. Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/ntc-gr8-evb.dts| 16 +- arch/arm/boot/dts/ntc-gr8.dtsi | 76 +-- arch/arm/boot/dts/sun4i-a10-a1000.dts