Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Russell King - ARM Linux
On Mon, Sep 17, 2012 at 12:46:21AM +0200, Linus Walleij wrote: > On Mon, Sep 17, 2012 at 12:35 AM, Russell King - ARM Linux > wrote: > > On Mon, Sep 17, 2012 at 12:19:11AM +0200, Linus Walleij wrote: > >> > >> However if Russell applies some of the stuff that is pending > >> in his tracker (was

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Linus Walleij
On Mon, Sep 17, 2012 at 12:35 AM, Russell King - ARM Linux wrote: > On Mon, Sep 17, 2012 at 12:19:11AM +0200, Linus Walleij wrote: >> >> However if Russell applies some of the stuff that is pending >> in his tracker (was pending uncertain acceptance of >> CONFIG_ATAGS, which is merged now) this

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Russell King - ARM Linux
On Mon, Sep 17, 2012 at 12:19:11AM +0200, Linus Walleij wrote: > On Fri, Sep 14, 2012 at 11:34 PM, Arnd Bergmann wrote: > > > ARM is moving to stricter checks on readl/write functions, > > so we need to use the correct types everywhere. > > > > This patch has a few small conflicts with stuff in

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Linus Walleij
On Fri, Sep 14, 2012 at 11:34 PM, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > This patch has a few small conflicts with stuff in linux-next, which > we have to sort out in arm-soc. > > Cc: Linus Walleij

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Linus Walleij
On Fri, Sep 14, 2012 at 11:34 PM, Arnd Bergmann a...@arndb.de wrote: ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. This patch has a few small conflicts with stuff in linux-next, which we have to sort out in arm-soc. Cc: Linus

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Russell King - ARM Linux
On Mon, Sep 17, 2012 at 12:19:11AM +0200, Linus Walleij wrote: On Fri, Sep 14, 2012 at 11:34 PM, Arnd Bergmann a...@arndb.de wrote: ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. This patch has a few small conflicts with stuff

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Linus Walleij
On Mon, Sep 17, 2012 at 12:35 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Sep 17, 2012 at 12:19:11AM +0200, Linus Walleij wrote: However if Russell applies some of the stuff that is pending in his tracker (was pending uncertain acceptance of CONFIG_ATAGS, which is

Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO

2012-09-16 Thread Russell King - ARM Linux
On Mon, Sep 17, 2012 at 12:46:21AM +0200, Linus Walleij wrote: On Mon, Sep 17, 2012 at 12:35 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Sep 17, 2012 at 12:19:11AM +0200, Linus Walleij wrote: However if Russell applies some of the stuff that is pending in his

[PATCH 06/24] ARM: integrator: 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. This patch has a few small conflicts with stuff in linux-next, which we have to sort out in arm-soc. Cc: Linus Walleij Cc: Russell King Signed-off-by: Arnd Bergmann ---

[PATCH 06/24] ARM: integrator: 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. This patch has a few small conflicts with stuff in linux-next, which we have to sort out in arm-soc. Cc: Linus Walleij linus.wall...@linaro.org Cc: Russell King li...@arm.linux.org.uk