From: Bjorn Helgaas <bhelgaas@google.com>
To: Alexander Gordeev <agordeev@redhat.com>
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-pci@vger.kernel.org
Subject: Re: [PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
Date: Fri, 5 Sep 2014 15:25:28 -0600 [thread overview]
Message-ID: <20140905212528.GG8080@google.com> (raw)
In-Reply-To: <cover.1405160163.git.agordeev@redhat.com>
On Sat, Jul 12, 2014 at 01:21:06PM +0200, Alexander Gordeev wrote:
> Hello,
>
> This is a cleanup effort to get rid of useless arch_msi_check_device().
> I am not sure what were the reasons for its existence in the first place,
> but at the moment it appears totally unnecessary.
>
> Thanks!
>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: linux-pci@vger.kernel.org
>
> Alexander Gordeev (2):
> PCI/MSI/PPC: Remove arch_msi_check_device()
> PCI/MSI: Remove arch_msi_check_device()
I applied these (with Michael's ack on the first, and v2 of the second) to
pci/msi for v3.18, thanks!
>
> arch/powerpc/include/asm/machdep.h | 2 -
> arch/powerpc/kernel/msi.c | 12 +-------
> arch/powerpc/platforms/cell/axon_msi.c | 9 ------
> arch/powerpc/platforms/powernv/pci.c | 19 +++---------
> arch/powerpc/platforms/pseries/msi.c | 42
> ++++++++++----------------- arch/powerpc/sysdev/fsl_msi.c |
> 12 ++------ arch/powerpc/sysdev/mpic_pasemi_msi.c | 11 +------
> arch/powerpc/sysdev/mpic_u3msi.c | 28 +++++++-----------
> arch/powerpc/sysdev/ppc4xx_hsta_msi.c | 18 ++++--------
> arch/powerpc/sysdev/ppc4xx_msi.c | 19 ++++--------
> drivers/pci/msi.c | 49
> ++++++++----------------------- include/linux/msi.h |
> 3 -- 12 files changed, 63 insertions(+), 161 deletions(-)
>
> -- 1.7.7.6
>
> -- To unsubscribe from this list: send the line "unsubscribe linux-pci"
> in the body of a message to majordomo@vger.kernel.org More majordomo info
> at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <bhelgaas@google.com>
To: Alexander Gordeev <agordeev@redhat.com>
Cc: linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
Date: Fri, 5 Sep 2014 15:25:28 -0600 [thread overview]
Message-ID: <20140905212528.GG8080@google.com> (raw)
In-Reply-To: <cover.1405160163.git.agordeev@redhat.com>
On Sat, Jul 12, 2014 at 01:21:06PM +0200, Alexander Gordeev wrote:
> Hello,
>
> This is a cleanup effort to get rid of useless arch_msi_check_device().
> I am not sure what were the reasons for its existence in the first place,
> but at the moment it appears totally unnecessary.
>
> Thanks!
>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: linux-pci@vger.kernel.org
>
> Alexander Gordeev (2):
> PCI/MSI/PPC: Remove arch_msi_check_device()
> PCI/MSI: Remove arch_msi_check_device()
I applied these (with Michael's ack on the first, and v2 of the second) to
pci/msi for v3.18, thanks!
>
> arch/powerpc/include/asm/machdep.h | 2 -
> arch/powerpc/kernel/msi.c | 12 +-------
> arch/powerpc/platforms/cell/axon_msi.c | 9 ------
> arch/powerpc/platforms/powernv/pci.c | 19 +++---------
> arch/powerpc/platforms/pseries/msi.c | 42
> ++++++++++----------------- arch/powerpc/sysdev/fsl_msi.c |
> 12 ++------ arch/powerpc/sysdev/mpic_pasemi_msi.c | 11 +------
> arch/powerpc/sysdev/mpic_u3msi.c | 28 +++++++-----------
> arch/powerpc/sysdev/ppc4xx_hsta_msi.c | 18 ++++--------
> arch/powerpc/sysdev/ppc4xx_msi.c | 19 ++++--------
> drivers/pci/msi.c | 49
> ++++++++----------------------- include/linux/msi.h |
> 3 -- 12 files changed, 63 insertions(+), 161 deletions(-)
>
> -- 1.7.7.6
>
> -- To unsubscribe from this list: send the line "unsubscribe linux-pci"
> in the body of a message to majordomo@vger.kernel.org More majordomo info
> at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-09-05 21:25 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-12 11:21 [PATCH 0/2] PCI/MSI: Remove arch_msi_check_device() Alexander Gordeev
2014-07-12 11:21 ` Alexander Gordeev
2014-07-12 11:21 ` [PATCH 1/2] PCI/MSI/PPC: " Alexander Gordeev
2014-07-12 11:21 ` Alexander Gordeev
2014-07-31 13:53 ` Alexander Gordeev
2014-07-31 13:53 ` Alexander Gordeev
2014-08-19 7:50 ` Alexander Gordeev
2014-08-19 7:50 ` Alexander Gordeev
2014-08-29 8:41 ` Michael Ellerman
2014-08-29 8:41 ` Michael Ellerman
2014-07-12 11:21 ` [PATCH 2/2] PCI/MSI: " Alexander Gordeev
2014-07-12 11:21 ` Alexander Gordeev
2014-07-14 2:11 ` Yijing Wang
2014-07-14 2:11 ` Yijing Wang
2014-07-14 9:55 ` Alexander Gordeev
2014-07-14 9:55 ` Alexander Gordeev
2014-07-16 22:20 ` Bjorn Helgaas
2014-07-16 22:20 ` Bjorn Helgaas
2014-07-17 10:22 ` Alexander Gordeev
2014-07-17 10:22 ` Alexander Gordeev
2014-08-11 11:45 ` [PATCH v2 " Alexander Gordeev
2014-08-11 11:45 ` Alexander Gordeev
2014-08-11 14:33 ` Bharat.Bhushan
2014-08-11 14:33 ` Bharat.Bhushan
2014-08-11 19:35 ` Alexander Gordeev
2014-08-11 19:35 ` Alexander Gordeev
2014-09-05 21:25 ` Bjorn Helgaas [this message]
2014-09-05 21:25 ` [PATCH 0/2] " Bjorn Helgaas
2014-09-05 21:27 ` Bjorn Helgaas
2014-09-05 21:27 ` Bjorn Helgaas
2014-09-07 19:07 ` Alexander Gordeev
2014-09-07 19:07 ` Alexander Gordeev
2014-09-09 0:43 ` Michael Ellerman
2014-09-09 0:43 ` Michael Ellerman
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=20140905212528.GG8080@google.com \
--to=bhelgaas@google.com \
--cc=agordeev@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.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.