Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v1 0/3] coresight: add static TPDM support
@ 2025-08-22 10:30 Jie Gan
  2025-08-22 10:30 ` [PATCH v1 1/3] dt-bindings: arm: document the static TPDM compatible Jie Gan
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jie Gan @ 2025-08-22 10:30 UTC (permalink / raw)
  To: Suzuki K Poulose, Mike Leach, James Clark, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson, Konrad Dybcio,
	Alexander Shishkin, Tingwei Zhang, Mao Jinlong, Tao Zhang
  Cc: linux-arm-msm, coresight, linux-arm-kernel, devicetree,
	linux-kernel

The static TPDM function as a dummy source, however, it is essential
to enable the port connected to the TPDA and configure the element size.
Without this, the TPDA cannot correctly receive trace data from the
static TPDM. Since the static TPDM does not require MMIO mapping to
access its registers, a clock controller is not mandatory for its
operation.

Meanwhile, a function has been introduced to determine whether the
current csdev is a static TPDM. This check enables the TPDA device
to correctly read the element size and activate its port accordingly.
Otherwise the TPDA cannot receive the trace data from the TPDM device.

Dependency:
https://lore.kernel.org/all/20250806080931.14322-1-jie.gan@oss.qualcomm.com/

Jie Gan (3):
  dt-bindings: arm: document the static TPDM compatible
  coresight: tpdm: add static tpdm support
  arm64: dts: qcom: lemans: enable static TPDM

 .../bindings/arm/qcom,coresight-tpdm.yaml     |  23 ++-
 arch/arm64/boot/dts/qcom/lemans.dtsi          | 105 +++++++++++++
 drivers/hwtracing/coresight/coresight-tpda.c  |   9 ++
 drivers/hwtracing/coresight/coresight-tpdm.c  | 148 ++++++++++++++----
 drivers/hwtracing/coresight/coresight-tpdm.h  |   8 +
 5 files changed, 256 insertions(+), 37 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-09-04  2:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 10:30 [PATCH v1 0/3] coresight: add static TPDM support Jie Gan
2025-08-22 10:30 ` [PATCH v1 1/3] dt-bindings: arm: document the static TPDM compatible Jie Gan
2025-08-26 21:46   ` Rob Herring (Arm)
2025-08-22 10:30 ` [PATCH v1 2/3] coresight: tpdm: add static tpdm support Jie Gan
2025-08-23  7:10   ` kernel test robot
2025-09-03  2:47   ` Jie Gan
2025-09-03 11:06   ` Konrad Dybcio
2025-09-04  0:47     ` Jie Gan
2025-08-22 10:30 ` [PATCH v1 3/3] arm64: dts: qcom: lemans: enable static TPDM Jie Gan
2025-09-03 15:59   ` Konrad Dybcio
2025-09-04  2:48     ` Jie Gan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox