From: mathieu.poirier@linaro.org (Mathieu Poirier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/9] coresight: Add support for ARM Coresight STM-500
Date: Tue, 29 Nov 2016 09:47:18 -0700 [thread overview]
Message-ID: <1480438039-24960-9-git-send-email-mathieu.poirier@linaro.org> (raw)
In-Reply-To: <1480438039-24960-1-git-send-email-mathieu.poirier@linaro.org>
From: Suzuki K Poulose <suzuki.poulose@arm.com>
Add the PIDs for STM-500 to the known STM devices list.
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Chunyan Zhang <zhang.chunyan@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
drivers/hwtracing/coresight/coresight-stm.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c
index d397849c2c6a..944c17b48d23 100644
--- a/drivers/hwtracing/coresight/coresight-stm.c
+++ b/drivers/hwtracing/coresight/coresight-stm.c
@@ -920,6 +920,11 @@ static struct amba_id stm_ids[] = {
.mask = 0x0003ffff,
.data = "STM32",
},
+ {
+ .id = 0x0003b963,
+ .mask = 0x0003ffff,
+ .data = "STM500",
+ },
{ 0, 0},
};
--
2.7.4
next prev parent reply other threads:[~2016-11-29 16:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-29 16:47 [PATCH 0/9] coresight: next v4.9-rc7 Mathieu Poirier
2016-11-29 16:47 ` [PATCH 1/9] coresight: stm: return error code instead of zero in .packet() Mathieu Poirier
2016-11-29 16:47 ` [PATCH 2/9] coresight: etm3x: indentation fix (extra space removed) Mathieu Poirier
2016-11-29 16:47 ` [PATCH 3/9] coresight: etm3x: Adding missing features of Coresight PTM components Mathieu Poirier
2016-11-29 16:47 ` [PATCH 4/9] coresight: reset "enable_sink" flag when need be Mathieu Poirier
2016-11-29 16:47 ` [PATCH 5/9] coresight: tmc: Cleanup operation mode handling Mathieu Poirier
2016-11-29 16:47 ` [PATCH 6/9] coresight: tmc: Get rid of mode parameter for helper routines Mathieu Poirier
2016-11-29 16:47 ` [PATCH 7/9] coresight: tmc: Remove duplicate memset Mathieu Poirier
2016-11-29 16:47 ` Mathieu Poirier [this message]
2016-11-29 16:47 ` [PATCH 9/9] coresight: perf: Add a missing call to etm_free_aux Mathieu Poirier
2016-11-29 19:06 ` [PATCH 0/9] coresight: next v4.9-rc7 Greg KH
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=1480438039-24960-9-git-send-email-mathieu.poirier@linaro.org \
--to=mathieu.poirier@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