From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Vollmann Subject: Re: [RFC PATCH v2] Consolidate SRAM support Date: Mon, 18 Apr 2011 15:50:20 +0200 Message-ID: <4DAC419C.6000801@vollmann.ch> References: <20110415130607.GM1611@n2100.arm.linux.org.uk> <20110418085259.GA26044@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110418085259.GA26044@n2100.arm.linux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King - ARM Linux Cc: Kevin Hilman , davinci-linux-open-source@linux.davincidsp.com, Tony Lindgren , Magnus Damm , Sekhar Nori , Paul Mundt , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On 04/18/11 10:52, Russell King - ARM Linux wrote: > This is the second revision of this patch. Thanks, looks good :-) Just to minor issues: > diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig > index ea5ee4d..ddbd20b 100644 > --- a/arch/arm/common/Kconfig > +++ b/arch/arm/common/Kconfig > @@ -39,3 +39,7 @@ config SHARP_PARAM > > config SHARP_SCOOP > bool > + > +config PV_POOL > + bool Could you add a prompt here, so that this gets selectable on machs that don't automatically select it? > diff --git a/arch/arm/mach-davinci/sram.c b/arch/arm/mach-davinci/sram.c > index db0f778..ebd4d67 100644 > --- a/arch/arm/mach-davinci/sram.c > +++ b/arch/arm/mach-davinci/sram.c > @@ -10,40 +10,13 @@ > +struct pv_pool *davinci_pv_pool; > +EXPORT_SYMBOL_GPL(davinci_pv_pool); > > /* > * REVISIT This supports CPU and DMA access to/from SRAM, but it This comment here doesn't look correct anymore. Maybe it should be removed completely. Detlef