All of lore.kernel.org
 help / color / mirror / Atom feed
From: dirk.behme@de.bosch.com (Dirk Behme)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/9 v2] coresight: adding basic support for Vexpress TC2
Date: Tue, 1 Jul 2014 11:19:36 +0200	[thread overview]
Message-ID: <53B27D28.7090908@de.bosch.com> (raw)
In-Reply-To: <1403892261-25026-9-git-send-email-mathieu.poirier@linaro.org>

On 27.06.2014 20:04, mathieu.poirier at linaro.org wrote:
> From: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Support for the 2 PTMs, 3 ETMs, funnel, TPIU and replicator
> connected to the ETB are included.  Proper handling of the
> ITM and the replicator linked to it along with the CTIs
> and SWO are not included.
>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
> ---
>   arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 174 +++++++++++++++++++++++++++++
>   1 file changed, 174 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> index 15f98cb..390f2bb 100644
> --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
...
> +	funnel {
> +		compatible = "arm,coresight-funnel", "arm,primecell";
...
> +			 * repicator but configured as par of the funnel.

Two typos here?

repicator -> replicator

as par -> as part

Best regards

Dirk

WARNING: multiple messages have this Message-ID (diff)
From: Dirk Behme <dirk.behme@de.bosch.com>
To: <mathieu.poirier@linaro.org>
Cc: <linus.walleij@linaro.org>, <will.deacon@arm.com>,
	<linux@arm.linux.org.uk>, <daniel.thompson@linaro.org>,
	<robherring2@gmail.com>, <robbelibobban@gmail.com>,
	<Al.Grant@arm.com>, <patches@linaro.org>,
	<marcin.jabrzyk@gmail.com>, <linux-kernel@vger.kernel.org>,
	<arnd@linaro.org>, <panchaxari.prasannamurthy@linaro.org>,
	<r.sengupta@samsung.com>, <arve@android.com>,
	<Tony.Armitstead@arm.com>, <john.stultz@linaro.org>,
	<linux-arm-kernel@lists.infradead.org>, <james.king@linaro.org>,
	<pratikp@codeaurora.org>, <varshney@ti.com>,
	<jonas.svennebring@avagotech.com>
Subject: Re: [PATCH 8/9 v2] coresight: adding basic support for Vexpress TC2
Date: Tue, 1 Jul 2014 11:19:36 +0200	[thread overview]
Message-ID: <53B27D28.7090908@de.bosch.com> (raw)
In-Reply-To: <1403892261-25026-9-git-send-email-mathieu.poirier@linaro.org>

On 27.06.2014 20:04, mathieu.poirier@linaro.org wrote:
> From: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Support for the 2 PTMs, 3 ETMs, funnel, TPIU and replicator
> connected to the ETB are included.  Proper handling of the
> ITM and the replicator linked to it along with the CTIs
> and SWO are not included.
>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
> ---
>   arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 174 +++++++++++++++++++++++++++++
>   1 file changed, 174 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> index 15f98cb..390f2bb 100644
> --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
...
> +	funnel {
> +		compatible = "arm,coresight-funnel", "arm,primecell";
...
> +			 * repicator but configured as par of the funnel.

Two typos here?

repicator -> replicator

as par -> as part

Best regards

Dirk



  reply	other threads:[~2014-07-01  9:19 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 18:04 [PATCH 0/9 v2] Coresight framework and drivers mathieu.poirier at linaro.org
2014-06-27 18:04 ` mathieu.poirier
2014-06-27 18:04 ` [PATCH 1/9 v2] coresight: add CoreSight core layer framework mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-06-27 22:01   ` Rob Herring
2014-06-27 22:01     ` Rob Herring
2014-07-02 17:06     ` Mathieu Poirier
2014-07-02 17:06       ` Mathieu Poirier
2014-07-15 20:52     ` Mathieu Poirier
2014-07-15 20:52       ` Mathieu Poirier
2014-06-30 10:53   ` Dirk Behme
2014-06-30 10:53     ` Dirk Behme
2014-07-02 17:18     ` Mathieu Poirier
2014-07-02 17:18       ` Mathieu Poirier
2014-07-02  9:38   ` Daniel Thompson
2014-07-02  9:38     ` Daniel Thompson
2014-07-02 19:06     ` Mathieu Poirier
2014-07-02 19:06       ` Mathieu Poirier
2014-07-03  9:12       ` Daniel Thompson
2014-07-03  9:12         ` Daniel Thompson
2014-06-27 18:04 ` [PATCH 2/9 v2] coresight-tmc: add CoreSight TMC driver mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-07-02 15:47   ` Daniel Thompson
2014-07-02 15:47     ` Daniel Thompson
2014-06-27 18:04 ` [PATCH 3/9 v2] coresight-tpiu: add CoreSight TPIU driver mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-06-27 18:04 ` [PATCH 4/9 v2] coresight-etb: add CoreSight ETB driver mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-06-27 18:04 ` [PATCH 5/9 v2] coresight-funnel: add CoreSight Funnel driver mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-06-27 18:04 ` [PATCH 6/9 v2] coresight-etm: add CoreSight ETM/PTM driver mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-06-30 11:01   ` Dirk Behme
2014-06-30 11:01     ` Dirk Behme
2014-06-30 16:03     ` Mathieu Poirier
2014-06-30 16:03       ` Mathieu Poirier
2014-06-27 18:04 ` [PATCH 7/9 v2] coresight: adding support for beagle and beagleXM mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-06-27 18:04 ` [PATCH 8/9 v2] coresight: adding basic support for Vexpress TC2 mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-07-01  9:19   ` Dirk Behme [this message]
2014-07-01  9:19     ` Dirk Behme
2014-06-27 18:04 ` [PATCH 9/9 v2] ARM: removing support for etb/etm in "arch/arm/kernel/" mathieu.poirier at linaro.org
2014-06-27 18:04   ` mathieu.poirier
2014-07-01 10:32 ` [PATCH 0/9 v2] Coresight framework and drivers Al Grant
2014-07-01 10:32   ` Al Grant
2014-07-02 19:32   ` Mathieu Poirier

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=53B27D28.7090908@de.bosch.com \
    --to=dirk.behme@de.bosch.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.