1. 19 Sep, 2012 4 commits
    • Arnd Bergmann's avatar
      ARM: iop32x: use __iomem pointers for MMIO · 3c65c6ba
      Arnd Bergmann authored
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      Cc: Imre Kaloz <kaloz@openwrt.org>
      Cc: Krzysztof Halasa <khc@pm.waw.pl>
      Cc: Lennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      3c65c6ba
    • Arnd Bergmann's avatar
      ARM: iop13xx: use __iomem pointers for MMIO · abf2ba15
      Arnd Bergmann authored
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Lennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      abf2ba15
    • Arnd Bergmann's avatar
      ARM: integrator: use __iomem pointers for MMIO · b7a3f8db
      Arnd Bergmann authored
      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.walleij@linaro.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      b7a3f8db
    • Arnd Bergmann's avatar
      ARM: imx: use __iomem pointers for MMIO · f25d696a
      Arnd Bergmann authored
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      This found a bug in mach-armadillo5x0.c, where we attempt mmio
      on the MXC_CCM_RCSR address that is currently defined to 0xc
      and consequently causes an illegal address access.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      f25d696a
  2. 18 Sep, 2012 3 commits
  3. 01 Sep, 2012 5 commits
  4. 30 Aug, 2012 5 commits
  5. 29 Aug, 2012 18 commits
  6. 28 Aug, 2012 5 commits