1. 16 Jan, 2013 2 commits
  2. 15 Jan, 2013 1 commit
  3. 14 Jan, 2013 4 commits
  4. 11 Jan, 2013 4 commits
    • Tony Lindgren's avatar
      arm: mvebu: Fix compile for multiplatform when ARMv6 is selected · 72533b77
      Tony Lindgren authored
      Some systems compile in both ARMv6 and ARMv7 into multiplatform
      configurations. This means the default compiler flags are for ARMv6,
      and we will get:
      
      arch/arm/mach-mvebu/coherency_ll.S: Assembler messages:
      arch/arm/mach-mvebu/coherency_ll.S:45: Error: selected processor does not support `dsb'
      
      Fix this by specifying ARMv7 flags for coherency_ll.o.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      72533b77
    • Linus Walleij's avatar
      ARM: integrator: move syscon remap for AP PCIv3 · 67c6b2ef
      Linus Walleij authored
      The Integrator/AP syscon remapping was done in the .setup()
      function rather than .preinit() which is wrong - .preinit()
      is called before .setup() and the former also use the syscon
      base and cause a crash since it was not yet remapped.
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      67c6b2ef
    • Olof Johansson's avatar
      Merge tag 'mvebu_fixes_for_v3.8-rc3' of git://git.infradead.org/users/jcooper/linux into fixes · 65aabd61
      Olof Johansson authored
      From Jason Cooper:
      mvebu fixes for v3.8-rc3
       - gpio fixes in mvebu, kirkwood, and dove
       - small DT fix for mvebu (correct RAM size)
      
      * tag 'mvebu_fixes_for_v3.8-rc3' of git://git.infradead.org/users/jcooper/linux:
        arm: mvebu: Fix memory size for Armada 370 DB
        ARM: Dove: add Cubox sdhci card detect gpio
        ARM: Kirkwood: fix ns2 gpios by converting to pinctrl
        arm: mvebu: use global interrupts for GPIOs on Armada XP
      65aabd61
    • Shawn Guo's avatar
      ARM: imx: fix build error with !CONFIG_SMP · aec99b7b
      Shawn Guo authored
      Commit 68b25325 (ARM: imx: select HAVE_IMX_SRC when SMP is enabled)
      introduces a build error with imx_v6_v7_defconfig when CONFIG_SMP is
      deselected.
      
        LINK    vmlinux
        LD      vmlinux.o
        MODPOST vmlinux.o
        GEN     .version
        CHK     include/generated/compile.h
        UPD     include/generated/compile.h
        CC      init/version.o
        LD      init/built-in.o
      arch/arm/mach-imx/built-in.o: In function `imx6q_restart':
      platform-ahci-imx.c:(.text+0x448c): undefined reference to `imx_src_prepare_restart'
      arch/arm/mach-imx/built-in.o: In function `imx6q_pm_enter':
      platform-ahci-imx.c:(.text+0x4544): undefined reference to `imx_set_cpu_jump'
      arch/arm/mach-imx/built-in.o: In function `imx6q_init_irq':
      platform-ahci-imx.c:(.init.text+0xbef0): undefined reference to `imx_src_init'
      make[1]: *** [vmlinux] Error 1
      
      While the commit adds 'def_bool y if SMP' for HAVE_IMX_SRC, it should
      not remove 'select HAVE_IMX_SRC' from SOC_IMX6Q, as the IMX6Q UP build
      also needs HAVE_IMX_SRC.  Add the HAVE_IMX_SRC select back for SOC_IMX6Q
      to fix above build error.
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      aec99b7b
  5. 10 Jan, 2013 3 commits
  6. 08 Jan, 2013 15 commits
  7. 07 Jan, 2013 3 commits
  8. 06 Jan, 2013 8 commits