From: Christian Krafft <krafft@de.ibm.com>
To: linuxppc-dev@ozlabs.org
Cc: krafft@de.ibm.com
Subject: [patch] powerpc: add scanning of ebc bus to of_platform
Date: Fri, 8 Dec 2006 11:41:13 +0100 [thread overview]
Message-ID: <20061208114113.2191e446@localhost> (raw)
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
next reply other threads:[~2006-12-08 10:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-08 10:41 Christian Krafft [this message]
2006-12-08 22:53 ` [patch] powerpc: add scanning of ebc bus to of_platform 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061208114113.2191e446@localhost \
--to=krafft@de.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).