Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933012AbbLBPub (ORCPT ); Wed, 2 Dec 2015 10:50:31 -0500 Received: from mout.kundenserver.de ([217.72.192.75]:59181 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932703AbbLBPu1 (ORCPT ); Wed, 2 Dec 2015 10:50:27 -0500 From: Arnd Bergmann To: Russell King - ARM Linux Cc: Gregory CLEMENT , Sebastian Hesselbarth , Detlef Vollmann , Benjamin Cama , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jason Cooper , Andrew Lunn Subject: Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Date: Wed, 02 Dec 2015 16:49:38 +0100 Message-ID: <3059482.yN34NFeWWY@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151202123310.GC8644@n2100.arm.linux.org.uk> References: <1448466557-435335-1-git-send-email-arnd@arndb.de> <87610j7gmc.fsf@free-electrons.com> <20151202123310.GC8644@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:iC4Di+4ZNzXc8N0fwB2H+t8MD6P4G78Fkn74yLC2haIUpu/yf3d K7VcVIs1hSzQOSvXLl7AIOLp19W3Hio3FU0SkGRrW2hzV5pFnbeHLgoKVqeqgVgd4eNNvua Fj6PfvguIef1g+p5b5Rzapf0Lo8O5sfpPJ1zqDW00L87L6ITVA+muyp5SBO2MKgLhiM6cks eyAl02qtlNCH36GqQScmw== X-UI-Out-Filterresults: notjunk:1;V01:K0:vgp6gu5jgvE=:hB8Pq1oWCcR+yG4w7vD6Az MxMoxKszyAyRkwrC88CTrkmwiKC0Z22o8ps4YccqkdBzKHmACiIQMhiuDIeZ3k9aEV8FwnUM+ muX4CiEsEGdtLZVFyz7oPKeo16nv6lFOiqBmi8m68jlj5c14mntdpG+p4IQPaFij2n3NdhXpX 4h8PFxdfHA/JasJHtawDPgv8LF864eC/FTpdcGJ2/hsEHdhqMlKqdu55o+2Vecp2FmpbByEaS 6GmaY/BocmNKAe1Vx5fLVxMfBl2ku72UBJBtZRpc5Frk0U1CNSoKFu5Otib57wyK/uEbT9HbU oN3nYA1elc/akeneJmiLQM95wjS/zedLv2Cxj80+LJnAGkMfyedHXY9wxctH7qVCSDRUPwbMr ttureGMNQZPLKkeSqLpQqYA83uQkpJgGo58hNKYj/wwRSdiU0NcZ8LfVkNPBLvI+QfyKtizQs RCXh7UOCcj9FN+sAc5sFoKvqEpRl5o/n815vKgq94DiViXoJBnXvsyYlkefXGbEq+h0pVT+J+ GDNJ/RUzxnxkoGIUxbkvH717VdUke6m6CTbjfjPLlP7ttweMtQi6h6jQGtX2H9uZyw0YFFF7j hxGp9Mn2iQLF3WASoJL/csAYRA4dB7bVm2quOJqk9xw/27KRfIOg0sNkxxoBC3tlnTCCVJa2Y R4QTgSDE0ciFNWUDojk3HmNtqZfcobLtVHb1dyp82QzCc+BKF8+Ehr100JrtAuhGKhOdei/IK PqZwZrjvWabYtY2p Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2169 Lines: 55 On Wednesday 02 December 2015 12:33:10 Russell King - ARM Linux wrote: > On Mon, Nov 30, 2015 at 02:37:31PM +0100, Gregory CLEMENT wrote: > > Hi Arnd, > > > > On mer., nov. 25 2015, Arnd Bergmann wrote: > > > > > I've posted these before and now gotten around to a rebase and > > > want to include them in the arm-soc next/multiplatform branch for > > > 4.5. > > > > > > Originally the plan for these platforms was to convert all of > > > them to DT and use only mach-mvebu. That has not happened, > > > so I would do it this way instead so we can at least have > > > them in a single kernel. > > > > > > Let me know if there are any concerns or objections. > > > > I have applied all the patches on mvebu/oldmvebu_multiplatform (I fixed > > the last one which didn't apply on Kconfig). I also merged it > > mvebu/for-netx to be part of the linux-next. > > > > But before making it part of mvebu/soc, I would like to get some > > Tested-by. The series is available on > > git://git.infradead.org/linux-mvebu.git > > in the branch mvebu/oldmvebu_multiplatform but it also will be part soon > > of linux-next. > > > > Russell, Sebastian, > > > > would you have some time to test it on Dove? > > Given that I'm testing on my Cubox tree, I've applied this series on top > of v4.3. Patch 5 trivially conflicts on MMP context. Fixing that and > merging the resulting changes gives another load of conflicts which need > dealing with: > > Recorded preimage for 'arch/arm/Kconfig' > Recorded preimage for 'arch/arm/mach-dove/Kconfig' > Recorded preimage for 'arch/arm/mach-dove/irq.c' > Recorded preimage for 'arch/arm/mach-dove/pm.h' > > These look less trivial to resolve, so testing this will have to wait > until I have sufficient time to sort this out. I have pushed a rebased version to git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git multiplatform-orion-4.3 Maybe that helps Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/