1. Mar 17, 2014
    • Arnd Bergmann's avatar
      Merge tag 'mvebu-soc-3.15-2' of git://git.infradead.org/linux-mvebu into next/soc · d4324ce3
      Arnd Bergmann authored
      Merge "mvebu soc changes for v3.15 (incremental pull #2)" from Jason Cooper:
      
       - mvebu
          - Add Armada 375, 380 and 385 SoCs
      
       - kirkwood
          - move kirkwood DT support to mach-mvebu
          - add mostly DT support for HP T5325 thin client
      
      * tag 'mvebu-soc-3.15-2' of git://git.infradead.org/linux-mvebu
      
      :
        ARM: kirkwood: Add HP T5325 thin client
        ARM: kirkwood: select dtbs based on SoC
        ARM: kirkwood: Remove redundant kexec code
        ARM: mvebu: Armada 375/38x depend on MULTI_V7
        ARM: mvebu: Simplify headers and make local
        ARM: mvebu: Enable mvebu-soc-id on Kirkwood
        ARM: mvebu: Let kirkwood use the system controller for restart
        ARM: mvebu: Move kirkwood DT boards into mach-mvebu
        ARM: MM Enable building Feroceon L2 cache controller with ARCH_MVEBU
        ARM: Fix default CPU selection for ARCH_MULTI_V5
        ARM: MM: Add DT binding for Feroceon L2 cache
        ARM: orion: Move cache-feroceon-l2.h out of plat-orion
        ARM: mvebu: Add ARCH_MULTI_V7 to SoCs
        ARM: kirkwood: ioremap memory control register
        ARM: kirkwood: ioremap the cpu_config register before using it.
        ARM: kirkwood: Separate board-dt from common and pcie code.
        ARM: kirkwood: Drop printing the SoC type and revision
        ARM: kirkwood: Convert mv88f6281gtw_ge switch setup to DT
        ARM: kirkwood: Give pm.c its own header file.
        ARM: mvebu: Rename the ARCH_MVEBU menu option
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      d4324ce3
    • Olof Johansson's avatar
      Merge tag 'renesas-soc3-for-v3.15' of... · 56f55deb
      Olof Johansson authored
      Merge tag 'renesas-soc3-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      Merge "Third Round of Renesas ARM Based SoC Updates for v3.15" from Simon
      Horman:
      
      Fix warnings due to improper printk formats in shared APMU code.
      
      * tag 'renesas-soc3-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas
      
      :
        ARM: shmobile: APMU: Fix warnings due to improper printk formats
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      56f55deb
    • Olof Johansson's avatar
      Merge tag 'renesas-soc2-for-v3.15' of... · 4664f3d3
      Olof Johansson authored
      Merge tag 'renesas-soc2-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      Merge "Second Round of Renesas ARM Based SoC Updates for v3.15" from Simon
      Horman:
      
      * R-Car Gen2 SoCs: r8a7791 (R-Car M2) and r8a7790 (R-Car H2)
        - Remove __init from rcar_gen2_read_mode_pins()
      
      * r8a7791 (R-Car M2)
        - Use 64-bit dma_addr_t
      
      * r8a7790 (R-Car H2)
        - Add CA15-SCU, CA7-SCU
        - Add SYSC setup code
        - Use 64-bit dma_addr_t
      
      * tag 'renesas-soc2-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas
      
      :
        ARM: shmobile: Move SYSC base variable to inside ifdefs
        ARM: shmobile: Remove __init from rcar_gen2_read_mode_pins()
        ARM: shmobile: r8a7790 CA15-SCU enablement
        ARM: shmobile: r8a7790 CA7-SCU enablement
        ARM: shmobile: r8a7790 SYSC setup code
        ARM: shmobile: Break out R-Car SYSC PM code
        ARM: shmobile: Use 64-bit dma_addr_t on r8a7790/r8a7791
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      4664f3d3
  2. Mar 12, 2014
  3. Mar 10, 2014
    • Olof Johansson's avatar
      ARM: enable ARM_HAS_SG_CHAIN for multiplatform · 42dc836d
      Olof Johansson authored
      
      
      Enable ARM_HAS_SG_CHAIN for all multiplatform targets, it makes sense
      to enable on all "modern" platforms; downsides are limited for platforms
      that don't need it.
      
      Requested-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      42dc836d
    • Olof Johansson's avatar
      Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc · 1760e4f8
      Olof Johansson authored
      i.MX SoC changes for 3.15 from Shawn Guo:
       - Support suspend from ocram (DDR IO floating) for imx6 platforms
       - Add cpuidle support for imx6sl
       - Sparse warning fixes for imx6sl and vf610 clock code
       - Remove PWM platform code
       - Support ptp and rmii clock from pad
       - Support WEIM CS GPR configuration
       - Random cleanups and defconfig updates
      
      * tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6: (373 commits)
        ARM: imx6: drop .text.head section annotation from headsmp.S
        ARM: imx6: build suspend-imx6.o with CONFIG_SOC_IMX6
        ARM: imx6: rename pm-imx6q.c to pm-imx6.c
        ARM: imx6: introduce CONFIG_SOC_IMX6 for i.MX6 common stuff
        ARM: imx6: do not call imx6q_suspend_init() with !CONFIG_SUSPEND
        ARM: imx6: call suspend_set_ops() from suspend routine
        ARM: imx6: build headsmp.o only on CONFIG_SMP
        ARM: imx6: move v7_cpu_resume() into suspend-imx6.S
        ARM i.MX6q: Mark VPU and IPU AXI transfers as cacheable, increase IPU priority
        ARM: imx6q: Add GPR6 and GPR7 register definitions for iomuxc gpr
        bus: imx-weim: support CS GPR configuration
        ARM: mach-imx: Kconfig: Remove IMX_HAVE_PLATFORM_IMX2_WDT from SOC_IMX53
        ARM: imx_v6_v7_defconfig: Select CONFIG_DEBUG_FS
        ARM: mach-imx: Select CONFIG_SRAM at ARCH_MXC level
        ARM: imx: add speed grading check for i.mx6 soc
        ARM: imx: avoid calling clk APIs in idle thread which may cause schedule
        ARM: imx6q: support ptp and rmii clock from pad
        ARM: imx6q: remove unneeded clk lookups
        ARM: imx_v6_v7_defconfig: Select CONFIG_MMC_UNSAFE_RESUME
        ARM: imx_v4_v5_defconfig: Select CONFIG_MMC_UNSAFE_RESUME
        ...
      1760e4f8
  4. Mar 09, 2014
  5. Mar 06, 2014
  6. Mar 05, 2014