All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] add new irq api to pcie-designware
@ 2017-12-28 11:56 Gustavo Pimentel
  2017-12-28 11:56 ` [PATCH v3 1/9] pci: adding new irq api to pci-designware Gustavo Pimentel
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Gustavo Pimentel @ 2017-12-28 11:56 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

This patch series adds the new interrupt api to pcie-designware make it
possible to use features like MSIX.
The work consisted of adapting the pcie-designware-host and each SoC
specific driver.
The patch set was made against the Bjorn' next branch.
A new patch set (v3) was created that includes Kishon's fixes (pci end
point error and a dra7xx warning) in file
0007-pci-keystone-SoC-driver-adapted-to-new-irq-API.patch.

Gustavo Pimentel (9):
  pci: adding new irq api to pci-designware
  pci: exynos SoC driver adapted to new irq API
  pci: imx6 SoC driver adapted to new irq API
  pci: artpec6 SoC driver adapted to new irq API
  pci: generic PCIe DW driver adapted to new irq API
  pci: qcom SoC driver adapted to new irq API
  pci: keystone SoC driver adapted to new irq API
  pci: removing old irq api from pcie-designware
  pci: remove limitation of the number of the available IRQs

 drivers/pci/dwc/pci-exynos.c           |  18 --
 drivers/pci/dwc/pci-imx6.c             |  18 --
 drivers/pci/dwc/pci-keystone-dw.c      |  88 +-------
 drivers/pci/dwc/pci-keystone.c         |   1 +
 drivers/pci/dwc/pci-keystone.h         |   4 +-
 drivers/pci/dwc/pci-layerscape.c       |   4 +-
 drivers/pci/dwc/pcie-artpec6.c         |  18 --
 drivers/pci/dwc/pcie-designware-host.c | 391 +++++++++++++++++++--------------
 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, 254 insertions(+), 350 deletions(-)

-- 
2.7.4

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

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

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28 11:56 [PATCH v3 0/9] add new irq api to pcie-designware Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 1/9] pci: adding new irq api to pci-designware Gustavo Pimentel
2017-12-29  9:52   ` Kishon Vijay Abraham I
2017-12-29 18:29     ` Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 2/9] pci: exynos SoC driver adapted to new irq API Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 3/9] pci: imx6 " Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 4/9] pci: artpec6 " Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 5/9] pci: generic PCIe DW " Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 6/9] pci: qcom SoC " Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 7/9] pci: keystone " Gustavo Pimentel
2017-12-28 12:43   ` Kishon Vijay Abraham I
2017-12-28 16:13     ` Jingoo Han
2017-12-29  9:33       ` Gustavo Pimentel
2017-12-29 10:10         ` Kishon Vijay Abraham I
2017-12-29 10:08   ` Kishon Vijay Abraham I
2018-01-02 19:03     ` Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 8/9] pci: removing old irq api from pcie-designware Gustavo Pimentel
2017-12-28 11:56 ` [PATCH v3 9/9] pci: remove limitation of the number of the available IRQs Gustavo Pimentel
2017-12-28 18:56 ` [PATCH v3 0/9] add new irq api to pcie-designware Bjorn Helgaas
2017-12-29 14:07   ` Gustavo Pimentel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.