Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933913AbbGUWDa (ORCPT ); Tue, 21 Jul 2015 18:03:30 -0400 Received: from www.linutronix.de ([62.245.132.108]:35464 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933668AbbGUWD1 (ORCPT ); Tue, 21 Jul 2015 18:03:27 -0400 Date: Wed, 22 Jul 2015 00:02:50 +0200 (CEST) From: Thomas Gleixner To: Paul Gortmaker cc: Jiang Liu , Bjorn Helgaas , Ingo Molnar , Grant Likely , Marc Zyngier , Stuart Yoder , Yijing Wang , Borislav Petkov , Greg Kroah-Hartman , Joe Perches , Dmitry Torokhov , "Luis R. Rodriguez" , "Rafael J. Wysocki" , Joerg Roedel , Alexander Gordeev , Tony Luck , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device In-Reply-To: <20150710001936.GD6957@windriver.com> Message-ID: References: <1436428847-8886-1-git-send-email-jiang.liu@linux.intel.com> <1436428847-8886-10-git-send-email-jiang.liu@linux.intel.com> <20150710001936.GD6957@windriver.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 26 On Thu, 9 Jul 2015, Paul Gortmaker wrote: > [[RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device] On 09/07/2015 (Thu 16:00) Jiang Liu wrote: > > > Move msi_list from struct pci_dev into struct device, so we could support > > non-PCI-device based generic MSI interrupts. > > This is not just a simple move, as the new instances are within a > Kconfig option. I did not get the 0/12 so I don't know if this is > expected, but the commit log here does not seem stand-alone enough > to get through on its own merits; it needs more details. config PCI_MSI select GENERIC_MSI_IRQ So it's not changing anything, but I agree it might be mentioned in the changelog. Thanks, tglx -- 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/