linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] PCI: uniphier: Add features for UniPhier PCIe host controller
@ 2020-05-15  9:58 Kunihiko Hayashi
  2020-05-15  9:58 ` [PATCH v2 1/5] PCI: dwc: Add msi_host_isr() callback Kunihiko Hayashi
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Kunihiko Hayashi @ 2020-05-15  9:58 UTC (permalink / raw)
  To: Bjorn Helgaas, Lorenzo Pieralisi, Jingoo Han, Gustavo Pimentel,
	Rob Herring, Masahiro Yamada
  Cc: linux-pci, devicetree, linux-arm-kernel, linux-kernel,
	Masami Hiramatsu, Jassi Brar, Kunihiko Hayashi

This series adds some features for UniPhier PCIe host controller.

- Add support for PME and AER invoked by MSI interrupt
- Add iATU register view support for PCIe version >= 4.80
- Add an error message when failing to get phy driver

This adds a new function called by MSI handler in DesignWare PCIe framework,
that invokes PME and AER funcions to detect the factor from SoC-dependent
registers.

Changes since v1:
- Add check if struct resource is NULL
- Fix warning in the type of dev_err() argument

Kunihiko Hayashi (5):
  PCI: dwc: Add msi_host_isr() callback
  PCI: uniphier: Add misc interrupt handler to invoke PME and AER
  dt-bindings: PCI: uniphier: Add iATU register description
  PCI: uniphier: Add iATU register support
  PCI: uniphier: Add error message when failed to get phy

 .../devicetree/bindings/pci/uniphier-pcie.txt      |  1 +
 drivers/pci/controller/dwc/pcie-designware-host.c  |  8 +--
 drivers/pci/controller/dwc/pcie-designware.h       |  1 +
 drivers/pci/controller/dwc/pcie-uniphier.c         | 67 +++++++++++++++++-----
 4 files changed, 60 insertions(+), 17 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-06-02  9:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  9:58 [PATCH v2 0/5] PCI: uniphier: Add features for UniPhier PCIe host controller Kunihiko Hayashi
2020-05-15  9:58 ` [PATCH v2 1/5] PCI: dwc: Add msi_host_isr() callback Kunihiko Hayashi
2020-05-15 13:20   ` Gustavo Pimentel
2020-05-15  9:59 ` [PATCH v2 2/5] PCI: uniphier: Add misc interrupt handler to invoke PME and AER Kunihiko Hayashi
2020-05-15 13:21   ` Gustavo Pimentel
2020-05-15  9:59 ` [PATCH v2 3/5] dt-bindings: PCI: uniphier: Add iATU register description Kunihiko Hayashi
2020-05-28 19:25   ` Rob Herring
2020-05-15  9:59 ` [PATCH v2 4/5] PCI: uniphier: Add iATU register support Kunihiko Hayashi
2020-05-15 13:16   ` Gustavo Pimentel
2020-05-18 10:05     ` Kunihiko Hayashi
2020-06-01 21:32   ` Rob Herring
2020-06-02  9:07     ` Kunihiko Hayashi
2020-05-15  9:59 ` [PATCH v2 5/5] PCI: uniphier: Add error message when failed to get phy Kunihiko Hayashi
2020-06-01 21:43   ` Rob Herring
2020-06-02  9:07     ` Kunihiko Hayashi

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