From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Ianovich Subject: Re: [PATCH v5 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT Date: Tue, 15 Dec 2015 19:42:07 +0300 Message-ID: <1450197727.21989.9.camel@gmail.com> References: <1449700088-28076-3-git-send-email-ynvich@gmail.com> <1450196875-6739-1-git-send-email-ynvich@gmail.com> <7496839.vMjVcqPe8Q@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <7496839.vMjVcqPe8Q@wuerfel> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Daniel Mack , Robert Jarzmik , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Thierry Reding , Jonathan Cameron , Dmitry Torokhov , Philipp Zabel , Arnaud Ebalard , Kuninori Morimoto , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM PORT" List-Id: devicetree@vger.kernel.org On Tue, 2015-12-15 at 17:32 +0100, Arnd Bergmann wrote: > On Tuesday 15 December 2015 19:27:50 Sergei Ianovich wrote: > > =C2=A0.../devicetree/bindings/vendor-prefixes.txt=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A0=C2=A01 + > > =C2=A0arch/arm/boot/dts/Makefile=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A0=C2=A03 + > > =C2=A0arch/arm/boot/dts/pxa27x-lp8x4x-i105.dts=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A050 ++++ > > =C2=A0arch/arm/boot/dts/pxa27x-lp8x4x.dts=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| = 259 > > +++++++++++++++++++++ > > =C2=A0arch/arm/configs/lp8x4x_defconfig=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0| 176 > > ++++++++++++++ > >=20 >=20 > I had not noticed earlier that you are adding a new defconfig file. > PXA is > already the platform with the most defconfig files, and I'd rather > like > to see that reduced than increased. >=20 > Is there a chance you could merge this one with some of the existing > files > into one configuration that handles them all? There are several board-specific devices on LP8x4x: custom FPGA, custom UART, custom IRQ on FPGA, custom parallel bus for industrial IO. The defconfig file could alert potential users to this fact. If this is not a sufficient reason to have a defconfig file, it can be dropped. I use the full .config anyway :)