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
: Tuesday, September 21, 2010 5:01 AM To: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org; linux-...@lists.infradead.org Subject: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write Following sparse warnings exists due to use of writel/w and readl/w functions

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

2010-10-07 Thread Russell King - ARM Linux
5:01 AM > > To: linux-omap@vger.kernel.org > > Cc: linux-arm-ker...@lists.infradead.org; linux-...@lists.infradead.org > > Subject: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw > > read/write > > > > Following sparse warnings exists due to use of wr

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
fradead.org; linux-...@lists.infradead.org > Subject: [PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw > read/write > > 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 >

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

2010-09-21 Thread G, Manjunath Kondaiah
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. arch/arm/mach-omap2/board-omap3evm.c:77:12: warning: symbol '__v' shadows an earlier one arch/arm/mach