Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Rocco Folino
On Wed, Sep 06, 2017 at 03:35:43PM +0200, Alban wrote: > On Wed, 6 Sep 2017 14:32:00 +0200 > Rocco Folino wrote: > > > On Wed, Sep 06, 2017 at 02:20:05PM +0200, Alban wrote: > > > On Wed, 6 Sep 2017 13:14:35 +0200 > > > Ralf Baechle wrote: > > > > > > > On Fri, Aug 18, 2017 at 05:32:42PM +020

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Alban
On Wed, 6 Sep 2017 14:32:00 +0200 Rocco Folino wrote: > On Wed, Sep 06, 2017 at 02:20:05PM +0200, Alban wrote: > > On Wed, 6 Sep 2017 13:14:35 +0200 > > Ralf Baechle wrote: > > > > > On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > > > > > > > Allow to choose devicetrees fro

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Rocco Folino
On Wed, Sep 06, 2017 at 02:20:05PM +0200, Alban wrote: > On Wed, 6 Sep 2017 13:14:35 +0200 > Ralf Baechle wrote: > > > On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > > > > > Allow to choose devicetrees from Kconfig. > > > > > > Signed-off-by: Rocco Folino > > I don't really s

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Alban
On Wed, 6 Sep 2017 13:14:35 +0200 Ralf Baechle wrote: > On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > > > Allow to choose devicetrees from Kconfig. > > > > Signed-off-by: Rocco Folino I don't really see the point of this patch. Building the dtb doesn't take any significant t

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Rocco Folino
On Wed, Sep 06, 2017 at 01:14:35PM +0200, Ralf Baechle wrote: > On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > > > Allow to choose devicetrees from Kconfig. > > > > Signed-off-by: Rocco Folino > > --- > > arch/mips/ath79/Kconfig | 44 > > +++

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Ralf Baechle
On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > Allow to choose devicetrees from Kconfig. > > Signed-off-by: Rocco Folino > --- > arch/mips/ath79/Kconfig | 44 > + > arch/mips/boot/dts/qca/Makefile | 10 +- > 2 files chang

[PATCH] MIPS: ath79: support devicetree selection

2017-08-18 Thread Rocco Folino
Allow to choose devicetrees from Kconfig. Signed-off-by: Rocco Folino --- arch/mips/ath79/Kconfig | 44 + arch/mips/boot/dts/qca/Makefile | 10 +- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/arch/mips/ath79/Kconfig b/arc