From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754275AbbLOTW3 (ORCPT ); Tue, 15 Dec 2015 14:22:29 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:51536 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752663AbbLOTW1 (ORCPT ); Tue, 15 Dec 2015 14:22:27 -0500 From: Arnd Bergmann To: Sergei Ianovich Cc: Robert Jarzmik , linux-kernel@vger.kernel.org, Daniel Mack , 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" Subject: Re: [PATCH v5 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT Date: Tue, 15 Dec 2015 20:21:31 +0100 Message-ID: <4511402.o53nMsg37l@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1450205413.21989.44.camel@gmail.com> References: <1449700088-28076-3-git-send-email-ynvich@gmail.com> <87a8pbio2u.fsf@belgarion.home> <1450205413.21989.44.camel@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:7cWmvarSr+VDXS11nbS2R2F3dLBmDdFKfW6/+GrvRYYUMoLL575 62atMyjTPAsfrvduu+cBApOsvA/PS0Z+89aqjhPYkVEntdDW9o6/Fw4+Y0Og0P4RxsMpjq+ MXZwuwnP9sD60JX8KWl0l50lRGSdXmkNx7O6iIvuJgdkN0esNOp3H6VsctG6517Uzh5vzv3 mcCcF1xTuIsbFcmpg0Pxg== X-UI-Out-Filterresults: notjunk:1;V01:K0:tj3L5ljWCCo=:XnCCXVIOTg9V/u3tyC6eKq URCiC7+nupcClt5FVXN4A18zphUsSwyWfuCzzj1RUeRTDQKrqFT2x8+wNVrNKJxS3A3Ui3ItG Y8qj6C55uPBeHr7v4wr7uDhFqLB51WYtcp7J07UTggdm5jnqAJb7AvnyYi1XVIvbmRcN+/M0C BUkiYGEJDgl2G4Q7S4KQfkRRTmEQ8fWAX96BgCphphG6KFW9CZMdvkO4Osn29pFPz5q+qr4AT BMtSrAIiEP1AwxZ76SN5Mo8XQliFEsRfWzZhqZ4aqwxvkHfvvWsQPYqZ8azuhVl8gf0XoCN3L RweuAqh/cER2m3cCbKXZFqwfAYrT+s66nLAxkDjEgbejKgv1pTMouAw4Hde2wco84oL7hrCVS L2smSf0IT5bR+L1bAhT+C66ej1btM5azylBpn9HzuZzrx7hth8aKNe1xMr4ZmD+CEnRZg65tf rFak9zjR7nwguB/M0zqogSM+zv6FsvSz+ycauw/1LOm94zc1eXMqJ5Gj91oa+o+MlsmoEdA+H RkamKTmAhrBXtJW6uFt6kejKmJEd0s4mBTh7OX3Mpc0ZBJBiBU4AyG0e7C2AU26XjY5yVTLsG OZ70/MYP1Ky8ssTJwZOh/Dm/YdGfb+H/lMQUvFZnVbjawEOl4KKasdzs99C+J7dB0SIureK6k TSaTbuvfOF31rzlLo4YTKbyTWxsp1QiREUFnWiARcCxWsxk1juGfSHwEWQ00hBhmUHKr6cpQu CQSlYOSlzyRjWT7x Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 15 December 2015 21:50:13 Sergei Ianovich wrote: > On Tue, 2015-12-15 at 19:06 +0100, Robert Jarzmik wrote: > > > 4. all optional pxa stuff as modules > > > 5. all stuff on supported pxa boards as modules > > > > > If #5 is extended when support for new boards is added, it should be > > > possible to run any supported pxa27x board with pxa27x_defconfig. > > > > I'm very eager to see a patch on that. I can feed my Jenkins with it, > > it would > > greatly help me catch issues earlier. Moreover it would for free test > > it on > > lubbock, mainstone and mioa701. If there was one also for pxa3xx, I > > would launch > > it on zylonite cm-x300 ... (that's a bonus, I know :)) > > > > Updated plan: > 1. MACH_PXA27X_DT > 2. PXA_FB and 8250_PXA to enable console > 3. MMC, MMC_PXA and EXT4_FS to enable boot from MMC > 3.1. MTD, MTD_CFI, MTD_PHYSMAP_OF and JFFS2_FS to enable boot from MTD > 4. all optional pxa stuff as modules > 5. all stuff on supported pxa boards as modules > 6. supported boards should boot the kernel built with > `pxa27x-dt_defconfig` after `make olddefconfig` > > It is probably a good idea to put this plan somewhere in Documentation/ > and to have a comment about that in the defconfig itself. > > Is the plan acceptable? Sounds good to me. Arnd