Re: [PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds flash

2012-04-18 Thread Timur Tabi
Huang Changming-R66093 wrote: > But, I observed the Call Trace, but the partition can be parsed correctly. > Maybe your patch can fix this Call Trace. Can you post the call trace? I think the reason this patch works is because the localbus node is not already probed by mpc85xx_common_publish_devi

RE: [PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds flash

2012-04-18 Thread Huang Changming-R66093
freescale@lists.ozlabs.org] On > Behalf Of Huang Changming-R66093 > Sent: Wednesday, April 18, 2012 3:47 PM > To: Tabi Timur-B04825 > Cc: linuxppc-dev@lists.ozlabs.org > Subject: RE: [PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds > flash > > Yes, I tested with the l

RE: [PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds flash

2012-04-18 Thread Huang Changming-R66093
org; Kumar Gala > Subject: Re: [PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds > flash > > On Tue, Apr 17, 2012 at 4:15 AM, wrote: > > > diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c > > b/arch/powerpc/platforms/85xx/p1022_ds.c > > index e74b7cd.

Re: [PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds flash

2012-04-17 Thread Tabi Timur-B04825
On Tue, Apr 17, 2012 at 4:15 AM, wrote: > diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c > b/arch/powerpc/platforms/85xx/p1022_ds.c > index e74b7cd..0db3a7e 100644 > --- a/arch/powerpc/platforms/85xx/p1022_ds.c > +++ b/arch/powerpc/platforms/85xx/p1022_ds.c > @@ -463,6 +463,7 @@ static voi

[PATCH v2 1/2] powerpc/mpc85xx: support the MTD for p1022ds flash

2012-04-17 Thread Chang-Ming.Huang
From: Jerry Huang The compatilbe 'simple-bus' is removed from the latest DTS for NAND and NOR flash partition, so we must add the new compatilbe support for p1022ds, otherwise, the kernel can't parse the partition of NOR and NAND flash. Signed-off-by: Jerry Huang --- changes for v2: cor