All of lore.kernel.org
 help / color / mirror / Atom feed
From: mathieu.poirier@linaro.org
To: linus.walleij@linaro.org, will.deacon@arm.com,
	linux@arm.linux.org.uk, robherring2@gmail.com,
	daniel.thompson@linaro.org
Cc: mathieu.poirier@linaro.org, arve@android.com,
	john.stultz@linaro.org, pratikp@codeaurora.org, varshney@ti.com,
	Al.Grant@arm.com, jonas.svennebring@avagotech.com,
	james.king@linaro.org, panchaxari.prasannamurthy@linaro.org,
	marcin.jabrzyk@gmail.com, r.sengupta@samsung.com,
	robbelibobban@gmail.com, Tony.Armitstead@arm.com,
	patches@linaro.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 08/10 v3] coresight: adding support for beagle and beagleXM
Date: Thu,  7 Aug 2014 12:21:44 -0600	[thread overview]
Message-ID: <1407435706-19441-9-git-send-email-mathieu.poirier@linaro.org> (raw)
In-Reply-To: <1407435706-19441-1-git-send-email-mathieu.poirier@linaro.org>

From: Mathieu Poirier <mathieu.poirier@linaro.org>

Currently supporting ETM and ETB.  Support for TPIU
and SDTI are yet to be added.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
 arch/arm/boot/dts/omap3-beagle-xm.dts | 28 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/omap3-beagle.dts    | 28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 1becefc..eec73d8 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -145,6 +145,34 @@
 			};
 		};
 	};
+
+	etb@5401b000 {
+		compatible = "arm,coresight-etb10", "arm,primecell";
+		reg = <0x5401b000 0x1000>;
+
+		coresight-default-sink;
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etb_in: endpoint {
+				slave-mode;
+				remote-endpoint = <&etm_out>;
+			};
+		};
+	};
+
+	etm@54010000 {
+		compatible = "arm,coresight-etm3x", "arm,primecell";
+		reg = <0x54010000 0x1000>;
+
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etm_out: endpoint {
+				remote-endpoint = <&etb_in>;
+			};
+		};
+	};
 };
 
 &omap3_pmx_wkup {
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index 3c3e6da..a151daf 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -140,6 +140,34 @@
 			};
 		};
 	};
+
+	etb@540000000 {
+		compatible = "arm,coresight-etb10", "arm,primecell";
+		reg = <0x5401b000 0x1000>;
+
+		coresight-default-sink;
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etb_in: endpoint {
+				slave-mode;
+				remote-endpoint = <&etm_out>;
+			};
+		};
+	};
+
+	etm@54010000 {
+		compatible = "arm,coresight-etm3x", "arm,primecell";
+		reg = <0x54010000 0x1000>;
+
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etm_out: endpoint {
+				remote-endpoint = <&etb_in>;
+			};
+		};
+	};
 };
 
 &omap3_pmx_wkup {
-- 
1.9.1


WARNING: multiple messages have this Message-ID (diff)
From: mathieu.poirier@linaro.org (mathieu.poirier at linaro.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10 v3] coresight: adding support for beagle and beagleXM
Date: Thu,  7 Aug 2014 12:21:44 -0600	[thread overview]
Message-ID: <1407435706-19441-9-git-send-email-mathieu.poirier@linaro.org> (raw)
In-Reply-To: <1407435706-19441-1-git-send-email-mathieu.poirier@linaro.org>

From: Mathieu Poirier <mathieu.poirier@linaro.org>

Currently supporting ETM and ETB.  Support for TPIU
and SDTI are yet to be added.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
 arch/arm/boot/dts/omap3-beagle-xm.dts | 28 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/omap3-beagle.dts    | 28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 1becefc..eec73d8 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -145,6 +145,34 @@
 			};
 		};
 	};
