1. 07 Jul, 2016 5 commits
    • Arnd Bergmann's avatar
      Merge tag 'hisi-armv7-soc-for-4.8-v3' of git://github.com/hisilicon/linux-hisi into next/soc · 800daa61
      Arnd Bergmann authored
      Merge "ARM: mach-hisi: Hisilicon SoC updates for 4.8" from Wei Xu:
      
      - Consolidate the hisilicon armv7 SoCs machine entries
      - Avoid the compiling warning by making unexported symbols static
      
      * tag 'hisi-armv7-soc-for-4.8-v3' of git://github.com/hisilicon/linux-hisi:
        ARM: hisi: consolidate the hisilicon machine entries
        ARM: hisi: make unexported symbols static
      800daa61
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v4.8/soc-pt2-signed' of... · 04b6d0a3
      Arnd Bergmann authored
      Merge tag 'omap-for-v4.8/soc-pt2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
      
      Merge "Few more omap SoC changes for v4.8 merge window" from Tony Lindgren:
      
      - Fix a make randconfig build error for recent SMP kexec changes
      
      - A series of clock related fixes to prepare things for moving
        device clkctrl register handling to drivers/clk
      
      * tag 'omap-for-v4.8/soc-pt2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: AM33xx: fix module_wait_ready without clkctrl register
        ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIs
        ARM: OMAP2+: timer: change order of hwmod data handling
        ARM: OMAP2+: hwmod: fetch main_clk based on hwmod name
        ARM: OMAP2+: omap_device: create clock alias purely from DT data
        ARM: OMAP2+: Fix build with CONFIG_SMP and CONFIG_PM is not set
      04b6d0a3
    • Jiancheng Xue's avatar
      ARM: hisi: consolidate the hisilicon machine entries · abee8fbf
      Jiancheng Xue authored
      The original patch was to add compatible string for Hi3519 soc
      and do some cleanup.
      
      Since the generic machine entry could meet most of the cases,
      so I did a further cleanup to reuse it and just keep one machine
      entry that needs map_io here.
      Signed-off-by: default avatarJiancheng Xue <xuejiancheng@huawei.com>
      Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
      abee8fbf
    • Olof Johansson's avatar
      Merge tag 'renesas-soc2-for-v4.8' of... · c341376a
      Olof Johansson authored
      Merge tag 'renesas-soc2-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      Second Round of Renesas ARM Based SoC Updates for v4.8
      
      * Add DT support to the APMU driver and prioritise DT APMU support
      * Obtain extal frequency from DT
      * Add support for r8a7792
      
      * tag 'renesas-soc2-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7791: Prioritize DT APMU support
        ARM: shmobile: r8a7790: Prioritize DT APMU support
        ARM: shmobile: smp: Add function to prioritize DT SMP
        ARM: shmobile: apmu: Add APMU DT support via Enable method
        ARM: shmobile: apmu: Move #ifdef CONFIG_SMP to cover more functions
        ARM: shmobile: rcar-gen2: Correct arch timer frequency on R-Car V2H
        ARM: shmobile: rcar-gen2: Obtain extal frequency from DT
        ARM: shmobile: r8a7792: basic SoC support
        soc: renesas: rcar-sysc: Improve SYSC interrupt config in legacy wrapper
        soc: renesas: rcar-sysc: Move SYSC interrupt config to rcar-sysc driver
        soc: renesas: rcar-sysc: Make rcar_sysc_init() init the PM domains
        soc: renesas: rcar-sysc: Fix uninitialized error code in rcar_sysc_pd_init()
        soc: renesas: rcar-sysc: add R8A7792 support
        soc: renesas: rcar-sysc: Add support for R-Car M3-W power areas
        soc: renesas: Add r8a7796 SYSC PM Domain Binding Definitions
        soc: renesas: rcar-sysc: Document r8a7796 support
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      c341376a
    • Arnd Bergmann's avatar
      ARM: tango: fix CONFIG_HOTPLUG_CPU=n build · 8264dde5
      Arnd Bergmann authored
      Building with CONFIG_HOTPLUG_CPU disabled fails for mach-tango:
      
      include/linux/stddef.h:7:14: error: excess elements in struct initializer [-Werror]
       #define NULL ((void *)0)
      arch/arm/mach-tango/platsmp.c:48:15: note: in expansion of macro 'tango_cpu_kill'
        .cpu_kill  = tango_cpu_kill,
      
      the problem as that the .cpu_kill and .cpu_die struct members are
      unavailable and we must not try to assign them in this configuration.
      
      Hiding the two (as all other platforms do too) lets us get rid of
      the #else clause as well.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8264dde5
  2. 06 Jul, 2016 11 commits
  3. 05 Jul, 2016 5 commits
  4. 04 Jul, 2016 6 commits
  5. 29 Jun, 2016 13 commits