devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for detecting Controller Level PCIe Errors
@ 2024-02-21 14:04 root
  2024-02-21 14:04 ` [PATCH v1 1/3] dt-bindings: PCI: qcom: Add global irq support for SA8775p root
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: root @ 2024-02-21 14:04 UTC (permalink / raw)
  To: andersson, krzysztof.kozlowski+dt, jingoohan1, gustavo.pimentel,
	konrad.dybcio, manivannan.sadhasivam, conor+dt, quic_nitegupt
  Cc: quic_shazhuss, quic_ramkri, quic_nayiluri, quic_krichai,
	quic_vbadigan, Mrinmay Sarkar, Bjorn Helgaas, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, linux-arm-msm, linux-pci,
	devicetree, linux-kernel

From: Mrinmay Sarkar <quic_msarkar@quicinc.com>

Synopsys Controllers provide capabilities to detect various controller
level errors. These can range from controller interface error to random
PCIe configuration errors. This patch intends to add support to detect
these errors and report it to userspace entity via sysfs, which can take
appropriate actions to mitigate the errors.

Also adding global irq support for PCIe RC and add corresponding change
in PCIe dt-bindings.

Mrinmay Sarkar (2):
  dt-bindings: PCI: qcom: Add global irq support for SA8775p
  arm64: dts: qcom: sa8775p: Enable global irq support for SA8775p

Nitesh Gupta (1):
  PCI: qcom: Add support for detecting Controller Level PCIe Errors

 .../devicetree/bindings/pci/qcom,pcie.yaml    |  26 +-
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         |  12 +-
 drivers/pci/controller/dwc/pcie-designware.h  |  26 ++
 drivers/pci/controller/dwc/pcie-qcom.c        | 350 ++++++++++++++++++
 4 files changed, 408 insertions(+), 6 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-02-22 14:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 14:04 [PATCH v1 0/3] Add support for detecting Controller Level PCIe Errors root
2024-02-21 14:04 ` [PATCH v1 1/3] dt-bindings: PCI: qcom: Add global irq support for SA8775p root
2024-02-21 14:28   ` Krzysztof Kozlowski
2024-02-21 14:31     ` Konrad Dybcio
2024-02-21 14:33       ` Krzysztof Kozlowski
2024-02-22 13:46         ` Mrinmay Sarkar
2024-02-22 14:19           ` Krzysztof Kozlowski
2024-02-21 14:04 ` [PATCH v1 2/3] arm64: dts: qcom: sa8775p: Enable " root
2024-02-21 14:04 ` [PATCH v1 3/3] PCI: qcom: Add support for detecting controller level PCIe errors root
2024-02-21 14:35   ` Krzysztof Kozlowski
2024-02-21 18:50   ` Bjorn Helgaas
2024-02-22 12:38     ` Bjorn Helgaas
2024-02-21 21:00   ` Frank Li
2024-02-22 11:01   ` kernel test robot
2024-02-22 12:39   ` kernel test robot
2024-02-22  5:22 ` [PATCH v1 0/3] Add support for detecting Controller Level PCIe Errors Manivannan Sadhasivam

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