linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add initial CoreSight support for the Qualcomm 8x16 chipsets
@ 2015-04-29 12:19 Ivan T. Ivanov
  2015-04-29 12:19 ` [PATCH 1/2] coresight: replicator: Add Qualcomm CoreSight Replicator driver Ivan T. Ivanov
  2015-04-29 12:20 ` [PATCH 2/2] arm64: dts: qcom: Add msm8916 CoreSight components Ivan T. Ivanov
  0 siblings, 2 replies; 13+ messages in thread
From: Ivan T. Ivanov @ 2015-04-29 12:19 UTC (permalink / raw)
  To: Mathieu Poirier, Kumar Gala
  Cc: Pratik Patel, Catalin Marinas, Will Deacon, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, devicetree,
	linux-arm-kernel, linux-kernel, linux-arm-msm

Add initial CoreSight support for the Qualcomm 8x16 chipsets

This patch series add initial set of CoreSight components for the
8x16 chipsets.

Components will not be functional, because of missing clock controller
driver, which is under internal testing.

Patches are based on "Enable CoreSight for the Ux500 "[1] and
"Support for coresight ETMv4 tracer" [2]

[1] http://www.spinics.net/lists/arm-kernel/msg412873.html
[2] https://lwn.net/Articles/641585/

Ivan T. Ivanov (1):
  arm64: dts: qcom: Add msm8916 CoreSight components

Pratik Patel (1):
  coresight: replicator: Add Qualcomm CoreSight Replicator driver

 .../devicetree/bindings/arm/coresight.txt          |   1 +
 arch/arm64/boot/dts/qcom/msm8916-coresight.dtsi    | 244 +++++++++++++++++++++
 drivers/hwtracing/coresight/Kconfig                |   9 +
 drivers/hwtracing/coresight/Makefile               |   1 +
 .../coresight/coresight-replicator-qcom.c          | 211 ++++++++++++++++++
 5 files changed, 466 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-coresight.dtsi
 create mode 100644 drivers/hwtracing/coresight/coresight-replicator-qcom.c

--
1.9.1


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

end of thread, other threads:[~2015-05-07 16:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 12:19 [PATCH 0/2] Add initial CoreSight support for the Qualcomm 8x16 chipsets Ivan T. Ivanov
2015-04-29 12:19 ` [PATCH 1/2] coresight: replicator: Add Qualcomm CoreSight Replicator driver Ivan T. Ivanov
2015-04-29 16:28   ` Mathieu Poirier
2015-04-30  7:21     ` Ivan T. Ivanov
2015-04-30 13:07       ` Mathieu Poirier
2015-04-30 20:53   ` Paul Bolle
2015-05-07 14:46     ` Ivan T. Ivanov
2015-05-07 16:39       ` Paul Bolle
2015-04-29 12:20 ` [PATCH 2/2] arm64: dts: qcom: Add msm8916 CoreSight components Ivan T. Ivanov
2015-04-29 16:49   ` Mathieu Poirier
2015-04-30  7:22     ` Ivan T. Ivanov
2015-04-30  9:24     ` Ivan T. Ivanov
2015-04-30 13:03       ` Mathieu Poirier

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