1. 06 Feb, 2015 1 commit
    • Olof Johansson's avatar
      Merge tag 'at91-soc4' of... · df1a6681
      Olof Johansson authored
      Merge tag 'at91-soc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/soc
      
      Merge "at91: cleanup/soc for 3.20 #4" from Nicolas Ferre:
      
      Fourth cleanup/soc batch for 3.20:
      - merge all the at91sam9 code and remove the empty SoC-specific files
      - remove the at91_boot_soc that is now useless in a DT context
      - move the sram code in PM code as it's now only used there
      - some file + function name changes after this big cleanup
      
      * tag 'at91-soc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
        ARM: at91/trivial: unify functions and machine names
        ARM: at91: remove at91_dt_initialize and machine init_early()
        ARM: at91: change board files into SoC files
        ARM: at91: remove at91_boot_soc
        ARM: at91: move alternative initial mapping to board-dt-sama5.c
        ARM: at91: merge all SOC_AT91SAM9xxx
        ARM: at91: at91rm9200: set idle and restart from rm9200_dt_device_init()
        ARM: at91: board-dt-sama5: add phy_fixup to override NAND_Tree
        ARM: at91/dt: sam9263: Add missing clocks to lcdc node
        ARM: at91: sama5d3: dt: correct the sound route
        ARM: at91/dt: sama5d4: fix the timer reg length
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      df1a6681
  2. 02 Feb, 2015 9 commits
  3. 29 Jan, 2015 6 commits
  4. 27 Jan, 2015 5 commits
  5. 26 Jan, 2015 12 commits
  6. 23 Jan, 2015 7 commits
    • Olof Johansson's avatar
      Merge tag 'qcom-soc-for-3.20-2' of... · 9b865d9b
      Olof Johansson authored
      Merge tag 'qcom-soc-for-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/soc
      
      merge "qcom SoC changes for v3.20-2" from Kumar Gala:
      
      Qualcomm ARM Based SoC Updates for v3.20-2
      
      * Various bug fixes and minor feature additions to scm code
      * Added big-endian support to debug MSM uart
      * Added big-endian support to ARCH_QCOM
      * Cleaned up some Kconfig options associated with ARCH_QCOM
      * Added Andy Gross as co-maintainer
      
      * tag 'qcom-soc-for-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom:
        MAINTAINERS: Add co-maintainer for ARM/Qualcomm Support
        ARM: qcom: Drop unnecessary selects from ARCH_QCOM
        ARM: qcom: Fix SCM interface for big-endian kernels
        ARM: qcom: scm: Clarify boot interface
        ARM: qcom: Add SCM warmboot flags for quad core targets.
        ARM: qcom: scm: Add logging of actual return code from scm call
        ARM: qcom: scm: Flush the command buffer only instead of the entire cache
        ARM: qcom: scm: Get cacheline size from CTR
        ARM: qcom: scm: Fix incorrect cache invalidation
        ARM: qcom: Select ARCH_SUPPORTS_BIG_ENDIAN
        ARM: debug: msm: Support big-endian CPUs
        ARM: debug: Update MSM and QCOM DEBUG_LL help
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      9b865d9b
    • Olof Johansson's avatar
      Merge tag 'tegra-for-3.20-soc' of... · 82483ad6
      Olof Johansson authored
      Merge tag 'tegra-for-3.20-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/soc
      
      Merge "ARM: tegra: Core code changes for v3.20" from Thierry Reding:
      
      This contains a couple of preparatory patches for 64-bit support. A new
      feature is implemented in the power-management controller which allows
      it to switch off the SoC if it overheats.
      
      * tag 'tegra-for-3.20-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        soc: tegra: Add thermal reset (thermtrip) support to PMC
        ARM: tegra: Add PMC thermtrip programming to Jetson TK1 device tree
        of: Add descriptions of thermtrip properties to Tegra PMC bindings
        soc/tegra: pmc: Add Tegra132 support
        soc/tegra: fuse: Add Tegra132 support
        soc/tegra: fuse: Constify tegra_fuse_info structures
        soc/tegra: Add Tegra132 support
        clocksource: Build Tegra timer on 32-bit ARM only
        soc/tegra: pmc: restrict compilation of suspend-related support to ARM
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      82483ad6
    • Olof Johansson's avatar
      Merge tag 'imx-soc-3.20' of... · 085dd64e
      Olof Johansson authored
      Merge tag 'imx-soc-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/soc
      
      Merge "ARM: imx: soc changes for 3.20" from Shawn Guo:
      
      The i.MX SoC changes for 3.20:
       - Add .disable_unused function hook for shared gate clock to ensure
         the clock tree use count matches the hardware state
       - Add a deeper idle state for i.MX6SX cpuidle driver powering off the
         ARM core
       - One correction on i.MX6Q esai_ipg parent clock setting
       - Add a missing iounmap call for imx6q_opp_check_speed_grading()
       - Add missing clocks for VF610 UART4, UART5 and SNVS blocks
       - Expand VF610 device tree compatible matching table to cover more
         Vybrid family SoCs
       - Expand i.MX clk-pllv3 a bit with the shift for frequency multiplier
         to support Vybrid's USB PLL oddity
      
      * tag 'imx-soc-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        ARM: clk-imx6q: refine esai_ipg's parent
        ARM i.MX6q: unmap memory mapped at imx6q_opp_check_speed_grading()
        ARM: imx: clk-vf610: Add clock for SNVS
        ARM: imx: clk-vf610: Add clock for UART4 and UART5
        ARM: imx: drop CPUIDLE_FLAG_TIME_VALID from cpuidle-imx6sx
        ARM: imx: support arm power off in cpuidle for i.mx6sx
        ARM: imx: remove unnecessary setting for DSM
        ARM: imx: correct the hardware clock gate setting for shared nodes
        ARM: imx: pllv3: add shift for frequency multiplier
        ARM vf610: add compatibilty strings of supported Vybrid SoC's
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      085dd64e
    • Olof Johansson's avatar
      Merge tag 'v3.20-next-soc1' of https://github.com/mbgg/linux-mediatek into next/soc · eeec0434
      Olof Johansson authored
      Merge "ARM: mediatek: soc changes for v3.20" from Matthias Brugger:
      
      This adds config options for the different Mediatek SoC. We need this so that
      the pinctrl driver does not bloat the kernel binary.
      
      Apart we change the Kconfig description and add the config option for mt6592
      low-level debug option.
      
      * tag 'v3.20-next-soc1' of https://github.com/mbgg/linux-mediatek:
        ARM: mediatek: Low-level-debug for mt6592
        ARM: mediatek: Add config options for mediatek SoCs.
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      eeec0434
    • Olof Johansson's avatar
      Merge tag 'mvebu-soc-3.20-2' of git://git.infradead.org/linux-mvebu into next/soc · 8a333cc7
      Olof Johansson authored
      Merge "mvebu/soc #2" from Andrew Lunn:
      
      Soc patches for mvebu for v3.20, part #2.
      
      * tag 'mvebu-soc-3.20-2' of git://git.infradead.org/linux-mvebu:
        bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window
        bus: mvebu-mbus: fix support of MBus window 13 on Armada XP/375/38x
        ARM: mvebu: use arm_coherent_dma_ops and re-enable hardware I/O coherency
        bus: mvebu-mbus: use automatic I/O synchronization barriers
        bus: mvebu-mbus: fix support of MBus window 13
        ARM: mvebu: completely disable hardware I/O coherency
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8a333cc7
    • Olof Johansson's avatar
      Merge tag 'v3.20-rockchip-soc1' of... · 0dcfd9e3
      Olof Johansson authored
      Merge tag 'v3.20-rockchip-soc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/soc
      
      Merge "ARM: rockchip: soc updates for v3.20" from Heiko Stübner:
      
      SoC parts of basic suspend support and removal of
      Cortex-A9 reference from the machine name.
      
      * tag 'v3.20-rockchip-soc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        ARM: rockchip: remove cpu-core name from machine name
        ARM: rockchip: Add pmu-sram binding
        ARM: rockchip: add suspend and resume for RK3288
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0dcfd9e3
    • Andy Gross's avatar
      MAINTAINERS: Add co-maintainer for ARM/Qualcomm Support · f5d3af9d
      Andy Gross authored
      Added myself as a co-maintainer.  Updated the files to include the
      Qualcomm SoC directory.  Added linux-soc mailing list.
      Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
      Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
      f5d3af9d