[PATCH 13/24] ARM: nomadik: use __iomem pointers for MMIO

2012-09-14 Thread Arnd Bergmann
ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Cc: Alessandro Rubini Cc: Linus Walleij Cc: STEricsson Signed-off-by: Arnd Bergmann --- arch/arm/mach-nomadik/board-nhk8815.c |3 +-- arch/arm/mach-nomadik/include/mach/har

Re: [PATCH 13/24] ARM: nomadik: use __iomem pointers for MMIO

2012-09-15 Thread Alessandro Rubini
> - .options= NAND_COPYBACK | NAND_CACHEPRG | NAND_NO_PADDING \ > - | NAND_NO_READRDY, > + .options= NAND_COPYBACK | NAND_CACHEPRG | NAND_NO_PADDING, This is not clear to me, and it looks unrelated. But I admit I haven't studied what happened to NAND_NO_

Re: [PATCH 13/24] ARM: nomadik: use __iomem pointers for MMIO

2012-09-16 Thread Linus Walleij
On Fri, Sep 14, 2012 at 11:34 PM, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > Cc: Alessandro Rubini > Cc: Linus Walleij > Cc: STEricsson > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-nomadik/bo

Re: [PATCH 13/24] ARM: nomadik: use __iomem pointers for MMIO

2012-09-28 Thread Arnd Bergmann
On Saturday 15 September 2012, Alessandro Rubini wrote: > > - .options= NAND_COPYBACK | NAND_CACHEPRG | NAND_NO_PADDING \ > > - | NAND_NO_READRDY, > > + .options= NAND_COPYBACK | NAND_CACHEPRG | NAND_NO_PADDING, > > This is not clear to me, and it looks