1. 07 Jul, 2016 2 commits
    • 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. 29 Jun, 2016 13 commits
  5. 28 Jun, 2016 3 commits
  6. 25 Jun, 2016 1 commit
  7. 24 Jun, 2016 1 commit
  8. 23 Jun, 2016 4 commits