From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f170.google.com ([209.85.223.170]:50647 "EHLO mail-ie0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756313Ab3LSWa3 (ORCPT ); Thu, 19 Dec 2013 17:30:29 -0500 Received: by mail-ie0-f170.google.com with SMTP id qd12so2257835ieb.29 for ; Thu, 19 Dec 2013 14:30:28 -0800 (PST) Date: Thu, 19 Dec 2013 15:30:23 -0700 From: Bjorn Helgaas To: Alexander Gordeev Cc: linux-kernel@vger.kernel.org, Michael Ellerman , Benjamin Herrenschmidt , Tejun Heo , Ben Hutchings , David Laight , Mark Lord , "H. Peter Anvin" , linux-pci@vger.kernel.org Subject: Re: [PATCH v4 0/9] PCI/MSI: Introduce pci_auto_enable_msi*() family helpers Message-ID: <20131219223023.GD15201@google.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Mon, Dec 16, 2013 at 09:34:53AM +0100, Alexander Gordeev wrote: > Alexander Gordeev (9): > PCI/MSI/s390: Fix single MSI only check > PCI/MSI/s390: Remove superfluous check of MSI type > PCI/MSI: Fix return value when populate_msi_sysfs() failed > PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1 > PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int I applied the patches above to pci/msi for v3.14 to get them out of the way. > PCI/MSI: Factor out pci_get_msi_vec_count() interface > PCI/MSI: Get rid of pci_enable_msi_block_auto() interface > PCI/MSI: Introduce pci_get_msix_vec_count() interface > PCI/MSI: Introduce pci_auto_enable_msi*() family helpers