Skip to content
  1. Jul 26, 2014
    • Arnd Bergmann's avatar
      Merge tag 'misc-for-3.17' of git://github.com/hisilicon/linux-hisi into next/soc · 71b4807a
      Arnd Bergmann authored
      Merge "update MAINTAINERS to add Hisilicon SoC maintainer" from Wei Xu:
      
      * tag 'misc-for-3.17' of git://github.com/hisilicon/linux-hisi
      
      :
        MAINTAINERS:ARM:hisi: add Hisilicon SoC family
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      71b4807a
    • Arnd Bergmann's avatar
      Merge tag 's5pv210-dt' of... · 96bda115
      Arnd Bergmann authored
      Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc
      
      Merge "Samsung S5PV210 DT support for v3.17" from Kukjin Kim:
      
      - support common clock framework for s5pv210 clock
      - add generic PHY driver on s5pv210 to support it via DT
      - add dt support for s5pv210-goni, smdkc110, smdkv210 and torbreck boards
      - remove board files from mach-s5pv210 and unused codes
      - enable multiplatform for s5pv210
      
      * tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
      
      :
        clk: samsung: s5pv210: Remove legacy board support
        ARM: SAMSUNG: Remove remaining legacy code
        gpio: samsung: Remove legacy support of S5PV210
        ARM: S5PV210: Enable multi-platform build support
        cpufreq: s5pv210: Make the driver multiplatform aware
        ARM: S5PV210: Register cpufreq platform device
        ARM: S5PV210: move debug-macro.S into the common space
        ARM: S5PV210: Untie PM support from legacy code
        ARM: S5PV210: Remove support for board files
        ARM: dts: Add Device tree for s5pc110/s5pv210 boards
        ARM: dts: Add Device tree for s5pv210 SoC
        ARM: S5PV210: Add board file for boot using Device Tree
        phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driver
        clk: samsung: Add S5PV210 Audio Subsystem clock driver
        ARM: SAMSUNG: Remove legacy clock code
        serial: samsung: Remove support for legacy clock code
        cpufreq: s3c24xx: Remove some dead code
        ARM: S5PV210: Migrate clock handling to Common Clock Framework
        clk: samsung: Add clock driver for S5PV210 and compatible SoCs
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      96bda115
    • Arnd Bergmann's avatar
      Merge tag 'power-exynos' of... · 8e5655cd
      Arnd Bergmann authored
      Merge tag 'power-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc
      
      Merge "Samsung power management related updates for v3.17" from Kukjin Kim
      
      - support cluster power off on exynos5420 and exynos5800
        to save power.
      - use PMU address via DT to remove PMU static mapping
      - remove exynos_cpuidle_init() and exynos_cpufreq_init()
      
      * Note that this is including tags/samsung-cleanup and
      tags/exynos-cpuidle are already merged into arm-soc.
      
      * tag 'power-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
      
      :
        ARM: EXYNOS: Move cpufreq and cpuidle device registration to init_machine
        ARM: EXYNOS: Refactored code for using PMU address via DT
        ARM: EXYNOS: Support cluster power off on exynos5420/5800
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      8e5655cd
    • Arnd Bergmann's avatar
      Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6' into next/soc · f169f400
      Arnd Bergmann authored
      
      
      The following samsung branches are based on these cleanups,
      which are already in mainline before this branch gets pulled.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f169f400
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v3.17/soc-new' of... · 0081b77d
      Arnd Bergmann authored
      Merge tag 'omap-for-v3.17/soc-new' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
      
      Merge "SoC related changes for omaps for v3.17 merge window"
      from Tony Lindgren:
      
      - Add device tree and hwmod data for various devices
        for new SoCs
      
      - Remove legacy mailbox hwmod data that's no longer
        needed for SoCs that are DT only. Note that this may
        cause a minor merge conflict in mach-omap2/devices.c
        with omap_init_mbox() and omap_init_hdmi_audio(), both
        are legacy code that is getting removed
      
      * tag 'omap-for-v3.17/soc-new' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
      
      :
        ARM: DRA7: hwmod: Add data for RTC
        arm: dra7xx: Add hwmod data for MDIO and CPSW
        arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems
        arm: dra7xx: Add hwmod data for pcie1 phy and pcie2 phy
        ARM: DRA7: hwmod: Add OCP2SCP3 module
        ARM: DRA7: hwmod: remove interrupts for DMA
        ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driver
        ARM: AM33xx: hwmod_data: Remove legacy mailbox addrs
        ARM: OMAP4: hwmod_data: Remove legacy mailbox addrs
        ARM: OMAP2: hwmod_data: Remove legacy mailbox data and addrs
        ARM: OMAP2+: Avoid mailbox legacy device creation for DT-boot
        ARM: DRA7: hwmod_data: Add mailbox hwmod data
        ARM: dts: DRA7: Add mailbox nodes
        ARM: dts: AM4372: Correct mailbox node data
        ARM: dts: AM33xx: Add mailbox node
        ARM: dts: OMAP4: Add mailbox node
        ARM: dts: OMAP2+: Add mailbox fifo and user information
        ARM: AM43xx: hwmod: add DSS hwmod data
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      0081b77d
    • Arnd Bergmann's avatar
      Merge branch 'omap/cleanup' into next/soc · ba66d7f0
      Arnd Bergmann authored
      
      
      This is a dependency for the omap/soc branch
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ba66d7f0
  2. Jul 24, 2014
  3. Jul 23, 2014
  4. Jul 22, 2014
  5. Jul 21, 2014
  6. Jul 20, 2014