linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI: move DT PCI functions to PCI core
@ 2018-01-04 21:12 Rob Herring
  2018-01-04 21:12 ` [PATCH 1/3] PCI: move OF related PCI functions into " Rob Herring
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Rob Herring @ 2018-01-04 21:12 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: devicetree, linux-kernel, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, Frank Rowand, linuxppc-dev, linux-pci

Most subsystem specific functions have been moved into the respective
subsystems. Only PCI and networking remain. This series moves most of the
PCI related code to drivers/pci/of.c. Some bus address functions for PCI
remain in of/address.c because we don't have infrastructure to split up
the per bus helper functions.

I expect Bjorn to take this series, so PPC maintainers please ack.

Rob

Rob Herring (3):
  PCI: move OF related PCI functions into PCI core
  powerpc/pci: use of_irq_parse_and_map_pci helper
  PCI: make of_irq_parse_pci static

 arch/arm/mach-mvebu/Kconfig      |   1 -
 arch/powerpc/kernel/pci-common.c |   8 +-
 drivers/of/Kconfig               |  16 --
 drivers/of/Makefile              |   2 -
 drivers/of/address.c             |   8 +-
 drivers/of/of_pci.c              | 384 -----------------------------
 drivers/of/of_pci_irq.c          | 131 ----------
 drivers/pci/of.c                 | 505 +++++++++++++++++++++++++++++++++++++++
 include/linux/of_pci.h           |   8 +-
 9 files changed, 510 insertions(+), 553 deletions(-)
 delete mode 100644 drivers/of/of_pci.c
 delete mode 100644 drivers/of/of_pci_irq.c

--
2.14.1

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

end of thread, other threads:[~2018-01-19 11:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 21:12 [PATCH 0/3] PCI: move DT PCI functions to PCI core Rob Herring
2018-01-04 21:12 ` [PATCH 1/3] PCI: move OF related PCI functions into " Rob Herring
2018-01-04 21:12 ` [PATCH 2/3] powerpc/pci: use of_irq_parse_and_map_pci helper Rob Herring
2018-01-04 21:12 ` [PATCH 3/3] PCI: make of_irq_parse_pci static Rob Herring
2018-01-17 23:33 ` [PATCH 0/3] PCI: move DT PCI functions to PCI core Bjorn Helgaas
2018-01-17 23:55 ` Bjorn Helgaas
2018-01-19 11:16   ` Michael Ellerman

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).