From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:59035 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754377Ab3HLRwH (ORCPT ); Mon, 12 Aug 2013 13:52:07 -0400 Message-ID: <520920C1.5040904@wwwdotorg.org> Date: Mon, 12 Aug 2013 11:52:01 -0600 From: Stephen Warren MIME-Version: 1.0 To: Jason Cooper CC: Thomas Petazzoni , Lior Amsalem , Andrew Lunn , Russell King , Maen Suleiman , linux-pci@vger.kernel.org, Rob Herring , Gregory Clement , Thierry Reding , Ezequiel Garcia , Benjamin Herrenschmidt , Bjorn Helgaas , Thomas Gleixner , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCHv9 00/10] MSI support for Marvell EBU PCIe driver References: <1376080035-29344-1-git-send-email-thomas.petazzoni@free-electrons.com> <20130812163723.GK25111@titan.lakedaemon.net> <520916E0.5030404@wwwdotorg.org> <20130812174439.GO25111@titan.lakedaemon.net> In-Reply-To: <20130812174439.GO25111@titan.lakedaemon.net> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-pci-owner@vger.kernel.org List-ID: On 08/12/2013 11:44 AM, Jason Cooper wrote: > On Mon, Aug 12, 2013 at 11:09:52AM -0600, Stephen Warren wrote: >> On 08/12/2013 10:37 AM, Jason Cooper wrote: >>> Thomas, >>> >>> Whole series applied as follows: >>> >>> +---+ mvebu/msi_pci (1-4,7) >>> | >>> +---+---+ mvebu/msi_irq (5,6) >>> | >>> +---+---+ mvebu/msi_mvebu (8-10) >>> >>> mvebu/msi_pci built successfully with Randy's config for x86_64. >>> >>> Thierry, I've tagged mvebu/msi_pci. Unless it all falls apart in -next, >>> those commit-id's won't change from what will be in arm-soc. >> >> So, the branch still isn't stable, hence I shouldn't use it as a >> baseline to apply Thierry's PCIe patches? > > It's as stable as I can make it. I've tested it for all known build > regressions (discovered in -next), and I see no reason to change it. > Anything needing fixed after today, I'll append the fix to it's HEAD if > appropriate. OK, if you will only append fixes rather than rebase the branch, then it's fine; what you said above implied that the commit IDs still might change. So, I'll try pulling this in with Thierry's patches today. Thanks.