1. 30 9月, 2012 1 次提交
    • R
      ARM: add v7 multi-platform defconfig · 1ec9c26a
      Rob Herring 提交于
      Add a v7 defconfig enabling highbank, socfpga, mvebu, and vexpress
      platforms and their drivers. Most other options are left to the default.
      
      The existing individual platform defconfigs are kept for now as they are
      a bit different. In some cases, the choices look pretty arbitrary and
      just copied from other defconfigs.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory Clement <gregory.clement@free-electrons.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      1ec9c26a
  2. 29 9月, 2012 3 次提交
  3. 22 9月, 2012 3 次提交
    • O
      Merge branch 'multiplatform/platform-data' into next/multiplatform · e3a66aa3
      Olof Johansson 提交于
      * multiplatform/platform-data:
        ARM: spear: move platform_data definitions
        ARM: samsung: move platform_data definitions
        ARM: orion: move platform_data definitions
        ARM: nomadik: move platform_data definitions
        ARM: w90x900: move platform_data definitions
        ARM: vt8500: move platform_data definitions
        ARM: tegra: move sdhci platform_data definition
        ARM: sa1100: move platform_data definitions
        ARM: pxa: move platform_data definitions
        ARM: netx: move platform_data definitions
        ARM: msm: move platform_data definitions
        ARM: imx: move platform_data definitions
        ARM: ep93xx: move platform_data definitions
        ARM: davinci: move platform_data definitions
        ARM: at91: move platform_data definitions
      
      Conflicts due to removed files:
      	arch/arm/mach-tegra/board-harmony.c
      	arch/arm/mach-tegra/board-trimslice.c
      
      Conflicts due to code removal:
      	arch/arm/mach-tegra/board-paz00.c
      
      Context conflicts in:
      	drivers/mmc/host/sdhci-tegra.c
      	drivers/net/irda/pxaficp_ir.c
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      e3a66aa3
    • D
      ARM: msm: Move core.h contents into common.h · be2109e1
      David Brown 提交于
      No real need to have a separate core.h from the common.h file.  Fold
      these two prototypes into the common header file.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      be2109e1
    • O
      Merge branch 'multiplatform/smp_ops' into next/multiplatform · 25468fe8
      Olof Johansson 提交于
      * multiplatform/smp_ops:
        ARM: consolidate pen_release instead of having per platform definitions
        ARM: smp: Make SMP operations mandatory
        ARM: SoC: convert spear13xx to SMP operations
        ARM: SoC: convert imx6q to SMP operations
        ARM: SoC: convert highbank to SMP operations
        ARM: SoC: convert shmobile SMP to SMP operations
        ARM: SoC: convert ux500 to SMP operations
        ARM: SoC: convert MSM to SMP operations
        ARM: SoC: convert Exynos4 to SMP operations
        ARM: SoC: convert Tegra to SMP operations
        ARM: SoC: convert OMAP4 to SMP operations
        ARM: SoC: convert VExpress/RealView to SMP operations
        ARM: SoC: add per-platform SMP operations
      
      Conflicts due to file moves or removals in:
      	arch/arm/mach-msm/board-msm8960.c
      	arch/arm/mach-msm/board-msm8x60.c
      	arch/arm/mach-tegra/board-harmony.c
      	arch/arm/mach-tegra/board-trimslice.c
      
      Conflicts due to board file cleanup:
      	arch/arm/mach-tegra/board-paz00.c
      
      Conflicts due to cpu hotplug addition:
      	arch/arm/mach-tegra/hotplug.c
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      25468fe8
  4. 21 9月, 2012 33 次提交