linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Move MSI related PCI controller ops to pci_controller_ops
@ 2015-04-14  4:27 Daniel Axtens
  2015-04-14  4:27 ` [PATCH 01/10] powerpc: Add MSI operations to pci_controller_ops struct Daniel Axtens
                   ` (9 more replies)
  0 siblings, 10 replies; 29+ messages in thread
From: Daniel Axtens @ 2015-04-14  4:27 UTC (permalink / raw)
  To: linuxppc-dev, benh, mpe; +Cc: Daniel Axtens

This patch set moves MSI related PCI controller operations out of
ppc_md and into the pci_controller_ops struct.

This is a follow up to the previous patch series creating the
pci_controller_ops structure. [1]

This series follows the same structure:

 - Add functions to pci_controller_ops struct, patch call sites to
   call struct functions if available, in preference to ppc_md
   funtions.

 - Move affected platforms and subsystems over one by one.

 - Remove shims, remove from ppc_md.

The set has been build tested for PowerNV, pseries, Cell, PaSemi,
ppc44x and Corenet 64 (for fsl_pci). It builds at every point in the
series. It has been boot-tested on pseries.

It depends on my previous patch series. As such, it is based on
today's linux-next.

[1] https://lkml.kernel.org/r/1427778057-9505-1-git-send-email-dja@axtens.net

Daniel Axtens (10):
  powerpc: Add MSI operations to pci_controller_ops struct
  powerpc/powernv: Move MSI-related ops to pci_controller_ops
  powerpc/cell: Move MSI-related ops to pci_controller_ops
  powerpc/pseries: Move MSI-related ops to pci_controller_ops
  powerpc/fsl_msi: Move MSI-related ops to pci_controller_ops
  powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_ops
  powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops
  powerpc/mpic_pasemi_msi: Move MSI-related ops to pci_controller_ops
  powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_ops
  powerpc: Remove MSI-related PCI controller ops from ppc_md

 arch/powerpc/include/asm/machdep.h     |  6 ------
 arch/powerpc/include/asm/pci-bridge.h  |  6 ++++++
 arch/powerpc/kernel/msi.c              | 11 ++++++++---
 arch/powerpc/platforms/cell/axon_msi.c |  5 +++--
 arch/powerpc/platforms/powernv/pci.c   | 10 ++++------
 arch/powerpc/platforms/pseries/msi.c   |  8 +++++---
 arch/powerpc/sysdev/fsl_msi.c          | 23 +++++++++++++++--------
 arch/powerpc/sysdev/mpic_pasemi_msi.c  |  9 ++++++---
 arch/powerpc/sysdev/mpic_u3msi.c       |  9 ++++++---
 arch/powerpc/sysdev/ppc4xx_hsta_msi.c  |  7 +++++--
 arch/powerpc/sysdev/ppc4xx_msi.c       |  7 +++++--
 11 files changed, 63 insertions(+), 38 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-07-13  9:33 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14  4:27 [PATCH 00/10] Move MSI related PCI controller ops to pci_controller_ops Daniel Axtens
2015-04-14  4:27 ` [PATCH 01/10] powerpc: Add MSI operations to pci_controller_ops struct Daniel Axtens
2015-04-14  4:27 ` [PATCH 02/10] powerpc/powernv: Move MSI-related ops to pci_controller_ops Daniel Axtens
2015-04-14  4:27 ` [PATCH 03/10] powerpc/cell: " Daniel Axtens
2015-04-14  4:27 ` [PATCH 04/10] powerpc/pseries: " Daniel Axtens
2015-04-14  4:27 ` [PATCH 05/10] powerpc/fsl_msi: " Daniel Axtens
2015-04-14  4:27 ` [PATCH 06/10] powerpc/ppc4xx_msi: " Daniel Axtens
2015-04-14  4:28 ` [PATCH 07/10] powerpc/ppc4xx_hsta_msi: " Daniel Axtens
2015-04-14  4:28 ` [PATCH 08/10] powerpc/mpic_pasemi_msi: " Daniel Axtens
2015-07-07 10:50   ` PASEMI: PA6T board doesn't boot with the RC1 of kernel 4.2 anymore Christian Zigotzky
2015-07-07 11:25     ` Christian Zigotzky
2015-07-07 12:44       ` Christian Zigotzky
2015-07-08 18:00         ` Christian Zigotzky
2015-07-08 22:36           ` Benjamin Herrenschmidt
2015-07-09  1:42             ` Michael Ellerman
2015-07-09  5:19               ` Christian Zigotzky
2015-07-09  7:07                 ` Michael Ellerman
2015-07-09  7:53               ` Benjamin Herrenschmidt
2015-07-09  8:50                 ` Christian Zigotzky
2015-07-09  9:12                 ` Christian Zigotzky
2015-07-09  9:52                   ` Denis Kirjanov
2015-07-09 10:37                     ` Christian Zigotzky
2015-07-13  6:47                     ` Benjamin Herrenschmidt
2015-07-13  9:33                       ` Denis Kirjanov
2015-07-09 22:27           ` Christian Zigotzky
2015-07-10  6:51             ` Christian Zigotzky
2015-07-13  6:44             ` Benjamin Herrenschmidt
2015-04-14  4:28 ` [PATCH 09/10] powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_ops Daniel Axtens
2015-04-14  4:28 ` [PATCH 10/10] powerpc: Remove MSI-related PCI controller ops from ppc_md Daniel Axtens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).