Re: [PATCH] MTD support for the AMCC Taishan

2008-02-08 Thread Stefan Roese
On Friday 08 February 2008, Stefan Roese wrote: > > + [EMAIL PROTECTED] { > > + label = "user"; > > + reg = <38 3a8>; > > + }; > > +

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-08 Thread Stefan Roese
On Sunday 03 February 2008, Imre Kaloz wrote: > Signed-off-by: Imre Kaloz <[EMAIL PROTECTED]> > --- > arch/powerpc/boot/dts/taishan.dts | 33 +++- > arch/powerpc/configs/taishan_defconfig | 89 > ++-- 2 files changed, 116 insertions(+), 6 > deletions(-)

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Valentine Barshak
Imre Kaloz wrote: > On Thu, 07 Feb 2008 15:05:23 +0100, Valentine Barshak > <[EMAIL PROTECTED]> wrote: > >>> Well, arch/ppc calculates the mtd2 dynamically and doesn't create >>> a separate partition for kozio. >> >> That dynamic size calculation depends on the flash size. >> The board I use has

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Imre Kaloz
On Thu, 07 Feb 2008 15:05:23 +0100, Valentine Barshak <[EMAIL PROTECTED]> wrote: >> Well, arch/ppc calculates the mtd2 dynamically and doesn't create >> a separate partition for kozio. > > That dynamic size calculation depends on the flash size. > The board I use has a 64MB NOR flash (I'm not aw

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Valentine Barshak
Imre Kaloz wrote: > Well, arch/ppc calculates the mtd2 dynamically and doesn't create > a separate partition for kozio. That dynamic size calculation depends on the flash size. The board I use has a 64MB NOR flash (I'm not aware of other Taishan boards having chips of different size). So AFAIU if

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Imre Kaloz
Well, arch/ppc calculates the mtd2 dynamically and doesn't create a separate partition for kozio. I've based this on how it's currently done for the Sequoia, too. Imre On Thu, 07 Feb 2008 14:46:43 +0100, Valentine Barshak <[EMAIL PROTECTED]> wrote: > Josh Boyer wrote: >> On Thu, 07 Feb 2008

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Valentine Barshak
Josh Boyer wrote: > On Thu, 07 Feb 2008 11:29:55 +0100 > "Imre Kaloz" <[EMAIL PROTECTED]> wrote: > >> *bump*? :) If anything is wrong with it, please let me know. The arch/ppc had a bit different partition table. Something like this: mtd0: 0018 0004 "kernel" mtd1: 0020 0004 "root"

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Josh Boyer
On Thu, 07 Feb 2008 11:29:55 +0100 "Imre Kaloz" <[EMAIL PROTECTED]> wrote: > *bump*? :) If anything is wrong with it, please let me know. Nothing wrong that I could see. I just need to test it first. josh ___ Linuxppc-dev mailing list Linuxppc-dev@ozl

Re: [PATCH] MTD support for the AMCC Taishan

2008-02-07 Thread Imre Kaloz
*bump*? :) If anything is wrong with it, please let me know. Imre On Sun, 03 Feb 2008 11:41:44 +0100, Imre Kaloz <[EMAIL PROTECTED]> wrote: > Signed-off-by: Imre Kaloz <[EMAIL PROTECTED]> > --- > arch/powerpc/boot/dts/taishan.dts | 33 +++- > arch/powerpc/configs/taishan_defcon

[PATCH] MTD support for the AMCC Taishan

2008-02-03 Thread Imre Kaloz
Signed-off-by: Imre Kaloz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/taishan.dts | 33 +++- arch/powerpc/configs/taishan_defconfig | 89 ++-- 2 files changed, 116 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/boot/dts/taishan.dts b/arch/p