All of lore.kernel.org
 help / color / mirror / Atom feed
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: [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
Date: Wed, 16 Oct 2019 11:06:12 +0200	[thread overview]
Message-ID: <20191016110612.17381ad6@gmail.com> (raw)
In-Reply-To: <1570454475-2848-1-git-send-email-marek.bykowski@gmail.com>

Add compatible string for the ARM CCN-502 interconnect

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
Signed-off-by: Boleslaw Malecki <boleslaw.malecki@tieto.com>
---
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);

WARNING: multiple messages have this Message-ID (diff)
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: [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
Date: Wed, 16 Oct 2019 11:06:12 +0200	[thread overview]
Message-ID: <20191016110612.17381ad6@gmail.com> (raw)
In-Reply-To: <1570454475-2848-1-git-send-email-marek.bykowski@gmail.com>

Add compatible string for the ARM CCN-502 interconnect

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
Signed-off-by: Boleslaw Malecki <boleslaw.malecki@tieto.com>
---
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

  parent reply	other threads:[~2019-10-16  9:06 UTC|newest]

Thread overview: 13+ 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 ` marek.bykowski
2019-10-07 13:21 ` [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding marek.bykowski
2019-10-07 13:21   ` marek.bykowski
2019-10-15 21:30   ` Rob Herring
2019-10-16  9:06 ` Marek Bykowski [this message]
2019-10-16  9:06   ` [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect Marek Bykowski
2019-10-16  9:57   ` [PATCHv3 1/2] perf: " Marek Bykowski
2019-10-16  9:57     ` Marek Bykowski
2019-10-28 15:43     ` Will Deacon
2019-10-28 15:43       ` Will Deacon
2019-10-16 11:12   ` [PATCHv2 1/2] bus: " Pawel Moll
2019-10-16 11:12     ` 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=20191016110612.17381ad6@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 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.