From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/13 v2] coresight: support the TPIU version found in Ux500
Date: Mon, 20 Apr 2015 14:58:55 +0200 [thread overview]
Message-ID: <1429534746-3068-2-git-send-email-linus.walleij@linaro.org> (raw)
In-Reply-To: <1429534746-3068-1-git-send-email-linus.walleij@linaro.org>
The Ux500 has a PrimeCell version 4B instead of the 3B as
supported by the driver, extend the match table to cover
this version.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ChangeLog v1->v2:
- Rebased on the coresight git tree.
---
drivers/hwtracing/coresight/coresight-tpiu.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/hwtracing/coresight/coresight-tpiu.c b/drivers/hwtracing/coresight/coresight-tpiu.c
index 3b33af2416bb..88b6b0c32538 100644
--- a/drivers/hwtracing/coresight/coresight-tpiu.c
+++ b/drivers/hwtracing/coresight/coresight-tpiu.c
@@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = {
.id = 0x0003b912,
.mask = 0x0003ffff,
},
+ {
+ .id = 0x0004b912,
+ .mask = 0x0007ffff,
+ },
{ 0, 0},
};
--
1.9.3
next prev parent reply other threads:[~2015-04-20 12:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-20 12:58 [PATCH 01/13 v2] coresight: etm: print what version of ETM/PTM is detected Linus Walleij
2015-04-20 12:58 ` Linus Walleij [this message]
2015-04-20 12:58 ` [PATCH 03/13 v2] coresight: etm: let runtime PM handle core clock Linus Walleij
2015-04-20 12:58 ` [PATCH 04/13 v2] coresight: tpiu: " Linus Walleij
2015-04-20 12:58 ` [PATCH 05/13 v2] coresight: etb: " Linus Walleij
2015-04-20 12:58 ` [PATCH 06/13 v2] coresight: funnel: " Linus Walleij
2015-04-20 12:59 ` [PATCH 07/13 v2] coresight: tmc: " Linus Walleij
2015-04-20 12:59 ` [PATCH 08/13 v2] coresight: etm: retrieve and handle atclk Linus Walleij
2015-04-20 12:59 ` [PATCH 09/13 v2] coresight: tpiu: " Linus Walleij
2015-04-20 12:59 ` [PATCH 10/13 v2] coresight: etb: " Linus Walleij
2015-04-20 12:59 ` [PATCH 11/13 v2] coresight: funnel: " Linus Walleij
2015-04-20 12:59 ` [PATCH 12/13 v2] coresight: replicator: " Linus Walleij
2015-04-20 14:17 ` Ulf Hansson
2015-04-20 12:59 ` [PATCH 13/13] coresight: document the bindings for the ATCLK Linus Walleij
2015-04-21 14:31 ` Mathieu Poirier
2015-04-22 13:50 ` [PATCH 01/13 v2] coresight: etm: print what version of ETM/PTM is detected 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=1429534746-3068-2-git-send-email-linus.walleij@linaro.org \
--to=linus.walleij@linaro.org \
--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).