[PATCH] lite5200(b) typos in dts

STALE7087d

8 messages, 4 authors, 2007-03-10 · open the first message on its own page

[PATCH] lite5200(b) typos in dts

From: Domen Puncer <hidden>
Date: 2007-03-06 09:51:42

Fix lite5200(b) copy paste typos in dts.


Signed-off-by: Domen Puncer <redacted>

---
 arch/powerpc/boot/dts/lite5200.dts  |    2 +-
 arch/powerpc/boot/dts/lite5200b.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: grant.git/arch/powerpc/boot/dts/lite5200.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200.dts
@@ -179,7 +179,7 @@
 			interrupt-parent = <500>;
 		};
 
-		gpio-wkup@b00 {
+		gpio-wkup@c00 {
 			compatible = "mpc5200-gpio-wkup";
 			reg = <c00 40>;
 			interrupts = <1 8 0 0 3 0>;
Index: grant.git/arch/powerpc/boot/dts/lite5200b.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200b.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200b.dts
@@ -179,7 +179,7 @@
 			interrupt-parent = <500>;
 		};
 
-		gpio-wkup@b00 {
+		gpio-wkup@c00 {
 			compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup";
 			reg = <c00 40>;
 			interrupts = <1 8 0 0 3 0>;

Re: [PATCH] lite5200(b) typos in dts

From: Sylvain Munaut <hidden>
Date: 2007-03-06 10:14:43

Domen Puncer wrote:
Fix lite5200(b) copy paste typos in dts.


Signed-off-by: Domen Puncer <redacted>
  
Acked-by: Sylvain Munaut <redacted>

Obviously correct ...
quoted hunk
---
 arch/powerpc/boot/dts/lite5200.dts  |    2 +-
 arch/powerpc/boot/dts/lite5200b.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: grant.git/arch/powerpc/boot/dts/lite5200.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200.dts
@@ -179,7 +179,7 @@
 			interrupt-parent = <500>;
 		};
 
-		gpio-wkup@b00 {
+		gpio-wkup@c00 {
 			compatible = "mpc5200-gpio-wkup";
 			reg = <c00 40>;
 			interrupts = <1 8 0 0 3 0>;
Index: grant.git/arch/powerpc/boot/dts/lite5200b.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200b.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200b.dts
@@ -179,7 +179,7 @@
 			interrupt-parent = <500>;
 		};
 
-		gpio-wkup@b00 {
+		gpio-wkup@c00 {
 			compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup";
 			reg = <c00 40>;
 			interrupts = <1 8 0 0 3 0>;
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

  

Re: [PATCH] lite5200(b) typos in dts

From: Grant Likely <hidden>
Date: 2007-03-06 15:14:21

On 3/6/07, Sylvain Munaut [off-list ref] wrote:
Domen Puncer wrote:
quoted
Fix lite5200(b) copy paste typos in dts.


Signed-off-by: Domen Puncer <redacted>
Acked-by: Sylvain Munaut <redacted>

Obviously correct ...
Acked-by: Grant Likely <redacted>

Indeed!

[PATCH] lite5200(b) dts: mscan.1 irq

From: Domen Puncer <hidden>
Date: 2007-03-09 08:49:57

Hi!

Found another one. ;-)

Btw. I forward ported Freescale's mscan patch to latest
peak-linux-driver. Should I send it somewhere? Where to?

--
Fix mscan irq number.
Tested with peak-linux-driver + patch from Freescale in
loopback mode.


Signed-off-by: Domen Puncer <redacted>

---
 arch/powerpc/boot/dts/lite5200.dts  |    2 +-
 arch/powerpc/boot/dts/lite5200b.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: grant.git/arch/powerpc/boot/dts/lite5200.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200.dts
@@ -167,7 +167,7 @@
 			device_type = "mscan";
 			compatible = "mpc5200-mscan";
 			cell-index = <1>;
-			interrupts = <1 12 0>;
+			interrupts = <2 12 0>;
 			interrupt-parent = <500>;
 			reg = <980 80>;
 		};
Index: grant.git/arch/powerpc/boot/dts/lite5200b.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200b.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200b.dts
@@ -167,7 +167,7 @@
 			device_type = "mscan";
 			compatible = "mpc5200b-mscan\0mpc5200-mscan";
 			cell-index = <1>;
-			interrupts = <1 12 0>;
+			interrupts = <2 12 0>;
 			interrupt-parent = <500>;
 			reg = <980 80>;
 		};

Re: [PATCH] lite5200(b) dts: mscan.1 irq

From: Grant Likely <hidden>
Date: 2007-03-09 16:00:56

On 3/9/07, Domen Puncer [off-list ref] wrote:
Hi!

Found another one. ;-)

Btw. I forward ported Freescale's mscan patch to latest
peak-linux-driver. Should I send it somewhere? Where to?

--
Fix mscan irq number.
Tested with peak-linux-driver + patch from Freescale in
loopback mode.


Signed-off-by: Domen Puncer <redacted>
Signed-off-by: Grant Likely <redacted>

Re: [PATCH] lite5200(b) dts: mscan.1 irq

From: Grant Likely <hidden>
Date: 2007-03-09 16:07:01

On 3/9/07, Grant Likely [off-list ref] wrote:
On 3/9/07, Domen Puncer [off-list ref] wrote:
quoted
Hi!

Found another one. ;-)

Btw. I forward ported Freescale's mscan patch to latest
peak-linux-driver. Should I send it somewhere? Where to?
Doesn't look like the peak folks have a mailing list and I don't know
if they are motivated to get it into mainline.  You could try emailing
your patches to linux@peak-system.com, and cc: it here so it's
archived for others to find.

Cheers,
g.

Re: [PATCH] lite5200(b) dts: mscan.1 irq

From: Robert Schwebel <hidden>
Date: 2007-03-10 12:18:18

Domen,

On Fri, Mar 09, 2007 at 09:49:54AM +0100, Domen Puncer wrote:
Btw. I forward ported Freescale's mscan patch to latest
peak-linux-driver. Should I send it somewhere? Where to?
Is that for the "old" peak driver, or for the new SocketCAN based ones? 
Note that Peak is moving to SocketCAN recently - see

http://developer.berlios.de/projects/socketcan/

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

Re: [PATCH] lite5200(b) dts: mscan.1 irq

From: Domen Puncer <hidden>
Date: 2007-03-10 14:50:21

On 10/03/07 12:53 +0100, Robert Schwebel wrote:
Domen,

On Fri, Mar 09, 2007 at 09:49:54AM +0100, Domen Puncer wrote:
quoted
Btw. I forward ported Freescale's mscan patch to latest
peak-linux-driver. Should I send it somewhere? Where to?
Is that for the "old" peak driver, or for the new SocketCAN based ones? 
Note that Peak is moving to SocketCAN recently - see

http://developer.berlios.de/projects/socketcan/
Hah, I didn't expect a new release just a day or two after I
downloaded the source. :-P
I did it against 5.12; 6.0 and SocketCAN are definitely worth
checking out.

Thanks!


	Domen
Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help