Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support to configure Coresight Dummy subunit
@ 2023-03-16  3:20 Hao Zhang
  2023-03-16  3:20 ` [PATCH v1 1/3] Coresight: Add coresight dummy driver Hao Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Hao Zhang @ 2023-03-16  3:20 UTC (permalink / raw)
  To: Mathieu Poirier, Suzuki K Poulose, Alexander Shishkin,
	Konrad Dybcio, Mike Leach, Rob Herring, Krzysztof Kozlowski,
	Andy Gross, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Jonathan Corbet
  Cc: Hao Zhang, Leo Yan, Greg Kroah-Hartman, coresight,
	linux-arm-kernel, linux-kernel, devicetree, Tingwei Zhang,
	Jinlong Mao, Yuanfang Zhang, Tao Zhang, Trilok Soni,
	linux-arm-msm, Bjorn Andersson, linux-doc

Introduction of Coresight Dummy subunit
The Coresight Dummy subunit is for Coresight Dummy component, there are some
specific Coresight devices that HLOS don't have permission to access. Such as
some TPDMs, they would be configured in NON-HLOS side, but it's necessary to
build Coresight path for it to debug. So there need driver to register dummy
devices as Coresight devices.

Commit link:
https://git.codelinaro.org/clo/linux-kernel/coresight/-/tree/coresight-dummy

Hao Zhang (3):
  Coresight: Add coresight dummy driver
  dt-bindings: arm: Add Coresight Dummy Trace YAML schema
  Documentation: trace: Add documentation for Coresight Dummy Trace

 .../bindings/arm/qcom,coresight-dummy.yaml    | 129 +++++++++++++
 .../trace/coresight/coresight-dummy.rst       |  58 ++++++
 drivers/hwtracing/coresight/Kconfig           |  11 ++
 drivers/hwtracing/coresight/Makefile          |   1 +
 drivers/hwtracing/coresight/coresight-dummy.c | 176 ++++++++++++++++++
 5 files changed, 375 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/qcom,coresight-dummy.yaml
 create mode 100644 Documentation/trace/coresight/coresight-dummy.rst
 create mode 100644 drivers/hwtracing/coresight/coresight-dummy.c

-- 
2.17.1


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

end of thread, other threads:[~2023-03-17  8:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16  3:20 [PATCH v1 0/3] Add support to configure Coresight Dummy subunit Hao Zhang
2023-03-16  3:20 ` [PATCH v1 1/3] Coresight: Add coresight dummy driver Hao Zhang
2023-03-16  9:32   ` kernel test robot
2023-03-16  3:20 ` [PATCH v1 2/3] dt-bindings: arm: Add Coresight Dummy Trace YAML schema Hao Zhang
2023-03-16 13:53   ` Rob Herring
2023-03-17  8:19     ` Hao Zhang
2023-03-16  3:20 ` [PATCH v1 3/3] Documentation: trace: Add documentation for Coresight Dummy Trace Hao Zhang
2023-03-16 10:55 ` [PATCH v1 0/3] Add support to configure Coresight Dummy subunit Suzuki K Poulose
2023-03-17  7:40   ` Hao Zhang

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