From: Alexander Gordeev <agordeev@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Alexander Gordeev <agordeev@redhat.com>,
Frank Haverkamp <haver@linux.vnet.ibm.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org,
linux-s390@vger.kernel.org, x86@kernel.org,
linux-pci@vger.kernel.org
Subject: [PATCH 0/2] Phase out pci_enable_msi_block()
Date: Mon, 14 Apr 2014 09:14:05 +0200 [thread overview]
Message-ID: <cover.1397458024.git.agordeev@redhat.com> (raw)
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 <haver@linux.vnet.ibm.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Gordeev <agordeev@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: linux-s390@vger.kernel.org, linux-mips@linux-mips.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
x86@kernel.org, Alexander Gordeev <agordeev@redhat.com>,
linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
Frank Haverkamp <haver@linux.vnet.ibm.com>
Subject: [PATCH 0/2] Phase out pci_enable_msi_block()
Date: Mon, 14 Apr 2014 09:14:05 +0200 [thread overview]
Message-ID: <cover.1397458024.git.agordeev@redhat.com> (raw)
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 <haver@linux.vnet.ibm.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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
next reply other threads:[~2014-04-14 7:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-14 7:14 Alexander Gordeev [this message]
2014-04-14 7:14 ` [PATCH 0/2] Phase out pci_enable_msi_block() Alexander Gordeev
2014-04-14 7:14 ` [PATCH 1/2] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block() Alexander Gordeev
2014-04-14 11:54 ` Greg Kroah-Hartman
2014-04-25 18:19 ` Bjorn Helgaas
2014-04-25 18:27 ` Greg Kroah-Hartman
2014-04-14 7:14 ` [PATCH 2/2] PCI/MSI: Phase out pci_enable_msi_block() Alexander Gordeev
2014-04-14 7:14 ` Alexander Gordeev
2014-04-14 12:09 ` Alexander Gordeev
2014-04-14 12:09 ` Alexander Gordeev
2014-04-14 13:28 ` Alexander Gordeev
2014-04-14 13:28 ` Alexander Gordeev
2014-04-30 21:19 ` Alexander Gordeev
2014-04-30 21:19 ` Alexander Gordeev
2014-04-30 23:49 ` Bjorn Helgaas
2014-04-30 23:49 ` Bjorn Helgaas
2014-05-01 16:07 ` Alexander Gordeev
2014-05-01 16:07 ` Alexander Gordeev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1397458024.git.agordeev@redhat.com \
--to=agordeev@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=haver@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.