[PATCH][MTD][NOR]Add support for the SST 36VF3203 flash chip

2008-03-03 Thread Andrei Dolnikov
Add support for the SST 36VF3203 flash chip. It is used on Emerson KSI8560 board. Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- jedec_probe.c | 13 + 1 files changed, 13 insertions(+) diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c index

Re: [PATCH 1/5] PowerPC 74xx: Katana Qp device tree

2007-12-04 Thread Andrei Dolnikov
Mark A. Greer wrote: On Tue, Dec 04, 2007 at 07:52:50AM +1100, Benjamin Herrenschmidt wrote: #address-cells = 1; + #size-cells = 1; + model = Katana-Qp; /* Default */ + compatible = emerson,Katana-Qp; + coherency-off; + What do that mean (coherency-off) ? Somebody

[PATCH 0/5] PowerPC 74xx: Add Emerson Katana Qp support

2007-11-29 Thread Andrei Dolnikov
Hello folks, The following patch sequence is Emerson KatanaQp board support reworked after initial review/discussion. The patches are incremental to minor mv64x60 code fixups sent by Mark A. Greer on 11/08/07. Let me know if you think that some updates/changes needed. As for Vitaly's and

[PATCH 2/5] PowerPC 74xx: Minor updates to MV64x60 boot code

2007-11-29 Thread Andrei Dolnikov
This patch adds new functionality to MV64x60 boot code. The changes are required to access DevCS windows registers and set PCI bus and devfn numbers for MV644x60 PCI/PCI-X interfaces. Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- mv64x60.c | 74

[PATCH 3/5] PowerPC 74xx: Katana Qp bootwrapper

2007-11-29 Thread Andrei Dolnikov
Bootwrapper sources for Emerson Katana Qp Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- Makefile |3 cuboot-katanaqp.c | 470 ++ 2 files changed, 472 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/boot/Makefile b

[PATCH 1/5] PowerPC 74xx: Katana Qp device tree

2007-11-29 Thread Andrei Dolnikov
Device tree source file for the Emerson Katana Qp board Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- katanaqp.dts | 360 +++ 1 files changed, 360 insertions(+) diff --git a/arch/powerpc/boot/dts/katanaqp.dts b/arch/powerpc/boot

[PATCH 4/5] PowerPC 74xx: Katana Qp base support

2007-11-29 Thread Andrei Dolnikov
Emerson Katana Qp platform specific code Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- Kconfig|9 +++ Makefile |1 katanaqp.c | 168 + 3 files changed, 178 insertions(+) diff --git a/arch/powerpc/platforms

[PATCH 5/5] PowerPC 74xx: Katana Qp default config

2007-11-29 Thread Andrei Dolnikov
Default kernel config for Emerson Katana Qp board Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- katanaqp_defconfig | 941 + 1 files changed, 941 insertions(+) diff --git a/arch/powerpc/configs/katanaqp_defconfig b/arch/powerpc

[PATCH 5/5] PowerPC 74xx: Katana Qp default config

2007-11-16 Thread Andrei Dolnikov
Default kernel config for Emerson Katana Qp board Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- arch/powerpc/configs/katanaqp_defconfig | 941 1 files changed, 941 insertions(+) diff --git a/arch/powerpc/configs/katanaqp_defconfig b/arch/powerpc

[PATCH 4/5] PowerPC 74xx: Katana Qp base support

2007-11-16 Thread Andrei Dolnikov
Emerson Katana Qp platform specific code Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- arch/powerpc/platforms/embedded6xx/Kconfig|9 + arch/powerpc/platforms/embedded6xx/Makefile |1 arch/powerpc/platforms/embedded6xx/katanaqp.c | 180 ++ 3 files

[PATCH 3/5] PowerPC 74xx: Katana Qp bootwrapper

2007-11-16 Thread Andrei Dolnikov
Bootwrapper sources for Emerson Katana Qp Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- arch/powerpc/boot/Makefile |3 arch/powerpc/boot/cuboot-katanaqp.c | 470 2 files changed, 472 insertions(+), 1 deletion(-) diff --git a/arch

[PATCH 0/1] PowerPC 74xx: Add Emerson Katana Qp support

2007-11-16 Thread Andrei Dolnikov
Hello folks, The following patch sequence is intended to add support for the Emerson Katana Qp ATCA board based on MPC7448 CPU and Marvell 64460 chipset. The patches are incremental to minor mv64x60 code fixups sent by Mark A. Greer on 11/08/07. Thanks, Andrei.

[PATCH 1/5] PowerPC 74xx: Katana Qp device tree

2007-11-16 Thread Andrei Dolnikov
Device tree source file for the Emerson Katana Qp board Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- arch/powerpc/boot/dts/katanaqp.dts | 357 + 1 files changed, 357 insertions(+) diff --git a/arch/powerpc/boot/dts/katanaqp.dts b/arch/powerpc/boot

[PATCH 2/5] PowerPC 74xx: Minor updates to MV64x60 boot code

2007-11-16 Thread Andrei Dolnikov
This patch adds new functionality to MV64x60 boot code. The changes are required to access DevCS windows registers and set PCI bus and devfn numbers for MV644x60 PCI/PCI-X interfaces. Signed-off-by: Andrei Dolnikov [EMAIL PROTECTED] --- arch/powerpc/boot/mv64x60.c | 74