All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] Enable crashdump collection support for IPQ9574
@ 2023-02-01  9:05 ` Poovendhan Selvaraj
  0 siblings, 0 replies; 28+ messages in thread
From: Poovendhan Selvaraj @ 2023-02-01  9:05 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, lee, mturquette, sboyd, jassisinghbrar,
	catalin.marinas, will, shawnguo, arnd, marcel.ziswiler,
	robimarko, dmitry.baryshkov, nfraprado, broonie, quic_gurus,
	linux-arm-msm, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel
  Cc: quic_srichara, quic_gokulsri, quic_sjaganat, quic_kathirav,
	quic_arajkuma, quic_anusha, quic_devipriy

Crashdump collection is enabled based on the DLOAD bit in the TCSR register.
This bit is set during bootup and cleared during shutdown. During crash,
dload bit is not cleared, due to which uboot starts crashdump collection.

This patch series adds the support for crashdump collection.

This series depends on the below patch set.
https://lore.kernel.org/linux-arm-msm/20230201060319.20434-1-quic_devipriy@quicinc.com/

Changes in V2:
	- rebased on linux-next/master
        - dropped co-developed by tag wherever applicable
	- V1 can be found at
	  https://lore.kernel.org/linux-arm-kernel/20230113160012.14893-1-quic_poovendh@quicinc.com/

Poovendhan Selvaraj (5):
  dt-bindings: scm: Add compatible for IPQ9574
  arm64: dts: Add support for Crashdump collection on IPQ9574
  firmware: scm: Modify only the DLOAD bit in TCSR register for download
    mode
  arm64: defconfig: Enable scm download mode config for IPQ9574 SoC.
  dt-bindings: tcsr: Add compatible for IPQ9574

 .../bindings/firmware/qcom,scm.yaml           |  1 +
 .../devicetree/bindings/mfd/qcom,tcsr.yaml    |  1 +
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 26 ++++++++++++++++++-
 arch/arm64/configs/defconfig                  |  1 +
 drivers/firmware/qcom_scm.c                   | 12 ++++++---
 5 files changed, 36 insertions(+), 5 deletions(-)


base-commit: 80bd9028fecadae4e8e3a278cd32d74badc2a6e0
-- 
2.17.1


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

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

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01  9:05 [PATCH V2 0/5] Enable crashdump collection support for IPQ9574 Poovendhan Selvaraj
2023-02-01  9:05 ` Poovendhan Selvaraj
2023-02-01  9:05 ` [PATCH V2 1/5] dt-bindings: scm: Add compatible " Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:29   ` Krzysztof Kozlowski
2023-02-01  9:29     ` Krzysztof Kozlowski
2023-02-01 11:15     ` POOVENDHAN SELVARAJ
2023-02-01 11:15       ` POOVENDHAN SELVARAJ
2023-02-01  9:05 ` [PATCH V2 2/5] arm64: dts: Add support for Crashdump collection on IPQ9574 Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:05 ` [PATCH V2 3/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01 12:01   ` Srinivas Kandagatla
2023-02-01 12:01     ` Srinivas Kandagatla
2023-02-01  9:05 ` [PATCH V2 4/5] arm64: defconfig: Enable scm download mode config for IPQ9574 SoC Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:30   ` Krzysztof Kozlowski
2023-02-01  9:30     ` Krzysztof Kozlowski
2023-02-06  5:06     ` POOVENDHAN SELVARAJ
2023-02-06  5:06       ` POOVENDHAN SELVARAJ
2023-02-01  9:05 ` [PATCH V2 5/5] dt-bindings: tcsr: Add compatible for IPQ9574 Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:30   ` Krzysztof Kozlowski
2023-02-01  9:30     ` Krzysztof Kozlowski
2023-02-01 10:06   ` Lee Jones
2023-02-01 10:06     ` Lee Jones
2023-02-01 11:11     ` POOVENDHAN SELVARAJ
2023-02-01 11:11       ` POOVENDHAN SELVARAJ

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.