Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-19 Thread Tony Lindgren
* Felipe Balbi [120919 06:42]: > On Wed, Sep 19, 2012 at 01:35:47PM +, Arnd Bergmann wrote: > > On Monday 17 September 2012, Tony Lindgren wrote: > > > * Tony Lindgren [120916 13:39]: > > > > * Arnd Bergmann [120915 13:15]: > > > > > On Saturday 15 September 2012, Tony Lindgren wrote: > > >

Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-19 Thread Felipe Balbi
On Wed, Sep 19, 2012 at 01:35:47PM +, Arnd Bergmann wrote: > On Monday 17 September 2012, Tony Lindgren wrote: > > * Tony Lindgren [120916 13:39]: > > > * Arnd Bergmann [120915 13:15]: > > > > On Saturday 15 September 2012, Tony Lindgren wrote: > > > > > With my patches, this is now all omap1

Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-19 Thread Arnd Bergmann
On Monday 17 September 2012, Tony Lindgren wrote: > * Tony Lindgren [120916 13:39]: > > * Arnd Bergmann [120915 13:15]: > > > On Saturday 15 September 2012, Tony Lindgren wrote: > > > > With my patches, this is now all omap1 specific and > > > > moved to arch/arm/mach-omap1/include/mach/hardware.

Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-17 Thread Tony Lindgren
* Tony Lindgren [120916 13:39]: > * Arnd Bergmann [120915 13:15]: > > On Saturday 15 September 2012, Tony Lindgren wrote: > > > With my patches, this is now all omap1 specific and > > > moved to arch/arm/mach-omap1/include/mach/hardware.h. > > > It's probably easiest to just update this patch on

Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-16 Thread Tony Lindgren
* Arnd Bergmann [120915 13:15]: > On Saturday 15 September 2012, Tony Lindgren wrote: > > With my patches, this is now all omap1 specific and > > moved to arch/arm/mach-omap1/include/mach/hardware.h. > > It's probably easiest to just update this patch on > > top of the hardware.h changes I've done

Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-15 Thread Arnd Bergmann
On Saturday 15 September 2012, Tony Lindgren wrote: > With my patches, this is now all omap1 specific and > moved to arch/arm/mach-omap1/include/mach/hardware.h. > It's probably easiest to just update this patch on > top of the hardware.h changes I've done. Yes, sounds good. Do you want to send a

Re: [PATCH 17/24] ARM: OMAP: use __iomem pointers for MMIO

2012-09-15 Thread Tony Lindgren
* Arnd Bergmann [120914 14:36]: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > Cc: Tony Lindgren > Signed-off-by: Arnd Bergmann > --- > arch/arm/plat-omap/include/plat/hardware.h | 18 +- > 1 file changed, 9

[PATCH 17/24] ARM: OMAP: 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: Tony Lindgren Signed-off-by: Arnd Bergmann --- arch/arm/plat-omap/include/plat/hardware.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/