From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Mon, 7 Nov 2011 23:31:58 +0100 Subject: [PATCH 2/3 RESEND] ARM: pxa: Add DT testing machine In-Reply-To: <20111107223005.GF28491@ponder.secretlab.ca> References: <1320172354-3795-1-git-send-email-marek.vasut@gmail.com> <201111072306.43015.marek.vasut@gmail.com> <20111107223005.GF28491@ponder.secretlab.ca> Message-ID: <201111072331.58272.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > On Mon, Nov 07, 2011 at 11:06:42PM +0100, Marek Vasut wrote: > > > On 11/07/2011 03:31 PM, Marek Vasut wrote: > > > > I use the Voipac PXA270 board for PXA DT conversion. This board is a > > > > helper for the conversion to go smoothly and the testing to be easy. > > > > > > > > Signed-off-by: Marek Vasut > > > > Cc: Arnd Bergmann > > > > Cc: Grant Likely > > > > Cc: Rob Herring > > > > --- > > > > + help > > > > + PXA Device Tree Machine. > > > > + This is to be a generic machine which probes all of it's drivers > > > > + using the Flattened Device Tree blob. This is work-in-progress > > > > + so don't expect much yet. We selected the Voipac PXA270 device > > > > + as a base device to test support along the way. > > > > + > > > > + NOTE: This platform is mutually exclusive with the original! > > > > > > It shouldn't need to be. > > > > I want it that way ... eventually, this will be renamed to PXA_DT, but > > not now. > > Nah, do it now. Aim high. :-) > > g. Hehe, all right then. This patch shall be reworked soon. Also, I'll push the patchset to k.org git soon. btw. what's the exact git repo and branch I should rebase this on?