1. 11 1月, 2013 1 次提交
  2. 29 9月, 2012 1 次提交
    • A
      ARM: ux500: use __iomem pointers for MMIO · 20ef52a8
      Arnd Bergmann 提交于
      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: NArnd Bergmann <arnd@arndb.de>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      20ef52a8
  3. 02 5月, 2012 1 次提交
    • L
      ARM: ux500: delete U5500 support · 29746f48
      Linus Walleij 提交于
      This platform has been obsoleted and was only available inside of
      ST-Ericsson, no users of this code are left in the world. This
      deletes the core U5500 support entirely in the same manner as the
      obsoleted U8500 silicon was previously deleted.
      
      The cpu_is_u5500() macros that can read out the CPU ID is left
      until the next kernel cycle, this makes it possible to merge
      deletion of dependent drivers without breakage.
      
      This also has the upside of removing the mailbox driver which was
      our only driver that was outside the drivers/* hiearchy, now the
      machine directory only handles machines and nothing else.
      
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Rabin Vincent <rabin.vincent@stericsson.com>
      Cc: Jonas Aberg <jonas.aberg@stericsson.com>
      Cc: Per Forlin <per.forlin@stericsson.com>
      Cc: Ulf Hansson <ulf.hansson@stericsson.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      29746f48
  4. 30 8月, 2011 1 次提交
  5. 23 6月, 2011 1 次提交
  6. 07 5月, 2011 1 次提交
  7. 14 3月, 2011 1 次提交
    • L
      mach-ux500: basic HREFv60 support v2 · 4b4f757c
      Linus Walleij 提交于
      The HREFv60 variant of the MOP500 family of boards remove the
      external GPIO expander and route these pins back to some of the
      readily available internal GPIO pins instead.
      
      Based on a patch by Bibek Basu <bibek.basu@stericsson.com> for
      an internal kernel version.
      
      Cc: Bibek Basu <bibek.basu@stericsson.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      4b4f757c
  8. 08 12月, 2010 1 次提交
  9. 29 7月, 2010 1 次提交
  10. 28 11月, 2009 1 次提交
  11. 03 7月, 2009 1 次提交