RE: [RFC PATCH v4] Consolidate SRAM support

2011-07-08 Thread Nori, Sekhar
Hi Jean-Christophe, On Thu, May 26, 2011 at 06:32:57, Jean-Christophe PLAGNIOL-VILLARD wrote: From: Russell King - ARM Linux li...@arm.linux.org.uk We have two SoCs using SRAM, both with their own allocation systems, and both with their own ways of copying functions into the SRAM. Let's

RE: [RFC PATCH v4] Consolidate SRAM support

2011-07-08 Thread Nori, Sekhar
On Fri, Jul 08, 2011 at 22:21:52, Nori, Sekhar wrote: Hi Jean-Christophe, On Thu, May 26, 2011 at 06:32:57, Jean-Christophe PLAGNIOL-VILLARD wrote: From: Russell King - ARM Linux li...@arm.linux.org.uk diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f4b7dfa..5ec5e5f 100644 ---

RE: [RFC PATCH v4] Consolidate SRAM support

2011-06-29 Thread Nori, Sekhar
Hi Jean-Christophe, On Thu, May 26, 2011 at 06:32:57, Jean-Christophe PLAGNIOL-VILLARD wrote: From: Russell King - ARM Linux li...@arm.linux.org.uk We have two SoCs using SRAM, both with their own allocation systems, and both with their own ways of copying functions into the SRAM. Let's

RE: [RFC PATCH v4] Consolidate SRAM support

2011-05-31 Thread Nori, Sekhar
Hi Jean-Christophe, On Thu, May 26, 2011 at 06:32:57, Jean-Christophe PLAGNIOL-VILLARD wrote: From: Russell King - ARM Linux li...@arm.linux.org.uk We have two SoCs using SRAM, both with their own allocation systems, and both with their own ways of copying functions into the SRAM. Let's

Re: [RFC PATCH v4] Consolidate SRAM support

2011-05-31 Thread Russell King - ARM Linux
On Tue, May 31, 2011 at 10:39:48PM +0530, Nori, Sekhar wrote: I also found some check patch errors. Feel free to merge the attached patch. And this introduces another style issue... diff --git a/arch/arm/plat-mxc/include/mach/iram.h b/arch/arm/plat-mxc/include/mach/iram.h index

[RFC PATCH v4] Consolidate SRAM support

2011-05-25 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Russell King - ARM Linux li...@arm.linux.org.uk We have two SoCs using SRAM, both with their own allocation systems, and both with their own ways of copying functions into the SRAM. Let's unify this before we have additional SoCs re-implementing this obviously common functionality