From: Marek Bykowski <marek.bykowski@gmail.com>
To: mark.rutland@arm.com, will.deacon@arm.com, pawel.moll@arm.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCHv3 1/2] perf: arm-ccn: Enable stats for CCN-512 interconnect
Date: Wed, 16 Oct 2019 11:57:39 +0200 [thread overview]
Message-ID: <20191016115739.0d5d2272@gmail.com> (raw)
In-Reply-To: <20191016110612.17381ad6@gmail.com>
Add compatible string for the ARM CCN-512 interconnect
Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
Signed-off-by: Boleslaw Malecki <boleslaw.malecki@tieto.com>
---
Changelog v2->v3
- Correcting copy-paste typo: this commit adds compatible string for CCN-512
and not for CCN-502 which has already a support for.
- Now *for real* change the subject to reflect where the driver got moved
to (drivers/perf) from (drivers/bus).
Changelog v1->v2:
- Change the subject to reflect where the driver got moved to (drivers/perf)
from (drivers/bus).
- Add credit to my work mate that helped me validate the counts from
the interconnect.
---
drivers/perf/arm-ccn.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/perf/arm-ccn.c b/drivers/perf/arm-ccn.c
index 7dd850e02f19..b6e00f35a448 100644
--- a/drivers/perf/arm-ccn.c
+++ b/drivers/perf/arm-ccn.c
@@ -1545,6 +1545,7 @@ static int arm_ccn_remove(struct platform_device *pdev)
static const struct of_device_id arm_ccn_match[] = {
{ .compatible = "arm,ccn-502", },
{ .compatible = "arm,ccn-504", },
+ { .compatible = "arm,ccn-512", },
{},
};
MODULE_DEVICE_TABLE(of, arm_ccn_match);
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-10-16 9:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 13:21 [PATCH 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect marek.bykowski
2019-10-07 13:21 ` [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding marek.bykowski
2019-10-15 21:30 ` Rob Herring
2019-10-16 9:06 ` [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect Marek Bykowski
2019-10-16 9:57 ` Marek Bykowski [this message]
2019-10-28 15:43 ` [PATCHv3 1/2] perf: " Will Deacon
2019-10-16 11:12 ` [PATCHv2 1/2] bus: " Pawel Moll
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=20191016115739.0d5d2272@gmail.com \
--to=marek.bykowski@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.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 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).