linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/9] PCI: dwc: MSI-X feature
@ 2018-01-26 16:35 Gustavo Pimentel
  2018-01-26 16:35 ` [PATCH v6 1/9] PCI: dwc: Add IRQ chained API support Gustavo Pimentel
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Gustavo Pimentel @ 2018-01-26 16:35 UTC (permalink / raw)
  To: marc.zyngier, Joao.Pinto, bhelgaas, jingoohan1, kishon
  Cc: linux-pci, m-karicheri2, thomas.petazzoni, minghuan.Lian,
	mingkai.hu, tie-fei.zang, hongxing.zhu, l.stach, niklas.cassel,
	jesper.nilsson, wangzhou1, gabriele.paoloni, svarbanov, nsekhar,
	Gustavo Pimentel

Replaces the use of IRQ domain hierarchy by the IRQ chained used by
pcie-designware and each SoC specific driver in order to allow new and
complex features like MSI-X.

Adds Synopsys Root Complex support for MSI-X feature.

Expands the maximum number of IRQs from 32 to 256 distributed by
a maximum of 8 controller registers.

The patch set was made against the Bjorn's next branch.

Gustavo Pimentel (9):
  PCI: dwc: Add IRQ chained API support
  PCI: dwc: exynos: Switch to use the IRQ chained API
  PCI: dwc: imx6: Switch to use the IRQ chained API
  PCI: dwc: artpec6: Switch to use the IRQ chained API
  PCI: dwc: designware: Switch to use the IRQ chained API
  PCI: dwc: qcom: Switch to use the IRQ chained API
  PCI: dwc: keystone: Switch to use the IRQ chained API
  PCI: dwc: Remove IRQ domain hierarchy API support
  PCI: dwc: Expand maximum number of IRQs from 32 to 256

 drivers/pci/dwc/pci-exynos.c           |  18 --
 drivers/pci/dwc/pci-imx6.c             |  18 --
 drivers/pci/dwc/pci-keystone-dw.c      |  91 +-------
 drivers/pci/dwc/pci-keystone.c         |   1 +
 drivers/pci/dwc/pci-keystone.h         |   4 +-
 drivers/pci/dwc/pci-layerscape.c       |   3 +-
 drivers/pci/dwc/pcie-artpec6.c         |  18 --
 drivers/pci/dwc/pcie-designware-host.c | 402 +++++++++++++++++++--------------
 drivers/pci/dwc/pcie-designware-plat.c |  16 --
 drivers/pci/dwc/pcie-designware.h      |  30 ++-
 drivers/pci/dwc/pcie-qcom.c            |  16 --
 11 files changed, 260 insertions(+), 357 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-02-13 14:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26 16:35 [PATCH v6 0/9] PCI: dwc: MSI-X feature Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 1/9] PCI: dwc: Add IRQ chained API support Gustavo Pimentel
2018-02-09 11:10   ` Marc Zyngier
2018-02-12 17:58     ` Gustavo Pimentel
2018-02-12 18:15       ` Marc Zyngier
2018-01-26 16:35 ` [PATCH v6 2/9] PCI: dwc: exynos: Switch to use the IRQ chained API Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 3/9] PCI: dwc: imx6: " Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 4/9] PCI: dwc: artpec6: " Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 5/9] PCI: dwc: designware: " Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 6/9] PCI: dwc: qcom: " Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 7/9] PCI: dwc: keystone: " Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 8/9] PCI: dwc: Remove IRQ domain hierarchy API support Gustavo Pimentel
2018-01-26 16:35 ` [PATCH v6 9/9] PCI: dwc: Expand maximum number of IRQs from 32 to 256 Gustavo Pimentel
2018-02-12 12:23 ` [PATCH v6 0/9] PCI: dwc: MSI-X feature Lorenzo Pieralisi
2018-02-12 18:14   ` Gustavo Pimentel
2018-02-13 12:29     ` Lorenzo Pieralisi
2018-02-13 12:36       ` Lucas Stach
2018-02-13 14:04         ` Lorenzo Pieralisi

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