+
+	etb at 5401b000 {
+		compatible = "arm,coresight-etb10", "arm,primecell";
+		reg = <0x5401b000 0x1000>;
+
+		coresight-default-sink;
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etb_in: endpoint {
+				slave-mode;
+				remote-endpoint = <&etm_out>;
+			};
+		};
+	};
+
+	etm at 54010000 {
+		compatible = "arm,coresight-etm3x", "arm,primecell";
+		reg = <0x54010000 0x1000>;
+
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etm_out: endpoint {
+				remote-endpoint = <&etb_in>;
+			};
+		};
+	};
 };
 
 &omap3_pmx_wkup {
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index 3c3e6da..a151daf 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -140,6 +140,34 @@
 			};
 		};
 	};
+
+	etb at 540000000 {
+		compatible = "arm,coresight-etb10", "arm,primecell";
+		reg = <0x5401b000 0x1000>;
+
+		coresight-default-sink;
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etb_in: endpoint {
+				slave-mode;
+				remote-endpoint = <&etm_out>;
+			};
+		};
+	};
+
+	etm at 54010000 {
+		compatible = "arm,coresight-etm3x", "arm,primecell";
+		reg = <0x54010000 0x1000>;
+
+		clocks = <&emu_src_ck>;
+		clock-names = "apb_pclk";
+		port {
+			etm_out: endpoint {
+				remote-endpoint = <&etb_in>;
+			};
+		};
+	};
 };
 
 &omap3_pmx_wkup {
-- 
1.9.1

  parent reply	other threads:[~2014-08-07 18:23 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-07 18:21 [PATCH 00/10 v3] Coresight framework and drivers mathieu.poirier
2014-08-07 18:21 ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 01/10 v3] coresight: add CoreSight core layer framework mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 02/10 v3] coresight-tmc: add CoreSight TMC driver mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 03/10 v3] coresight-tpiu: add CoreSight TPIU driver mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 04/10 v3] coresight-etb: add CoreSight ETB driver mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 05/10 v3] coresight-funnel: add CoreSight Funnel driver mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 06/10 v3] coresight-replicator: add CoreSight Replicator driver mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 07/10 v3] coresight-etm: add CoreSight ETM/PTM driver mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-08  5:28   ` Dirk Behme
2014-08-08  5:28     ` Dirk Behme
2014-08-08 13:55     ` Mathieu Poirier
2014-08-08 13:55       ` Mathieu Poirier
2014-08-08 16:58   ` Al Grant
2014-08-11 16:28     ` Mathieu Poirier
2014-08-12 17:02       ` Al Grant
2014-08-12 22:28         ` Mathieu Poirier
2014-08-15 19:26         ` Mathieu Poirier
2014-08-07 18:21 ` mathieu.poirier [this message]
2014-08-07 18:21   ` [PATCH 08/10 v3] coresight: adding support for beagle and beagleXM mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 09/10 v3] coresight: adding basic support for Vexpress TC2 mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-07 18:21 ` [PATCH 10/10 v3] ARM: removing support for etb/etm in "arch/arm/kernel/" mathieu.poirier
2014-08-07 18:21   ` mathieu.poirier at linaro.org
2014-08-15 14:23   ` Will Deacon
2014-08-07 19:42 ` [PATCH 00/10 v3] Coresight framework and drivers Sam Ravnborg
2014-08-07 19:42   ` Sam Ravnborg
2014-08-08 14:39 ` Thomas Petazzoni
2014-08-08 14:39   ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1407435706-19441-9-git-send-email-mathieu.poirier@linaro.org \
    --to=mathieu.poirier@linaro.org \
    --cc=Al.Grant@arm.com \
    --cc=Tony.Armitstead@arm.com \
    --cc=arve@android.com \
    --cc=daniel.thompson@linaro.org \
    --cc=james.king@linaro.org \
    --cc=john.stultz@linaro.org \
    --cc=jonas.svennebring@avagotech.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=marcin.jabrzyk@gmail.com \
    --cc=panchaxari.prasannamurthy@linaro.org \
    --cc=patches@linaro.org \
    --cc=pratikp@codeaurora.org \
    --cc=r.sengupta@samsung.com \
    --cc=robbelibobban@gmail.com \
    --cc=robherring2@gmail.com \
    --cc=varshney@ti.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.