All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for ARM CCN-502 interconnect
@ 2017-02-10 20:42 ` Velibor Markovski
  0 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

Add compatible string for ARM CCN-502 interconnect.
CCN-502 interconnect is already compatible with the 
existing ARM CCN driver, which supports CCN-504.

This patchset is based on v4.10-rc3 and is available from github:
repo: https://github.com/Broadcom/arm64-linux
branch: arm64-ccn502

Velibor Markovski (2):
  dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
  bus: arm-ccn: Enable stats for CCN-502 interconnect

 Documentation/devicetree/bindings/arm/ccn.txt | 1 +
 drivers/bus/arm-ccn.c                         | 1 +
 2 files changed, 2 insertions(+)

-- 
1.9.1

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

* [PATCH 0/2] Add support for ARM CCN-502 interconnect
@ 2017-02-10 20:42 ` Velibor Markovski
  0 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Pawel Moll, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	BCM Kernel Feedback, Velibor Markovski

Add compatible string for ARM CCN-502 interconnect.
CCN-502 interconnect is already compatible with the 
existing ARM CCN driver, which supports CCN-504.

This patchset is based on v4.10-rc3 and is available from github:
repo: https://github.com/Broadcom/arm64-linux
branch: arm64-ccn502

Velibor Markovski (2):
  dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
  bus: arm-ccn: Enable stats for CCN-502 interconnect

 Documentation/devicetree/bindings/arm/ccn.txt | 1 +
 drivers/bus/arm-ccn.c                         | 1 +
 2 files changed, 2 insertions(+)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/2] Add support for ARM CCN-502 interconnect
@ 2017-02-10 20:42 ` Velibor Markovski
  0 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Pawel Moll, devicetree, linux-kernel, linux-arm-kernel,
	BCM Kernel Feedback, Velibor Markovski

Add compatible string for ARM CCN-502 interconnect.
CCN-502 interconnect is already compatible with the 
existing ARM CCN driver, which supports CCN-504.

This patchset is based on v4.10-rc3 and is available from github:
repo: https://github.com/Broadcom/arm64-linux
branch: arm64-ccn502

Velibor Markovski (2):
  dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
  bus: arm-ccn: Enable stats for CCN-502 interconnect

 Documentation/devicetree/bindings/arm/ccn.txt | 1 +
 drivers/bus/arm-ccn.c                         | 1 +
 2 files changed, 2 insertions(+)

-- 
1.9.1

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

* [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
  2017-02-10 20:42 ` Velibor Markovski
@ 2017-02-10 20:42   ` Velibor Markovski
  -1 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

Add CCN-502 to the list of supported devices by ARM CCN PMU driver.

Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
---
 Documentation/devicetree/bindings/arm/ccn.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
index b100d38..2980145 100644
--- a/Documentation/devicetree/bindings/arm/ccn.txt
+++ b/Documentation/devicetree/bindings/arm/ccn.txt
@@ -3,6 +3,7 @@
 Required properties:
 
 - compatible: (standard compatible string) should be one of:
+	"arm,ccn-502"
 	"arm,ccn-504"
 	"arm,ccn-508"
 
-- 
1.9.1

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

* [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-02-10 20:42   ` Velibor Markovski
  0 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Pawel Moll, devicetree, linux-kernel, linux-arm-kernel,
	BCM Kernel Feedback, Velibor Markovski

Add CCN-502 to the list of supported devices by ARM CCN PMU driver.

Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
---
 Documentation/devicetree/bindings/arm/ccn.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
index b100d38..2980145 100644
--- a/Documentation/devicetree/bindings/arm/ccn.txt
+++ b/Documentation/devicetree/bindings/arm/ccn.txt
@@ -3,6 +3,7 @@
 Required properties:
 
 - compatible: (standard compatible string) should be one of:
+	"arm,ccn-502"
 	"arm,ccn-504"
 	"arm,ccn-508"
 
-- 
1.9.1

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

