All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add Qualcomm extended CTI support
@ 2024-09-03 12:18 Mao Jinlong
  2024-09-03 12:18 ` [PATCH v1 1/2] dt-bindings: arm: Add Qualcomm extended CTI Mao Jinlong
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Mao Jinlong @ 2024-09-03 12:18 UTC (permalink / raw)
  To: Suzuki K Poulose, Mike Leach, James Clark, Alexander Shishkin,
	Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Mao Jinlong, linux-kernel, coresight, linux-arm-kernel,
	linux-arm-msm, devicetree

The QCOM extended CTI is a heavily parameterized version of ARM’s CSCTI.
It allows a debugger to send to trigger events to a processor or to send
a trigger event to one or more processors when a trigger event occurs on
another processor on the same SoC, or even between SoCs.

QCOM extended CTI supports up to 128 triggers. And some of the register
offsets are changed.

The commands to configure CTI triggers are the same as ARM's CTI.

Mao Jinlong (2):
  dt-bindings: arm: Add Qualcomm extended CTI
  coresight: cti: Add Qualcomm extended CTI support

 .../bindings/arm/arm,coresight-cti.yaml       |  14 ++
 .../hwtracing/coresight/coresight-cti-core.c  |  75 +++++++----
 .../coresight/coresight-cti-platform.c        |  16 ++-
 .../hwtracing/coresight/coresight-cti-sysfs.c | 124 ++++++++++++++----
 drivers/hwtracing/coresight/coresight-cti.h   | 123 +++++++++++------
 5 files changed, 253 insertions(+), 99 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2025-04-28 12:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 12:18 [PATCH v1 0/2] Add Qualcomm extended CTI support Mao Jinlong
2024-09-03 12:18 ` [PATCH v1 1/2] dt-bindings: arm: Add Qualcomm extended CTI Mao Jinlong
2024-09-03 12:42   ` Krzysztof Kozlowski
2025-04-28  7:31     ` Jinlong Mao
2025-04-28  7:39       ` Krzysztof Kozlowski
2025-04-28  8:09         ` Jinlong Mao
2025-04-28 11:40           ` Jinlong Mao
2024-09-03 12:18 ` [PATCH v1 2/2] coresight: cti: Add Qualcomm extended CTI support Mao Jinlong
2024-09-03 12:44   ` Krzysztof Kozlowski
2024-10-10  9:49 ` [PATCH v1 0/2] " Jinlong Mao
2024-12-17  7:50   ` Jinlong Mao

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.