linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: olivier.schonken@gmail.com (Olivier Schonken)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] coresight-etm3x: Add ARM ETM-A5 peripheral ID
Date: Fri,  1 Jul 2016 16:37:10 +0200	[thread overview]
Message-ID: <1467383831-6985-1-git-send-email-olivier.schonken@gmail.com> (raw)

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
 drivers/hwtracing/coresight/coresight-etm3x.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/hwtracing/coresight/coresight-etm3x.c b/drivers/hwtracing/coresight/coresight-etm3x.c
index d83ab82..2c6d4b4 100644
--- a/drivers/hwtracing/coresight/coresight-etm3x.c
+++ b/drivers/hwtracing/coresight/coresight-etm3x.c
@@ -885,6 +885,11 @@ static struct amba_id etm_ids[] = {
 		.mask	= 0x0003ffff,
 		.data	= "ETM 3.3",
 	},
+	{	/* ETM-A5 */
+		.id	= 0x0003b955,
+		.mask	= 0x0003ffff,
+		.data	= "ETM-A5",
+	},
 	{	/* ETM 3.5 */
 		.id	= 0x0003b956,
 		.mask	= 0x0003ffff,
-- 
1.9.1

             reply	other threads:[~2016-07-01 14:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 14:37 Olivier Schonken [this message]
2016-07-01 14:37 ` [PATCH 2/2] ARM: dts: at91: sama5d2: add ETM, ETB and ETMCK node Olivier Schonken
2016-07-01 18:32   ` Alexandre Belloni
2016-07-01 20:07     ` Olivier Schonken
2016-07-02 18:46       ` Boris Brezillon
2016-07-04  8:49         ` Olivier Schonken
     [not found]         ` <CALdGsk+RO_cxfcTLVyKHP3aVMkSTtzEzQXz2G4ARX7vqxRazSA@mail.gmail.com>
2016-07-04  9:00           ` Boris Brezillon
2016-07-04  9:08             ` Olivier Schonken
2016-07-04 16:02               ` Alexandre Belloni
2016-07-04 20:26                 ` Boris Brezillon
2016-07-04 20:47                   ` Alexandre Belloni
2016-07-04 20:51                     ` Boris Brezillon
2016-07-04 15:38   ` Mathieu Poirier
2016-07-04 15:33 ` [PATCH 1/2] coresight-etm3x: Add ARM ETM-A5 peripheral ID 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=1467383831-6985-1-git-send-email-olivier.schonken@gmail.com \
    --to=olivier.schonken@gmail.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 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).