linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [patch] powerpc: add scanning of ebc bus to of_platform
@ 2006-12-08 10:41 Christian Krafft
  2006-12-08 22:53 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 8+ messages in thread
From: Christian Krafft @ 2006-12-08 10:41 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: krafft

Subject: powerpc: add scanning of ebc bus to of_platform

This patch add scanning of ebc bus to of_platform, which is needed
to recognize devices located on that bus.

Signed-off-by: Christian Krafft <krafft@de.ibm.com>

Index: linux-2.6.19-rc6/arch/powerpc/kernel/of_platform.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- linux-2.6.19-rc6.orig/arch/powerpc/kernel/of_platform.c
+++ linux-2.6.19-rc6/arch/powerpc/kernel/of_platform.c
@@ -50,6 +50,7 @@ static struct of_device_id of_default_bu
 	{ .type =3D "plb5", },
 	{ .type =3D "plb4", },
 	{ .type =3D "opb", },
+	{ .type =3D "ebc", },
 	{},
 };
=20


--=20
Mit freundlichen Gr=FCssen,
kind regards,

Christian Krafft
IBM Systems & Technology Group,=20
Linux Kernel Development
IT Specialist

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

end of thread, other threads:[~2006-12-11 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 10:41 [patch] powerpc: add scanning of ebc bus to of_platform Christian Krafft
2006-12-08 22:53 ` Benjamin Herrenschmidt
2006-12-09 10:04   ` Segher Boessenkool
2006-12-09 11:36     ` Arnd Bergmann
2006-12-10 12:17       ` Segher Boessenkool
2006-12-11  2:25       ` Paul Mackerras
2006-12-11  6:56         ` Benjamin Herrenschmidt
2006-12-11 10:01           ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).