Re: [PATCH 04/24] ARM: ep93xx: use __iomem pointers for MMIO

2012-09-15 Thread Arnd Bergmann
On Friday 14 September 2012, Ryan Mallon wrote: > On 15/09/12 07:34, Arnd Bergmann wrote: > > > ARM is moving to stricter checks on readl/write functions, > > so we need to use the correct types everywhere. > > > > Cc: Hartley Sweeten > > Cc: Ryan Mallon > > Signed-off-by: Arnd Bergmann > >

Re: [PATCH 04/24] ARM: ep93xx: use __iomem pointers for MMIO

2012-09-14 Thread Ryan Mallon
On 15/09/12 07:34, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > Cc: Hartley Sweeten > Cc: Ryan Mallon > Signed-off-by: Arnd Bergmann Hi Arnd, Do you want me to queue both this and my patch to move the

[PATCH 04/24] ARM: ep93xx: 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: Hartley Sweeten Cc: Ryan Mallon Signed-off-by: Arnd Bergmann --- arch/arm/mach-ep93xx/include/mach/ts72xx.h | 10 +- arch/arm/mach-ep93xx/ts72xx.c | 10 +-