From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754029Ab3DLI6U (ORCPT ); Fri, 12 Apr 2013 04:58:20 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:47151 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448Ab3DLI6R (ORCPT ); Fri, 12 Apr 2013 04:58:17 -0400 Date: Fri, 12 Apr 2013 09:57:48 +0100 From: Will Deacon To: Rob Herring Cc: Olof Johansson , Stefano Stabellini , Nicolas Pitre , "xen-devel@lists.xensource.com" , Arnd Bergmann , "linux-kernel@vger.kernel.org" , "rob.herring@calxeda.com" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 0/4 v6] arm: introduce psci_smp_ops and use them on Xen Message-ID: <20130412085748.GC12363@mudshark.cambridge.arm.com> References: <20130411082519.GD31465@quad.lixom.net> <51671A39.6090105@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51671A39.6090105@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 11, 2013 at 09:16:57PM +0100, Rob Herring wrote: > On 04/11/2013 03:25 AM, Olof Johansson wrote: > > On Mon, Apr 08, 2013 at 12:05:17PM +0100, Stefano Stabellini wrote: > >> Arnd, Olof, > >> do you have any thoughts on this series? > >> Would you be happy to carry it in the arm-soc tree? > >> > >> The last patch, "xen/arm: introduce xen_early_init, use PSCI on xen" has > >> a (small) dependency on this series: > >> > >> http://marc.info/?l=linux-kernel&m=136430893610688&w=2 > >> > >> would you be OK with taking that one too, or should that go through the > >> Xen tree? > > > > I think it'd make sense to get Russell to ack the changes to the core ARM code. > > We can merge the series through arm-soc, or he can take them, whatever is > > easiest for everybody. > > > > Given the dependencies on the second branch it might be easier to merge > > through Russell's tree. > > I'm also dependent on the 1st patch for converting highbank to use PSCI > and am just waiting on a stable branch to base it on. I believe Russell > said he is offline for the next week. By the first patch, do you just mean 6/6 in that series ("[RFC] arm: use PSCI if available"), or do you have dependencies on others in that series too? Will