[PATCH 0/2] Add support for ARM CCN-502 interconnect
STALE3408d
Revision v1 of 3 in this series.
7 messages,
4 authors,
2017-05-09 · open the first message on its own page
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
Add compatible string for the ARM CCN-502 interconnect
Signed-off-by: Velibor Markovski <redacted>
---
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
Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
Signed-off-by: Velibor Markovski <redacted>
---
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
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 <redacted>
Acked-by: Mark Rutland <mark.rutland@arm.com>
I assume Pawel will take this along with the driver patch.
Thanks,
Mark.
quoted hunk ---
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
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: quoted
Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
Signed-off-by: Velibor Markovski <redacted> Acked-by: Mark Rutland <mark.rutland@arm.com>
I assume Pawel will take this along with the driver patch.
Will do, thanks!
Pawel
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: quoted Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
Signed-off-by: Velibor Markovski <redacted>
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.
quoted ---
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
Hi Pawel,
On 17-02-20 03:49 AM, Pawel Moll wrote: On Tue, 2017-02-14 at 17:48 +0000, Mark Rutland wrote: quoted On Fri, Feb 10, 2017 at 12:42:47PM -0800, Velibor Markovski wrote: quoted
Add CCN-502 to the list of supported devices by ARM CCN PMU driver.
Signed-off-by: Velibor Markovski <redacted> 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