RE: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-25 Thread David Woodhouse
x; G, Manjunath Kondaiah; > > linux-omap@vger.kernel.org; linux-...@lists.infradead.org; > > linux-arm-ker...@lists.infradead.org > > Subject: Re: [PATCH v2 09/10] OMAP2/3: Convert write/read > > functions to raw read/write > > > > On Thu, 2010-10-07 at 14:50

Re: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-25 Thread Artem Bityutskiy
On Mon, 2010-10-25 at 01:01 +0100, David Woodhouse wrote: > On Thu, 2010-10-07 at 14:50 -0500, Nishanth Menon wrote: > > my comment being that by moving {read,write}[wlb] to __raw versions dont > > solve the real issue of namespace here. fix should be in > > arch/arm/include/asm/io.h IMHO. so tha

RE: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-24 Thread G, Manjunath Kondaiah
; > linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH v2 09/10] OMAP2/3: Convert write/read > functions to raw read/write > > On Thu, 2010-10-07 at 14:50 -0500, Nishanth Menon wrote: > > my comment being that by moving {read,write}[wlb] to __raw versions > > dont solve

Re: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-24 Thread David Woodhouse
On Thu, 2010-10-07 at 14:50 -0500, Nishanth Menon wrote: > my comment being that by moving {read,write}[wlb] to __raw versions dont > solve the real issue of namespace here. fix should be in > arch/arm/include/asm/io.h IMHO. so that there are no overlaps as this. Indeed. This patch is complete

Re: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-07 Thread Nishanth Menon
Russell King - ARM Linux had written, on 10/07/2010 01:56 PM, the following: On Thu, Oct 07, 2010 at 07:17:08AM -0500, Menon, Nishanth wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Tues

Re: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-07 Thread Russell King - ARM Linux
On Thu, Oct 07, 2010 at 07:17:08AM -0500, Menon, Nishanth wrote: > > > -Original Message- > > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > > ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah > > Sent: Tuesday, September 21, 2010 5:01 AM > > To: linux-omap@vger.kerne

Re: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-07 Thread Vimal Singh
On Tue, Sep 21, 2010 at 3:31 PM, G, Manjunath Kondaiah wrote: > Following sparse warnings exists due to use of writel/w and readl/w functions. > > This patch fixes the sparse warnings by converting readl/w functions usage > into > __raw_readl/__raw_readw functions. > [...] > --- a/drivers/mtd/nan

RE: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-10-07 Thread Menon, Nishanth
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah > Sent: Tuesday, September 21, 2010 5:01 AM > To: linux-omap@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org; linux-...@lists.infradead.o