* [PATCH 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect
  2017-02-10 20:42 ` Velibor Markovski
@ 2017-02-10 20:42   ` Velibor Markovski
  -1 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

Add compatible string for the ARM CCN-502 interconnect

Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
---
 drivers/bus/arm-ccn.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/arm-ccn.c b/drivers/bus/arm-ccn.c
index 4d6a2b7..98a6995 100644
--- a/drivers/bus/arm-ccn.c
+++ b/drivers/bus/arm-ccn.c
@@ -1544,6 +1544,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", },
 	{},
 };
-- 
1.9.1

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

* [PATCH 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect
@ 2017-02-10 20:42   ` Velibor Markovski
  0 siblings, 0 replies; 18+ messages in thread
From: Velibor Markovski @ 2017-02-10 20:42 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Pawel Moll, devicetree, linux-kernel, linux-arm-kernel,
	BCM Kernel Feedback, Velibor Markovski

Add compatible string for the ARM CCN-502 interconnect

Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
---
 drivers/bus/arm-ccn.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/arm-ccn.c b/drivers/bus/arm-ccn.c
index 4d6a2b7..98a6995 100644
--- a/drivers/bus/arm-ccn.c
+++ b/drivers/bus/arm-ccn.c
@@ -1544,6 +1544,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", },
 	{},
 };
-- 
1.9.1

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

* [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-02-14 17:48     ` Mark Rutland
  0 siblings, 0 replies; 18+ messages in thread
From: Mark Rutland @ 2017-02-14 17:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
> 
> Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>

Acked-by: Mark Rutland <mark.rutland@arm.com>

I assume Pawel will take this along with the driver patch.

Thanks,
Mark.

> ---
>  Documentation/devicetree/bindings/arm/ccn.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
> index b100d38..2980145 100644
> --- a/Documentation/devicetree/bindings/arm/ccn.txt
> +++ b/Documentation/devicetree/bindings/arm/ccn.txt
> @@ -3,6 +3,7 @@
>  Required properties:
>  
>  - compatible: (standard compatible string) should be one of:
> +	"arm,ccn-502"
>  	"arm,ccn-504"
>  	"arm,ccn-508"
>  
> -- 
> 1.9.1
> 

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-02-14 17:48     ` Mark Rutland
  0 siblings, 0 replies; 18+ messages in thread
From: Mark Rutland @ 2017-02-14 17:48 UTC (permalink / raw)
  To: Velibor Markovski
  Cc: Rob Herring, Pawel Moll, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	BCM Kernel Feedback, nd-5wv7dgnIgG8

On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
> 
> Signed-off-by: Velibor Markovski <velibor.markovski-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>

I assume Pawel will take this along with the driver patch.

Thanks,
Mark.

> ---
>  Documentation/devicetree/bindings/arm/ccn.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
> index b100d38..2980145 100644
> --- a/Documentation/devicetree/bindings/arm/ccn.txt
> +++ b/Documentation/devicetree/bindings/arm/ccn.txt
> @@ -3,6 +3,7 @@
>  Required properties:
>  
>  - compatible: (standard compatible string) should be one of:
> +	"arm,ccn-502"
>  	"arm,ccn-504"
>  	"arm,ccn-508"
>  
> -- 
> 1.9.1
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-02-14 17:48     ` Mark Rutland
  0 siblings, 0 replies; 18+ messages in thread
From: Mark Rutland @ 2017-02-14 17:48 UTC (permalink / raw)
  To: Velibor Markovski
  Cc: Rob Herring, Pawel Moll, devicetree, linux-kernel,
	linux-arm-kernel, BCM Kernel Feedback, nd

On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
> 
> Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>

Acked-by: Mark Rutland <mark.rutland@arm.com>

I assume Pawel will take this along with the driver patch.

Thanks,
Mark.

> ---
>  Documentation/devicetree/bindings/arm/ccn.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
> index b100d38..2980145 100644
> --- a/Documentation/devicetree/bindings/arm/ccn.txt
> +++ b/Documentation/devicetree/bindings/arm/ccn.txt
> @@ -3,6 +3,7 @@
>  Required properties:
>  
>  - compatible: (standard compatible string) should be one of:
> +	"arm,ccn-502"
>  	"arm,ccn-504"
>  	"arm,ccn-508"
>  
> -- 
> 1.9.1
> 

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

* [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
  2017-02-14 17:48     ` Mark Rutland
@ 2017-02-20 11:49       ` Pawel Moll
  -1 siblings, 0 replies; 18+ messages in thread
From: Pawel Moll @ 2017-02-20 11:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 2017-02-14 at 17:48 +0000, Mark Rutland wrote:
> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
> > 
> > Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
> > 
> > Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
> Acked-by: Mark Rutland <mark.rutland@arm.com>
> 
> I assume Pawel will take this along with the driver patch.

Will do, thanks!

Pawel

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-02-20 11:49       ` Pawel Moll
  0 siblings, 0 replies; 18+ messages in thread
From: Pawel Moll @ 2017-02-20 11:49 UTC (permalink / raw)
  To: Mark Rutland, Velibor Markovski
  Cc: Rob Herring, devicetree, linux-kernel, linux-arm-kernel,
	BCM Kernel Feedback, nd

On Tue, 2017-02-14 at 17:48 +0000, Mark Rutland wrote:
> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
> > 
> > Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
> > 
> > Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
> Acked-by: Mark Rutland <mark.rutland@arm.com>
> 
> I assume Pawel will take this along with the driver patch.

Will do, thanks!

Pawel

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

* [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
  2017-02-14 17:48     ` Mark Rutland
  (?)
@ 2017-04-29  4:07       ` Scott Branden
  -1 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2017-04-29  4:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mark/Pawel,

I think this patch series has been missed.

On 17-02-14 09:48 AM, Mark Rutland wrote:
> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
>> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
>>
>> Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
>
> Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Scott Branden <scott.branden@broadcom.com>
>
> I assume Pawel will take this along with the driver patch.
Could you please pick up this patch series?

>
> Thanks,
> Mark.
>
>> ---
>>  Documentation/devicetree/bindings/arm/ccn.txt | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
>> index b100d38..2980145 100644
>> --- a/Documentation/devicetree/bindings/arm/ccn.txt
>> +++ b/Documentation/devicetree/bindings/arm/ccn.txt
>> @@ -3,6 +3,7 @@
>>  Required properties:
>>
>>  - compatible: (standard compatible string) should be one of:
>> +	"arm,ccn-502"
>>  	"arm,ccn-504"
>>  	"arm,ccn-508"
>>
>> --
>> 1.9.1
>>

Thanks,
  Scott

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-04-29  4:07       ` Scott Branden
  0 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2017-04-29  4:07 UTC (permalink / raw)
  To: Mark Rutland, Velibor Markovski
  Cc: Rob Herring, Pawel Moll, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	BCM Kernel Feedback, nd-5wv7dgnIgG8

Hi Mark/Pawel,

I think this patch series has been missed.

On 17-02-14 09:48 AM, Mark Rutland wrote:
> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
>> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
>>
>> Signed-off-by: Velibor Markovski <velibor.markovski-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
>
> Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
Acked-by: Scott Branden <scott.branden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
>
> I assume Pawel will take this along with the driver patch.
Could you please pick up this patch series?

>
> Thanks,
> Mark.
>
>> ---
>>  Documentation/devicetree/bindings/arm/ccn.txt | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
>> index b100d38..2980145 100644
>> --- a/Documentation/devicetree/bindings/arm/ccn.txt
>> +++ b/Documentation/devicetree/bindings/arm/ccn.txt
>> @@ -3,6 +3,7 @@
>>  Required properties:
>>
>>  - compatible: (standard compatible string) should be one of:
>> +	"arm,ccn-502"
>>  	"arm,ccn-504"
>>  	"arm,ccn-508"
>>
>> --
>> 1.9.1
>>

Thanks,
  Scott
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-04-29  4:07       ` Scott Branden
  0 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2017-04-29  4:07 UTC (permalink / raw)
  To: Mark Rutland, Velibor Markovski, Pawel Moll
  Cc: Rob Herring, Pawel Moll, devicetree, linux-kernel,
	linux-arm-kernel, BCM Kernel Feedback, nd

Hi Mark/Pawel,

I think this patch series has been missed.

On 17-02-14 09:48 AM, Mark Rutland wrote:
> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
>> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
>>
>> Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
>
> Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Scott Branden <scott.branden@broadcom.com>
>
> I assume Pawel will take this along with the driver patch.
Could you please pick up this patch series?

>
> Thanks,
> Mark.
>
>> ---
>>  Documentation/devicetree/bindings/arm/ccn.txt | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
>> index b100d38..2980145 100644
>> --- a/Documentation/devicetree/bindings/arm/ccn.txt
>> +++ b/Documentation/devicetree/bindings/arm/ccn.txt
>> @@ -3,6 +3,7 @@
>>  Required properties:
>>
>>  - compatible: (standard compatible string) should be one of:
>> +	"arm,ccn-502"
>>  	"arm,ccn-504"
>>  	"arm,ccn-508"
>>
>> --
>> 1.9.1
>>

Thanks,
  Scott

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

* [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-05-09 14:34         ` Scott Branden
  0 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2017-05-09 14:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Pawel,

On 17-02-20 03:49 AM, Pawel Moll wrote:
> On Tue, 2017-02-14 at 17:48 +0000, Mark Rutland wrote:
>> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
>>>
>>> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
>>>
>>> Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
>> Acked-by: Mark Rutland <mark.rutland@arm.com>
>>
>> I assume Pawel will take this along with the driver patch.
>
> Will do, thanks!
I still do not see this patch series in linux-next or merged upstream?

>
> Pawel
>

Regards,
  Scott

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-05-09 14:34         ` Scott Branden
  0 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2017-05-09 14:34 UTC (permalink / raw)
  To: Pawel Moll, Mark Rutland, Velibor Markovski
  Cc: Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	BCM Kernel Feedback, nd-5wv7dgnIgG8

Hi Pawel,

On 17-02-20 03:49 AM, Pawel Moll wrote:
> On Tue, 2017-02-14 at 17:48 +0000, Mark Rutland wrote:
>> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
>>>
>>> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
>>>
>>> Signed-off-by: Velibor Markovski <velibor.markovski-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
>> Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
>>
>> I assume Pawel will take this along with the driver patch.
>
> Will do, thanks!
I still do not see this patch series in linux-next or merged upstream?

>
> Pawel
>

Regards,
  Scott
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
@ 2017-05-09 14:34         ` Scott Branden
  0 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2017-05-09 14:34 UTC (permalink / raw)
  To: Pawel Moll, Mark Rutland, Velibor Markovski
  Cc: Rob Herring, devicetree, linux-kernel, linux-arm-kernel,
	BCM Kernel Feedback, nd

Hi Pawel,

On 17-02-20 03:49 AM, Pawel Moll wrote:
> On Tue, 2017-02-14 at 17:48 +0000, Mark Rutland wrote:
>> On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote:
>>>
>>> Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
>>>
>>> Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
>> Acked-by: Mark Rutland <mark.rutland@arm.com>
>>
>> I assume Pawel will take this along with the driver patch.
>
> Will do, thanks!
I still do not see this patch series in linux-next or merged upstream?

>
> Pawel
>

Regards,
  Scott

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

end of thread, other threads:[~2017-05-09 14:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 20:42 [PATCH 0/2] Add support for ARM CCN-502 interconnect Velibor Markovski
2017-02-10 20:42 ` Velibor Markovski
2017-02-10 20:42 ` Velibor Markovski
2017-02-10 20:42 ` [PATCH 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string Velibor Markovski
2017-02-10 20:42   ` Velibor Markovski
2017-02-14 17:48   ` Mark Rutland
2017-02-14 17:48     ` Mark Rutland
2017-02-14 17:48     ` Mark Rutland
2017-02-20 11:49     ` Pawel Moll
2017-02-20 11:49       ` Pawel Moll
2017-05-09 14:34       ` Scott Branden
2017-05-09 14:34         ` Scott Branden
2017-05-09 14:34         ` Scott Branden
2017-04-29  4:07     ` Scott Branden
2017-04-29  4:07       ` Scott Branden
2017-04-29  4:07       ` Scott Branden
2017-02-10 20:42 ` [PATCH 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect Velibor Markovski
2017-02-10 20:42   ` Velibor Markovski

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.