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

From: Arnd Bergmann
Date: Fri Sep 28 2012 - 16:13:41 EST


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 unrelated. But I admit I haven't
> studied what happened to NAND_NO_READRDY lately.
>
> If this hunk is desired and not just something else
> that slipped in, then
>
> Acked-by: Alessandro Rubini <rubini@xxxxxxxx>

I've added the patch below to the next/fixes-non-critical branch now,
to avoid the build error in linux-next.

Arnd