1. 28 Sep, 2012 2 commits
    • Andrew Lunn's avatar
      ARM: Orion5x: ts78xx: Add IOMEM for virtual addresses. · ac3524b7
      Andrew Lunn authored
      Also convert logical or to + for register offsets from base
      addresses. This fixes a number of warnings currently seen in
      linux-next:
      
      warning: passing argument 2 of '__raw_writeb' makes pointer from
      interger without cast.
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ac3524b7
    • Arnd Bergmann's avatar
      ARM: ux500: use __iomem pointers for MMIO · 20ef52a8
      Arnd Bergmann authored
      In the earlier sweeping changes, the ux500 uncompress.h file was missed
      because other problems were hiding this one.
      
      Without this patch, building u8500_defconfig results in:
      
      In file included from arch/arm/boot/compressed/misc.c:33:0:
      arch/arm/mach-ux500/include/mach/uncompress.h: In function 'putc':
      arch/arm/mach-ux500/include/mach/uncompress.h:32:2: warning: passing argument 1 of '__raw_readb' makes pointer from integer without a cast [enabled by default]
      arch/arm/include/asm/io.h:95:89: note: expected 'const volatile void *' but argument is of type 'u32'
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      20ef52a8
  2. 19 Sep, 2012 18 commits
  3. 18 Sep, 2012 3 commits
  4. 01 Sep, 2012 5 commits
  5. 30 Aug, 2012 5 commits
  6. 29 Aug, 2012 7 commits