All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-07 13:21 ` marek.bykowski
  0 siblings, 0 replies; 13+ messages in thread
From: marek.bykowski @ 2019-10-07 13:21 UTC (permalink / raw)
  To: robh+dt, mark.rutland, will, pawel.moll, devicetree, linux-arm-kernel
  Cc: Marek Bykowski

From: Marek Bykowski <marek.bykowski@gmail.com>

Add compatible string for the ARM CCN-512 interconnect

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
---
 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);
-- 
2.21.0.896.g6a6c0f1

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-07 13:21 ` marek.bykowski
  0 siblings, 0 replies; 13+ messages in thread
From: marek.bykowski @ 2019-10-07 13:21 UTC (permalink / raw)
  To: robh+dt, mark.rutland, will, pawel.moll, devicetree, linux-arm-kernel
  Cc: Marek Bykowski

From: Marek Bykowski <marek.bykowski@gmail.com>

Add compatible string for the ARM CCN-512 interconnect

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
---
 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);
-- 
2.21.0.896.g6a6c0f1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding
  2019-10-07 13:21 ` marek.bykowski
@ 2019-10-07 13:21   ` marek.bykowski
  -1 siblings, 0 replies; 13+ messages in thread
From: marek.bykowski @ 2019-10-07 13:21 UTC (permalink / raw)
  To: robh+dt, mark.rutland, will, pawel.moll, devicetree, linux-arm-kernel
  Cc: Marek Bykowski

From: Marek Bykowski <marek.bykowski@gmail.com>

Indicate the arm-ccn perf back-end supports now ccn-512.

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
---
 Documentation/devicetree/bindings/perf/arm-ccn.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/perf/arm-ccn.txt b/Documentation/devicetree/bindings/perf/arm-ccn.txt
index 43b5a71a5a9d..1c53b5aa3317 100644
--- a/Documentation/devicetree/bindings/perf/arm-ccn.txt
+++ b/Documentation/devicetree/bindings/perf/arm-ccn.txt
@@ -6,6 +6,7 @@ Required properties:
 	"arm,ccn-502"
 	"arm,ccn-504"
 	"arm,ccn-508"
+	"arm,ccn-512"
 
 - reg: (standard registers property) physical address and size
 	(16MB) of the configuration registers block
-- 
2.21.0.896.g6a6c0f1

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding
@ 2019-10-07 13:21   ` marek.bykowski
  0 siblings, 0 replies; 13+ messages in thread
From: marek.bykowski @ 2019-10-07 13:21 UTC (permalink / raw)
  To: robh+dt, mark.rutland, will, pawel.moll, devicetree, linux-arm-kernel
  Cc: Marek Bykowski

From: Marek Bykowski <marek.bykowski@gmail.com>

Indicate the arm-ccn perf back-end supports now ccn-512.

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
---
 Documentation/devicetree/bindings/perf/arm-ccn.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/perf/arm-ccn.txt b/Documentation/devicetree/bindings/perf/arm-ccn.txt
index 43b5a71a5a9d..1c53b5aa3317 100644
--- a/Documentation/devicetree/bindings/perf/arm-ccn.txt
+++ b/Documentation/devicetree/bindings/perf/arm-ccn.txt
@@ -6,6 +6,7 @@ Required properties:
 	"arm,ccn-502"
 	"arm,ccn-504"
 	"arm,ccn-508"
+	"arm,ccn-512"
 
 - reg: (standard registers property) physical address and size
 	(16MB) of the configuration registers block
-- 
2.21.0.896.g6a6c0f1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding
  2019-10-07 13:21   ` marek.bykowski
  (?)
@ 2019-10-15 21:30   ` Rob Herring
  -1 siblings, 0 replies; 13+ messages in thread
From: Rob Herring @ 2019-10-15 21:30 UTC (permalink / raw)
  To: marek.bykowski
  Cc: mark.rutland, devicetree, pawel.moll, robh+dt, Marek Bykowski,
	will, linux-arm-kernel

On Mon,  7 Oct 2019 15:21:15 +0200, marek.bykowski@gmail.com wrote:
> From: Marek Bykowski <marek.bykowski@gmail.com>
> 
> Indicate the arm-ccn perf back-end supports now ccn-512.
> 
> Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
> ---
>  Documentation/devicetree/bindings/perf/arm-ccn.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
  2019-10-07 13:21 ` marek.bykowski
