From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032258Ab2COUBm (ORCPT ); Thu, 15 Mar 2012 16:01:42 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:59958 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032245Ab2COUB3 (ORCPT ); Thu, 15 Mar 2012 16:01:29 -0400 From: Arnd Bergmann To: Laurent Pinchart Subject: Re: linux-next: manual merge of the arm-soc tree with Linus' tree Date: Thu, 15 Mar 2012 20:01:12 +0000 User-Agent: KMail/1.12.2 (Linux/3.3.0-rc1; KDE/4.3.2; x86_64; ; ) Cc: Stephen Rothwell , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Magnus Damm , "Rafael J. Wysocki" , Paul Mundt References: <20120315175000.897f1172c296d4a687be0537@canb.auug.org.au> <1362815.uO65s14ojU@avalon> In-Reply-To: <1362815.uO65s14ojU@avalon> MIME-Version: 1.0 Message-Id: <201203152001.12353.arnd@arndb.de> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:A2+8CjbbuxNSO+5aJoXI2O7rOnbRrklwU9xIZS5a8oe lLnXNmpJ5J5hAOhuq1pecN+fri2GDOmmCBusjIrcXxyO/hmCJS v/RyXDI4n0ZHjk4VMypNByPeKUPrLrxqpZbWP2z1NPDEainiwB OOIOk65zd3Kz7kXwYz16XQxYPjbvohrewHEa5wjRa94xFRs2Gd P5D0DOIHRBgij8wGzxVKnqHZcaz1ZCcv6Yzhv09Guds5emDDAk esleDwCcOnpCOkUJC3Qq4uRnmT/yTpFGTle5PH2xQJoStQ9GSB 2xUS000aKdGZrFcGmgWdTqC5M5tH9vN7lzXRDIhF/l6Ytqsd4X VZtfuqHnfMXAbn9ouuUE= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 15 March 2012, Laurent Pinchart wrote: > The following patch (5d7220ec000f rebased on top of 1740d3448012) shows the > correct conflict resolution in my opinion. > > From f040ba69632a54c86767974768d68b308901061c Mon Sep 17 00:00:00 2001 > From: Magnus Damm > Date: Wed, 29 Feb 2012 12:37:19 +0900 > Subject: [PATCH] ARM: mach-shmobile: sh7372 map_io and init_early update > > ARM: mach-shmobile: sh7372 map_io and init_early update > > Update the sh7372 SoC and the AP4EVB and Mackerel boards to make use > of the functions sh7372_map_io() and sh7372_add_early_devices(). > > Signed-off-by: Magnus Damm > Signed-off-by: Rafael J. Wysocki > Signed-off-by: Laurent Pinchart Hi Laurent, I've merged Paul's branch into my renesas/soc branch, because I don't rebase the branches once they are merged into arm-soc. Thanks a lot for the resolution you suggested, I used the same resulting code in the merge commit. I'm not particularly happy about how we got here. Obviously, the bug fixes that Paul sent should have gone through the arm-soc tree to avoid this situation, and they should have been based on a -rc release rather than some random commit after -rc6. It's not a big issue because the next/soc branch already contains -rc7 though. Arnd