[PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE5493d

7 messages, 5 authors, 2011-07-22 · open the first message on its own page

[PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Shaohui Xie <hidden>
Date: 2011-07-21 11:22:10

Signed-off-by: Shaohui Xie <redacted>
---
 arch/powerpc/boot/dts/p4080ds.dts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts
index 927f94d..9c37a85 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -131,14 +131,14 @@
 			compatible = "fsl,p4080-memory-controller";
 			reg = <0x8000 0x1000>;
 			interrupt-parent = <&mpic>;
-			interrupts = <0x12 2>;
+			interrupts = <16 2>;
 		};
 
 		memory-controller@9000 {
 			compatible = "fsl,p4080-memory-controller";
 			reg = <0x9000 0x1000>;
 			interrupt-parent = <&mpic>;
-			interrupts = <0x12 2>;
+			interrupts = <16 2>;
 		};
 
 		corenet-cf@18000 {
-- 
1.6.4

Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Kumar Gala <hidden>
Date: 2011-07-21 12:13:15

On Jul 21, 2011, at 5:24 AM, Shaohui Xie wrote:
quoted hunk
Signed-off-by: Shaohui Xie <redacted>
---
arch/powerpc/boot/dts/p4080ds.dts |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
=20
diff --git a/arch/powerpc/boot/dts/p4080ds.dts =
b/arch/powerpc/boot/dts/p4080ds.dts
quoted hunk
index 927f94d..9c37a85 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -131,14 +131,14 @@
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x8000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};
=20
		memory-controller@9000 {
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x9000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};
=20
		corenet-cf@18000 {
--=20
1.6.4
What code base / tree is this against?

- k=

Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Tabi Timur-B04825 <hidden>
Date: 2011-07-21 15:57:50

On Thu, Jul 21, 2011 at 5:24 AM, Shaohui Xie [off-list ref] wr=
ote:
Signed-off-by: Shaohui Xie <redacted>
---
Can you provide an explanation as to why the current numbers are wrong?

--=20
Timur Tabi
Linux kernel developer at Freescale=

RE: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Xie Shaohui-B21989 <hidden>
Date: 2011-07-22 02:04:25


-----Original Message-----
From: Gala Kumar-B11780
Sent: Thursday, July 21, 2011 8:13 PM
To: Xie Shaohui-B21989
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-
controller for P4080


On Jul 21, 2011, at 5:24 AM, Shaohui Xie wrote:
quoted
Signed-off-by: Shaohui Xie <redacted>
---
arch/powerpc/boot/dts/p4080ds.dts |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/p4080ds.dts
b/arch/powerpc/boot/dts/p4080ds.dts
quoted
index 927f94d..9c37a85 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -131,14 +131,14 @@
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x8000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};

		memory-controller@9000 {
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x9000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};

		corenet-cf@18000 {
--
1.6.4
What code base / tree is this against?
[Xie Shaohui] This patch is based on v3.0-rc7.


Best Regards,=20
Shaohui Xie

RE: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Xie Shaohui-B21989 <hidden>
Date: 2011-07-22 02:15:58

From: Tabi Timur-B04825
Sent: Thursday, July 21, 2011 11:58 PM
To: Xie Shaohui-B21989
Cc: linuxppc-dev@lists.ozlabs.org; Gala Kumar-B11780
Subject: Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-
controller for P4080

On Thu, Jul 21, 2011 at 5:24 AM, Shaohui Xie [off-list ref]
wrote:
quoted
Signed-off-by: Shaohui Xie <redacted>
---
Can you provide an explanation as to why the current numbers are wrong?
[Xie Shaohui] This irq number is used by edac/mc, the edac/mc will handle t=
he error interrupt
Issued by memory-controllers, but the error interrupt on p4080 is 16.


Best Regards,=20
Shaohui Xie

Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Kumar Gala <hidden>
Date: 2011-07-22 06:01:00

On Jul 21, 2011, at 9:04 PM, Xie Shaohui-B21989 wrote:
=20
=20
=20
quoted
-----Original Message-----
From: Gala Kumar-B11780
Sent: Thursday, July 21, 2011 8:13 PM
To: Xie Shaohui-B21989
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of =
memory-
quoted
controller for P4080
=20
=20
On Jul 21, 2011, at 5:24 AM, Shaohui Xie wrote:
=20
quoted
Signed-off-by: Shaohui Xie <redacted>
---
arch/powerpc/boot/dts/p4080ds.dts |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
=20
diff --git a/arch/powerpc/boot/dts/p4080ds.dts
b/arch/powerpc/boot/dts/p4080ds.dts
quoted
index 927f94d..9c37a85 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -131,14 +131,14 @@
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x8000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};
=20
		memory-controller@9000 {
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x9000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};
=20
		corenet-cf@18000 {
--
1.6.4
=20
What code base / tree is this against?
=20
=20
[Xie Shaohui] This patch is based on v3.0-rc7.
Please use galak/powerpc.git 'next' branch.

It has the following:

=
http://git.kernel.org/?p=3Dlinux/kernel/git/galak/powerpc.git;a=3Dblob;f=3D=
arch/powerpc/boot/dts/p4080si.dtsi;h=3Db71051f506c1763fbb911a0df62b58577ed=
a2ce0;hb=3Drefs/heads/next

- k=

RE: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080

From: Xie Shaohui-B21989 <hidden>
Date: 2011-07-22 06:23:37

=20

-----Original Message-----
From: Kumar Gala [mailto:galak@kernel.crashing.org]
Sent: Friday, July 22, 2011 2:01 PM
To: Xie Shaohui-B21989
Cc: Gala Kumar-B11780; linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-
controller for P4080


On Jul 21, 2011, at 9:04 PM, Xie Shaohui-B21989 wrote:
quoted

quoted
-----Original Message-----
From: Gala Kumar-B11780
Sent: Thursday, July 21, 2011 8:13 PM
To: Xie Shaohui-B21989
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of
memory- controller for P4080


On Jul 21, 2011, at 5:24 AM, Shaohui Xie wrote:
quoted
Signed-off-by: Shaohui Xie <redacted>
---
arch/powerpc/boot/dts/p4080ds.dts |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/p4080ds.dts
b/arch/powerpc/boot/dts/p4080ds.dts
quoted
index 927f94d..9c37a85 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -131,14 +131,14 @@
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x8000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};

		memory-controller@9000 {
			compatible =3D "fsl,p4080-memory-controller";
			reg =3D <0x9000 0x1000>;
			interrupt-parent =3D <&mpic>;
-			interrupts =3D <0x12 2>;
+			interrupts =3D <16 2>;
		};

		corenet-cf@18000 {
--
1.6.4
What code base / tree is this against?
[Xie Shaohui] This patch is based on v3.0-rc7.
Please use galak/powerpc.git 'next' branch.

It has the following:

http://git.kernel.org/?p=3Dlinux/kernel/git/galak/powerpc.git;a=3Dblob;f=
=3Darch/
powerpc/boot/dts/p4080si.dtsi;h=3Db71051f506c1763fbb911a0df62b58577eda2ce0=
;h
b=3Drefs/heads/next
[Xie Shaohui] OK, thanks!
I'll rebase these patches on 'next' branch.



Best Regards,=20
Shaohui Xie
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help