All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] PCI/MSI: Remove arch_msi_check_device()
@ 2014-09-07 18:57 ` Alexander Gordeev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexander Gordeev @ 2014-09-07 18:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: Alexander Gordeev, Thomas Gleixner, Jason Cooper,
	Michael Ellerman, linuxppc-dev, linux-pci

Hello,

This is a cleanup effort to get rid of arch_msi_check_device() function.

I am sending v2 series, since kbuild for v1 reports compile errors on
ppc4xx and Armada 370. Still, I have not checked the fixes on these
platforms.

Changes since v1:
  - patch 1: 'pdev' undeclared compile error fixed on ppc4xx. I updated
             changelog and removed ACK from this patch in case there are
             any objections;

  - patch 2: 'struct msi_chip' has no 'check_device' error fixed on
             Armada 370 - armada_370_xp_check_msi_device() hook removed;

  - patch 3: msi_check_device() renamed to pci_msi_supported(). This is
             the very same patch I sent earlier;

Thanks!

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-pci@vger.kernel.org

Alexander Gordeev (3):
  patch 1 - PCI/MSI/PPC: Remove arch_msi_check_device()
  patch 2 - PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()
  patch 3 - PCI/MSI: Remove arch_msi_check_device()

 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/irqchip/irq-armada-370-xp.c    | 14 +++-------
 drivers/pci/msi.c                      | 49 +++++++++-------------------------
 include/linux/msi.h                    |  3 ---
 13 files changed, 67 insertions(+), 171 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-09-23 21:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-07 18:57 [PATCH v2 0/3] PCI/MSI: Remove arch_msi_check_device() Alexander Gordeev
2014-09-07 18:57 ` Alexander Gordeev
2014-09-07 18:57 ` [PATCH v2 1/3] PCI/MSI/PPC: " Alexander Gordeev
2014-09-07 18:57   ` Alexander Gordeev
2014-09-15  2:42   ` Michael Ellerman
2014-09-15  2:42     ` Michael Ellerman
2014-09-15  8:34     ` Alexander Gordeev
2014-09-15  8:34       ` Alexander Gordeev
2014-09-07 18:57 ` [PATCH v2 2/3] PCI/MSI/Armada-370-xp: " Alexander Gordeev
2014-09-08 11:16   ` Jason Cooper
2014-09-15  8:36     ` Alexander Gordeev
2014-09-17 15:55   ` Jason Cooper
2014-09-17 16:17     ` Alexander Gordeev
2014-09-07 18:57 ` [PATCH v2 3/3] PCI/MSI: " Alexander Gordeev
2014-09-07 18:57   ` Alexander Gordeev
2014-09-23 20:58   ` Bjorn Helgaas
2014-09-23 20:58     ` Bjorn Helgaas
2014-09-17 15:25 ` [PATCH v2 0/3] " Thomas Petazzoni
2014-09-17 15:25   ` Thomas Petazzoni
2014-09-23 21:01 ` Bjorn Helgaas
2014-09-23 21:01   ` Bjorn Helgaas

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.