[PATCH 22/24] scsi: eesox: use __iomem pointers for MMIO

Arnd Bergmann arnd at arndb.de
Tue Sep 18 04:09:58 EDT 2012


On Monday 17 September 2012, Russell King - ARM Linux wrote:
> In both of my replies, I've said "as x86 does".  We need to follow
> x86's behaviour here, which is as I've quoted - it's not a matter
> that "I need to make up my mind" - my mind is already well made up.
> That is, we need to follow x86 here.
> 
> That is, const volatile void __iomem * for reads, and volatile void
> __iomem * for writes.

Ok, I'll keep the patch in the series then, as it only changes the
pointer that we do an MMIO write on, not the ones for MMIO read.

	Arnd




More information about the linux-arm-kernel mailing list