1. 14 Jul, 2016 3 commits
  2. 11 Jul, 2016 3 commits
    • Thierry Reding's avatar
      ARM: s3c64xx: smartq: Avoid sparse warnings · 3981b11f
      Thierry Reding authored
      The smartq_map_io() and smartq_machine_init() functions are used by both
      SmartQ 5 and SmartQ 7 machines and exported via the mach-smartq.h header
      file. However that header file is not included by the mach-smartq.c file
      that implements them, causing sparse warnings.
      
      Include mach-smartq.h from mach-smartq.c to fix these warnings.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
      3981b11f
    • Patrice Chotard's avatar
      ARM: sti: Implement dummy L2 cache's write_sec · 7b8e0188
      Patrice Chotard authored
      This patch implements the write_sec callback that handle PL310
      secure registers writes.
      This callback is just a stub for now, to avoid system crash.
      Later, it could handle SMC calls so that TZ handles the needed writes.
      Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
      7b8e0188
    • Peter Griffin's avatar
      ARM: STi: Update machine _namestr to be more generic. · 50fdda70
      Peter Griffin authored
      This string is used by dump_stack and as we now support
      more SoC's than just STiH415/6 it is misleading to have
      the current string in the stack trace.
      
      This patch updates it to be more generic for the STi
      family of SoCs.
      
      So instead of looking like this
      
      [  271.672555] Hardware name: STiH415/416 SoC with Flattened Device Tree
      [  271.678998] [<c0310490>] (unwind_backtrace) from [<c030bb54>] (show_stack+0x10/0x14)
      [  271.686746] [<c030bb54>] (show_stack) from [<c058bc4c>] (dump_stack+0x98/0xac)
      [snip]
      
      it now looks like this:
      
      [    2.669879] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.6.0-rc3-00026-g38a1ce6-dirty #76
      [    2.677973] Hardware name: STi SoC with Flattened Device Tree
      [    2.683723] [<c0310490>] (unwind_backtrace) from [<c030bb54>] (show_stack+0x10/0x14)
      [    2.691472] [<c030bb54>] (show_stack) from [<c058bc0c>] (dump_stack+0x98/0xac)
      [snip]
      Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
      Acked-by: default avatarPatrice Chotard <patrice.chotard@st.com>
      50fdda70
  3. 07 Jul, 2016 15 commits
  4. 06 Jul, 2016 12 commits
  5. 05 Jul, 2016 6 commits
  6. 04 Jul, 2016 1 commit