Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753585AbaBXQ3N (ORCPT ); Mon, 24 Feb 2014 11:29:13 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:58993 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752645AbaBXQ3J (ORCPT ); Mon, 24 Feb 2014 11:29:09 -0500 Date: Mon, 24 Feb 2014 16:29:02 +0000 From: Lee Jones To: Alexander Gordeev Cc: linux-kernel@vger.kernel.org, Samuel Ortiz , linux-pci@vger.kernel.org Subject: Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix() Message-ID: <20140224162902.GI15847@lee--X1> References: <1392804931-30671-3-git-send-email-agordeev@redhat.com> <20140219114424.GD10504@lee--X1> <20140221165606.GH17353@dhcp-26-207.brq.redhat.com> <20140221165809.GI17353@dhcp-26-207.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140221165809.GI17353@dhcp-26-207.brq.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Feb 2014, Alexander Gordeev wrote: > As result of deprecation of MSI-X/MSI enablement functions > pci_enable_msix() and pci_enable_msi_block() all drivers > using these two interfaces need to be updated to use the > new pci_enable_msi_range() or pci_enable_msi_exact() > and pci_enable_msix_range() or pci_enable_msix_exact() > interfaces. > > Signed-off-by: Alexander Gordeev > Cc: Samuel Ortiz > Cc: Lee Jones > Cc: linux-pci@vger.kernel.org > --- > drivers/mfd/timberdale.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/