Re: [PATCH 21/24] serial: ks8695: use __iomem pointers for MMIO

2012-09-14 Thread Greg Kroah-Hartman
On Fri, Sep 14, 2012 at 11:34:49PM +0200, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > Cc: Alan Cox > Cc: Greg Kroah-Hartman > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman -- To

[PATCH 21/24] serial: ks8695: 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: Alan Cox Cc: Greg Kroah-Hartman Signed-off-by: Arnd Bergmann --- drivers/tty/serial/serial_ks8695.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 21/24] serial: ks8695: 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: Alan Cox a...@linux.intel.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Arnd Bergmann a...@arndb.de --- drivers/tty/serial/serial_ks8695.c |4 ++-- 1 file

Re: [PATCH 21/24] serial: ks8695: use __iomem pointers for MMIO

2012-09-14 Thread Greg Kroah-Hartman
On Fri, Sep 14, 2012 at 11:34:49PM +0200, Arnd Bergmann wrote: ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Cc: Alan Cox a...@linux.intel.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: Arnd Bergmann