Re: [PATCH 12/24] ARM: msm: use __iomem pointers for MMIO

2012-09-14 Thread David Brown
On Fri, Sep 14, 2012 at 03:38:01PM -0700, Stephen Boyd wrote: > On 09/14/12 14:34, Arnd Bergmann wrote: > > ARM is moving to stricter checks on readl/write functions, > > so we need to use the correct types everywhere. > > > > Cc: David Brown > > Cc: Daniel Walker > > Cc: Bryan Huntsman > >

Re: [PATCH 12/24] ARM: msm: use __iomem pointers for MMIO

2012-09-14 Thread Stephen Boyd
On 09/14/12 14:34, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > Cc: David Brown > Cc: Daniel Walker > Cc: Bryan Huntsman > Signed-off-by: Arnd Bergmann I was going to send this patch out today. Thanks.

[PATCH 12/24] ARM: msm: 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: David Brown Cc: Daniel Walker Cc: Bryan Huntsman Signed-off-by: Arnd Bergmann --- arch/arm/mach-msm/smd.c | 19 ++- 1 file changed, 10 insertions(+), 9

[PATCH 12/24] ARM: msm: 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: David Brown dav...@codeaurora.org Cc: Daniel Walker dwal...@fifo99.com Cc: Bryan Huntsman bry...@codeaurora.org Signed-off-by: Arnd Bergmann a...@arndb.de --- arch/arm/mach-msm/smd.c |

Re: [PATCH 12/24] ARM: msm: use __iomem pointers for MMIO

2012-09-14 Thread Stephen Boyd
On 09/14/12 14:34, Arnd Bergmann wrote: ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Cc: David Brown dav...@codeaurora.org Cc: Daniel Walker dwal...@fifo99.com Cc: Bryan Huntsman bry...@codeaurora.org Signed-off-by: Arnd Bergmann

Re: [PATCH 12/24] ARM: msm: use __iomem pointers for MMIO

2012-09-14 Thread David Brown
On Fri, Sep 14, 2012 at 03:38:01PM -0700, Stephen Boyd wrote: On 09/14/12 14:34, Arnd Bergmann wrote: ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Cc: David Brown dav...@codeaurora.org Cc: Daniel Walker dwal...@fifo99.com