1. 07 1月, 2021 3 次提交
  2. 29 9月, 2020 2 次提交
  3. 18 9月, 2020 5 次提交
  4. 24 8月, 2020 1 次提交
  5. 21 7月, 2020 3 次提交
  6. 02 7月, 2020 1 次提交
    • M
      coresight: etmv4: Fix CPU power management setup in probe() function · 9b6a3f36
      Mike Leach 提交于
      The current probe() function calls a pair of cpuhp_xxx API functions to
      setup CPU hotplug handling. The hotplug lock is held for the duration of
      the two calls and other CPU related code using cpus_read_lock() /
      cpus_read_unlock() calls.
      
      The problem is that on error states, goto: statements bypass the
      cpus_read_unlock() call. This code has increased in complexity as the
      driver has developed.
      
      This patch introduces a pair of helper functions etm4_pm_setup_cpuslocked()
      and etm4_pm_clear() which correct the issues above and group the PM code a
      little better.
      
      The two functions etm4_cpu_pm_register() and etm4_cpu_pm_unregister() are
      dropped as these call cpu_pm_register_notifier() / ..unregister_notifier()
      dependent on CONFIG_CPU_PM - but this define is used to nop these functions
      out in the pm headers - so the wrapper functions are superfluous.
      
      Fixes: f188b5e7 ("coresight: etm4x: Save/restore state across CPU low power states")
      Fixes: e9f5d63f ("hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()")
      Fixes: 58eb457b ("hwtracing/coresight-etm4x: Convert to hotplug state machine")
      Signed-off-by: NMike Leach <mike.leach@linaro.org>
      Cc: stable <stable@vger.kernel.org>
      Reviewed-by: NMathieu Poirier <mathieu.poirier@linaro.org>
      Link: https://lore.kernel.org/r/20200701160852.2782823-3-mathieu.poirier@linaro.orgSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9b6a3f36
  7. 19 5月, 2020 6 次提交
  8. 14 1月, 2020 1 次提交
  9. 05 11月, 2019 5 次提交
  10. 04 9月, 2019 5 次提交
  11. 04 7月, 2019 1 次提交
  12. 20 6月, 2019 6 次提交
  13. 26 4月, 2019 1 次提交