* [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller
@ 2010-11-05 2:57 Lan Chunhe
0 siblings, 0 replies; 4+ messages in thread
From: Lan Chunhe @ 2010-11-05 2:57 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Lan Chunhe, akpm, Kai.Jiang, dougthompson
We need to get the pci controller created as an of platform device to
allow the EDAC driver to bind to it on P4080DS.
Signed-off-by: Kai.Jiang <Kai.Jiang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Lan Chunhe <b25806@freescale.com>
---
arch/powerpc/platforms/85xx/corenet_ds.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c
index 2ab338c..bf9b9e5 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -116,6 +116,9 @@ static const struct of_device_id of_device_ids[] __devinitconst = {
{
.compatible = "fsl,rapidio-delta",
},
+ {
+ .compatible = "fsl,p4080-pcie",
+ },
{}
};
--
1.5.4.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller
@ 2010-11-05 5:28 Lan Chunhe
2010-11-11 11:59 ` Kumar Gala
0 siblings, 1 reply; 4+ messages in thread
From: Lan Chunhe @ 2010-11-05 5:28 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Lan Chunhe, akpm, Kai.Jiang, dougthompson
We need to get the pci controller created as an of platform device to
allow the EDAC driver to bind to it on P4080DS.
Signed-off-by: Kai.Jiang <Kai.Jiang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Lan Chunhe <b25806@freescale.com>
---
arch/powerpc/platforms/85xx/corenet_ds.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c
index 2ab338c..bf9b9e5 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -116,6 +116,9 @@ static const struct of_device_id of_device_ids[] __devinitconst = {
{
.compatible = "fsl,rapidio-delta",
},
+ {
+ .compatible = "fsl,p4080-pcie",
+ },
{}
};
--
1.5.4.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller
2010-11-05 5:28 [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller Lan Chunhe
@ 2010-11-11 11:59 ` Kumar Gala
2010-11-11 12:01 ` Kumar Gala
0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2010-11-11 11:59 UTC (permalink / raw)
To: Lan Chunhe; +Cc: Kai.Jiang, akpm, linuxppc-dev, dougthompson
On Nov 5, 2010, at 12:28 AM, Lan Chunhe wrote:
> We need to get the pci controller created as an of platform device to
> allow the EDAC driver to bind to it on P4080DS.
>=20
> Signed-off-by: Kai.Jiang <Kai.Jiang@freescale.com>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> Signed-off-by: Lan Chunhe <b25806@freescale.com>
> ---
> arch/powerpc/platforms/85xx/corenet_ds.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>=20
> diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c =
b/arch/powerpc/platforms/85xx/corenet_ds.c
> index 2ab338c..bf9b9e5 100644
> --- a/arch/powerpc/platforms/85xx/corenet_ds.c
> +++ b/arch/powerpc/platforms/85xx/corenet_ds.c
> @@ -116,6 +116,9 @@ static const struct of_device_id of_device_ids[] =
__devinitconst =3D {
> {
> .compatible =3D "fsl,rapidio-delta",
> },
> + {
> + .compatible =3D "fsl,p4080-pcie",
> + },
> {}
> };
>=20
We've talked about doing an explicit add of a new node instead of doing =
this everywhere. I'd like to see that done instead.
- k
> --=20
> 1.5.4.5
>=20
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller
2010-11-11 11:59 ` Kumar Gala
@ 2010-11-11 12:01 ` Kumar Gala
0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2010-11-11 12:01 UTC (permalink / raw)
To: Kumar Gala; +Cc: Lan Chunhe, linuxppc-dev, akpm, Kai.Jiang, dougthompson
On Nov 11, 2010, at 5:59 AM, Kumar Gala wrote:
>=20
> On Nov 5, 2010, at 12:28 AM, Lan Chunhe wrote:
>=20
>> We need to get the pci controller created as an of platform device to
>> allow the EDAC driver to bind to it on P4080DS.
>>=20
>> Signed-off-by: Kai.Jiang <Kai.Jiang@freescale.com>
>> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
>> Signed-off-by: Lan Chunhe <b25806@freescale.com>
>> ---
>> arch/powerpc/platforms/85xx/corenet_ds.c | 3 +++
>> 1 files changed, 3 insertions(+), 0 deletions(-)
>>=20
>> diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c =
b/arch/powerpc/platforms/85xx/corenet_ds.c
>> index 2ab338c..bf9b9e5 100644
>> --- a/arch/powerpc/platforms/85xx/corenet_ds.c
>> +++ b/arch/powerpc/platforms/85xx/corenet_ds.c
>> @@ -116,6 +116,9 @@ static const struct of_device_id of_device_ids[] =
__devinitconst =3D {
>> {
>> .compatible =3D "fsl,rapidio-delta",
>> },
>> + {
>> + .compatible =3D "fsl,p4080-pcie",
>> + },
>> {}
>> };
>>=20
>=20
> We've talked about doing an explicit add of a new node instead of =
doing this everywhere. I'd like to see that done instead.
The thread that describes this a bit further is here:
http://patchwork.ozlabs.org/patch/59530/
- k=
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-11 12:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 5:28 [PATCH 3/3] powerpc/85xx: Update of_platform_bus_probe list to include PCI controller Lan Chunhe
2010-11-11 11:59 ` Kumar Gala
2010-11-11 12:01 ` Kumar Gala
-- strict thread matches above, loose matches on Subject: below --
2010-11-05 2:57 Lan Chunhe
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).