1. 24 Apr, 2019 2 commits
  2. 23 Apr, 2019 8 commits
  3. 18 Apr, 2019 2 commits
  4. 17 Apr, 2019 5 commits
  5. 16 Apr, 2019 1 commit
  6. 12 Apr, 2019 9 commits
  7. 11 Apr, 2019 11 commits
  8. 10 Apr, 2019 2 commits
    • Wei Yu's avatar
      hikey960: Fix race condition between hotplug and idles · 7d76df7d
      Wei Yu authored
      
      From the hotplug testing on Hikey960, in some case cores fail to become
      online in the system. When some cores are hotplugged off, if other
      cores in the same cluster enter into CPU idle states at the meantime,
      the cluster will be powered off. This introduces the state machine
      malfunction in the power controller, thus when hotplug on the core
      afterwards, it fails to boot up the core because the power controller
      thinks the cluster is powered on.
      
      This patch is to avoid race condition between hotplug and idles by
      preventing cluster power off when some of cores in the cluster are
      hotplugged off, if all cores in the same cluster are hotplugged off,
      the cluster can be powered off.
      
      Change-Id: Ib2feeb093357c70409a3536cb4f9da9b504fdcbe
      Signed-off-by: default avatarWei Yu <yuwei3@hisilicon.com>
      Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
      7d76df7d
    • Joel Hutton's avatar
      cache_helpers.s:fix mixed tabs and spaces · c554e1ad
      Joel Hutton authored
      
      Change-Id: I8b7c7888d09200410e1a1c11a070c94dd8013ea7
      Signed-off-by: default avatarJoel Hutton <Joel.Hutton@Arm.com>
      c554e1ad