linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/10] PCI: dwc: MSI-X feature
@ 2017-12-29 14:21 Gustavo Pimentel
  2017-12-29 14:21 ` [PATCH v4 01/10] PCI: dwc: Add IRQ chained API support Gustavo Pimentel
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Gustavo Pimentel @ 2017-12-29 14:21 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 (10):
  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: keystone: Reuse designware domain allocation
  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      |  86 +------
 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 | 403 +++++++++++++++++++--------------
 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, 257 insertions(+), 356 deletions(-)

-- 
2.7.4

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 14:21 [PATCH v4 00/10] PCI: dwc: MSI-X feature Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 01/10] PCI: dwc: Add IRQ chained API support Gustavo Pimentel
2018-01-17 13:08   ` Kishon Vijay Abraham I
2017-12-29 14:21 ` [PATCH v4 02/10] PCI: dwc: exynos: Switch to use the IRQ chained API Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 03/10] PCI: dwc: imx6: " Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 04/10] PCI: dwc: artpec6: " Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 05/10] PCI: dwc: designware: " Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 06/10] PCI: dwc: qcom: " Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 07/10] PCI: dwc: keystone: " Gustavo Pimentel
2018-01-09  8:30   ` Kishon Vijay Abraham I
2017-12-29 14:21 ` [PATCH v4 08/10] PCI: dwc: keystone: Reuse designware domain allocation Gustavo Pimentel
2018-01-09  8:53   ` Kishon Vijay Abraham I
2017-12-29 14:21 ` [PATCH v4 09/10] PCI: dwc: Remove IRQ domain hierarchy API support Gustavo Pimentel
2017-12-29 14:21 ` [PATCH v4 10/10] PCI: dwc: Expand maximum number of IRQs from 32 to 256 Gustavo Pimentel

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