linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Tango PCIe host bridge MSI support + required API
@ 2017-08-29 14:19 Marc Gonzalez
  2017-08-29 14:25 ` [PATCH 1/3] of/pci: Add dma-ranges parsing support Marc Gonzalez
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Marc Gonzalez @ 2017-08-29 14:19 UTC (permalink / raw)
  To: Bjorn Helgaas, Marc Zyngier
  Cc: Mason, linux-pci, Thibaud Cornic, Liviu Dudau, Robin Murphy,
	Linux ARM

Bjorn, Marc,

This patch-set includes
	[PATCH v11] PCI: tango: Add MSI controller support
with the doorbell address parsed from DT instead of hard-coded
in the driver.

A wrapper to parse dma-ranges was added to drivers/of/address.c

A few drivers were converted to use the new wrapper.

Marc Gonzalez (3):
  of/pci: Add dma-ranges parsing support
  PCI: Use of_pci_dma_range_parser_init API
  PCI: tango: Add MSI controller support

 drivers/of/address.c             |  19 +++-
 drivers/pci/host/pci-ftpci100.c  |  20 +---
 drivers/pci/host/pci-rcar-gen2.c |  20 +---
 drivers/pci/host/pci-xgene.c     |  20 +---
 drivers/pci/host/pcie-iproc.c    |  20 +---
 drivers/pci/host/pcie-rcar.c     |  20 +---
 drivers/pci/host/pcie-tango.c    | 205 ++++++++++++++++++++++++++++++++++++++-
 include/linux/of_address.h       |  10 +-
 8 files changed, 232 insertions(+), 102 deletions(-)

-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2017-09-13  7:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 14:19 [PATCH 0/3] Tango PCIe host bridge MSI support + required API Marc Gonzalez
2017-08-29 14:25 ` [PATCH 1/3] of/pci: Add dma-ranges parsing support Marc Gonzalez
2017-08-31 11:55   ` Linus Walleij
2017-09-01 18:27   ` Rob Herring
2017-08-29 14:27 ` [PATCH 2/3] PCI: Use of_pci_dma_range_parser_init API Marc Gonzalez
2017-08-31 13:53   ` Linus Walleij
2017-08-29 14:32 ` [PATCH v11 3/3] PCI: tango: Add MSI controller support Marc Gonzalez
2017-09-13  7:57 ` [PATCH 0/3] Tango PCIe host bridge MSI support + required API Marc Gonzalez

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