From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 06 Jul 2013 18:33:53 +0200 (CEST) Received: from mail.free-electrons.com ([94.23.35.102]:35920 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6823081Ab3GFQduherT8 (ORCPT ); Sat, 6 Jul 2013 18:33:50 +0200 Received: by mail.free-electrons.com (Postfix, from userid 106) id 150047D2; Sat, 6 Jul 2013 18:33:43 +0200 (CEST) Received: from skate (AToulouse-651-1-103-169.w109-222.abo.wanadoo.fr [109.222.70.169]) by mail.free-electrons.com (Postfix) with ESMTPSA id C0ED57A6; Sat, 6 Jul 2013 18:33:41 +0200 (CEST) Date: Sat, 6 Jul 2013 18:33:41 +0200 From: Thomas Petazzoni To: Jason Cooper Cc: Bjorn Helgaas , Lior Amsalem , "linux-mips@linux-mips.org" , "linux-ia64@vger.kernel.org" , Andrew Lunn , "linux-pci@vger.kernel.org" , Heiko Carstens , Grant Likely , Thierry Reding , Paul Mackerras , "H. Peter Anvin" , sparclinux@vger.kernel.org, linux-s390@vger.kernel.org, Russell King , "x86@kernel.org" , Ingo Molnar , Ezequiel Garcia , Benjamin Herrenschmidt , Fenghua Yu , Chris Metcalf , Rob Herring , Gregory Clement , Thomas Gleixner , linux-arm , Tony Luck , Ralf Baechle , Maen Suleiman , Martin Schwidefsky , linux390@de.ibm.com, linuxppc-dev , "David S. Miller" Subject: Re: [PATCHv4 03/11] pci: remove ARCH_SUPPORTS_MSI kconfig option Message-ID: <20130706183341.379d2fea@skate> In-Reply-To: <20130706161743.GM2569@titan.lakedaemon.net> References: <1372686136-1370-1-git-send-email-thomas.petazzoni@free-electrons.com> <1372686136-1370-4-git-send-email-thomas.petazzoni@free-electrons.com> <20130705234501.1341f52e@skate> <20130706135433.GL2569@titan.lakedaemon.net> <20130706161743.GM2569@titan.lakedaemon.net> Organization: Free Electrons X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.17; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37277 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: thomas.petazzoni@free-electrons.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Dear Jason Cooper, On Sat, 6 Jul 2013 12:17:43 -0400, Jason Cooper wrote: > > > If we end up handling this the same as the of/pci & mvebu-pcie series > > > (whole series through mvebu -> arm-soc) I can have it up in -next within > > > a few days of -rc1. Just let me know. > > > > That sounds fine with me. I don't think it's worth trying to split > > out the drivers/pci stuff and trying to coordinate it going through > > different trees. > > Ok, will do. > > Thomas, I assume there will be one more version to address Bjorn's last > comments? Yes, indeed. I was waiting to see if Thierry Redding would give some additional feedback on Bjorn's comment, but if he doesn't, I'll resend an updated version, most likely next week. Thanks! Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.35.102]) by ozlabs.org (Postfix) with ESMTP id 2C8292C009A for ; Sun, 7 Jul 2013 02:33:47 +1000 (EST) Date: Sat, 6 Jul 2013 18:33:41 +0200 From: Thomas Petazzoni To: Jason Cooper Subject: Re: [PATCHv4 03/11] pci: remove ARCH_SUPPORTS_MSI kconfig option Message-ID: <20130706183341.379d2fea@skate> In-Reply-To: <20130706161743.GM2569@titan.lakedaemon.net> References: <1372686136-1370-1-git-send-email-thomas.petazzoni@free-electrons.com> <1372686136-1370-4-git-send-email-thomas.petazzoni@free-electrons.com> <20130705234501.1341f52e@skate> <20130706135433.GL2569@titan.lakedaemon.net> <20130706161743.GM2569@titan.lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Lior Amsalem , Andrew Lunn , "linux-ia64@vger.kernel.org" , "linux-mips@linux-mips.org" , "linux-pci@vger.kernel.org" , Heiko Carstens , Gregory Clement , Thierry Reding , Paul Mackerras , "H. Peter Anvin" , sparclinux@vger.kernel.org, linux-s390@vger.kernel.org, Russell King , "x86@kernel.org" , Ingo Molnar , Ezequiel Garcia , Fenghua Yu , Chris Metcalf , Rob Herring , Bjorn Helgaas , Thomas Gleixner , linux-arm , Tony Luck , Ralf Baechle , Maen Suleiman , Martin Schwidefsky , linux390@de.ibm.com, linuxppc-dev , "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Dear Jason Cooper, On Sat, 6 Jul 2013 12:17:43 -0400, Jason Cooper wrote: > > > If we end up handling this the same as the of/pci & mvebu-pcie series > > > (whole series through mvebu -> arm-soc) I can have it up in -next within > > > a few days of -rc1. Just let me know. > > > > That sounds fine with me. I don't think it's worth trying to split > > out the drivers/pci stuff and trying to coordinate it going through > > different trees. > > Ok, will do. > > Thomas, I assume there will be one more version to address Bjorn's last > comments? Yes, indeed. I was waiting to see if Thierry Redding would give some additional feedback on Bjorn's comment, but if he doesn't, I'll resend an updated version, most likely next week. Thanks! Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Sat, 6 Jul 2013 18:33:41 +0200 Subject: [PATCHv4 03/11] pci: remove ARCH_SUPPORTS_MSI kconfig option In-Reply-To: <20130706161743.GM2569@titan.lakedaemon.net> References: <1372686136-1370-1-git-send-email-thomas.petazzoni@free-electrons.com> <1372686136-1370-4-git-send-email-thomas.petazzoni@free-electrons.com> <20130705234501.1341f52e@skate> <20130706135433.GL2569@titan.lakedaemon.net> <20130706161743.GM2569@titan.lakedaemon.net> Message-ID: <20130706183341.379d2fea@skate> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dear Jason Cooper, On Sat, 6 Jul 2013 12:17:43 -0400, Jason Cooper wrote: > > > If we end up handling this the same as the of/pci & mvebu-pcie series > > > (whole series through mvebu -> arm-soc) I can have it up in -next within > > > a few days of -rc1. Just let me know. > > > > That sounds fine with me. I don't think it's worth trying to split > > out the drivers/pci stuff and trying to coordinate it going through > > different trees. > > Ok, will do. > > Thomas, I assume there will be one more version to address Bjorn's last > comments? Yes, indeed. I was waiting to see if Thierry Redding would give some additional feedback on Bjorn's comment, but if he doesn't, I'll resend an updated version, most likely next week. Thanks! Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com