@ 2019-10-16  9:06   ` Marek Bykowski
  -1 siblings, 0 replies; 13+ messages in thread
From: Marek Bykowski @ 2019-10-16  9:06 UTC (permalink / raw)
  To: mark.rutland, will.deacon, pawel.moll, linux-arm-kernel, linux-kernel

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);

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-16  9:06   ` Marek Bykowski
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Bykowski @ 2019-10-16  9:06 UTC (permalink / raw)
  To: mark.rutland, will.deacon, pawel.moll, linux-arm-kernel, linux-kernel

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

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCHv3 1/2] perf: arm-ccn: Enable stats for CCN-512 interconnect
  2019-10-16  9:06   ` Marek Bykowski
@ 2019-10-16  9:57     ` Marek Bykowski
  -1 siblings, 0 replies; 13+ messages in thread
From: Marek Bykowski @ 2019-10-16  9:57 UTC (permalink / raw)
  To: mark.rutland, will.deacon, pawel.moll, linux-arm-kernel, linux-kernel

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);

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCHv3 1/2] perf: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-16  9:57     ` Marek Bykowski
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Bykowski @ 2019-10-16  9:57 UTC (permalink / raw)
  To: mark.rutland, will.deacon, pawel.moll, linux-arm-kernel, linux-kernel

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

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
  2019-10-16  9:06   ` Marek Bykowski
@ 2019-10-16 11:12     ` Pawel Moll
  -1 siblings, 0 replies; 13+ messages in thread
From: Pawel Moll @ 2019-10-16 11:12 UTC (permalink / raw)
  To: Marek Bykowski, linux-arm-kernel, linux-kernel; +Cc: Mark Rutland, will

On Wed, 2019-10-16 at 10:06 +0100, Marek Bykowski wrote:
> 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);

Acked-by: Pawel Moll <pawel.moll@arm.com>

Thanks!

Pawel


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-16 11:12     ` Pawel Moll
  0 siblings, 0 replies; 13+ messages in thread
From: Pawel Moll @ 2019-10-16 11:12 UTC (permalink / raw)
  To: Marek Bykowski, linux-arm-kernel, linux-kernel; +Cc: Mark Rutland, will

On Wed, 2019-10-16 at 10:06 +0100, Marek Bykowski wrote:
> 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);

Acked-by: Pawel Moll <pawel.moll@arm.com>

Thanks!

Pawel


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCHv3 1/2] perf: arm-ccn: Enable stats for CCN-512 interconnect
  2019-10-16  9:57     ` Marek Bykowski
@ 2019-10-28 15:43       ` Will Deacon
  -1 siblings, 0 replies; 13+ messages in thread
From: Will Deacon @ 2019-10-28 15:43 UTC (permalink / raw)
  To: Marek Bykowski
  Cc: mark.rutland, will.deacon, pawel.moll, linux-arm-kernel, linux-kernel

On Wed, Oct 16, 2019 at 11:57:39AM +0200, Marek Bykowski wrote:
> 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>

I've queued this (and the docs change), but does it really need two
sign-offs for a one-line change? Boleslaw isn't even on cc!

Will

>  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);

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCHv3 1/2] perf: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-28 15:43       ` Will Deacon
  0 siblings, 0 replies; 13+ messages in thread
From: Will Deacon @ 2019-10-28 15:43 UTC (permalink / raw)
  To: Marek Bykowski
  Cc: mark.rutland, will.deacon, linux-arm-kernel, pawel.moll, linux-kernel

On Wed, Oct 16, 2019 at 11:57:39AM +0200, Marek Bykowski wrote:
> 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>

I've queued this (and the docs change), but does it really need two
sign-offs for a one-line change? Boleslaw isn't even on cc!

Will

>  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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-10-28 15:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect Marek Bykowski
2019-10-16  9:06   ` 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

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.