From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by ozlabs.org (Postfix) with ESMTP id 4021714008C for ; Mon, 14 Apr 2014 17:12:35 +1000 (EST) From: Alexander Gordeev To: linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Phase out pci_enable_msi_block() Date: Mon, 14 Apr 2014 09:14:05 +0200 Message-Id: Cc: linux-s390@vger.kernel.org, linux-mips@linux-mips.org, Greg Kroah-Hartman , x86@kernel.org, Alexander Gordeev , linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Frank Haverkamp List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, This series is against 3.15-rc1. This update obsoletes pci_enable_msi_block() function in favor of pci_enable_msi_range() and pci_enable_msi_exact(). Cc: Frank Haverkamp Cc: Greg Kroah-Hartman Cc: linux-mips@linux-mips.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-s390@vger.kernel.org Cc: x86@kernel.org Cc: linux-pci@vger.kernel.org Alexander Gordeev (2): GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block() PCI/MSI: Phase out pci_enable_msi_block() drivers/misc/genwqe/card_utils.c | 2 +- drivers/pci/msi.c | 79 ++++++++++++++++---------------------- include/linux/pci.h | 5 +-- 3 files changed, 35 insertions(+), 51 deletions(-) -- 1.7.7.6