1. 23 2月, 2018 12 次提交
  2. 04 12月, 2017 1 次提交
    • O
      firmware: arm_scpi: Revert updates made during v4.15 merge window · 81faa556
      Olof Johansson 提交于
      Revert "Merge tag 'scpi-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers"
      
      Paraphrased from email from Kevin Hilman:
      
      Revert ARM SCPI changes since v4.14.
      
      Untested changes caused regressions in SCPI and CPUfreq/DVFS failures
      on most Amlogic SoCs.  Changes reverted for v4.15 so they can be better
      reviewed and tested.
      
      These ARM SCPI changes caused SCPI regressions resulting in CPUfreq
      failures on most Amlogic SoCs (found by kernelci.org.)
      
      Unfortunately, this was not caught in linux-next due to other bugs/panics
      on these platforms masking this problem so we've only found it since
      we've fixed the other issues.
      
      Since we're already in the -rc cycle, I'd prefer to revert to a known
      working state (that of v4.14) rather than finding/reverting a subset,
      which would just lead to another untested state.
      
      These changes can then have some time to be better reviewed and tested
      and resubmitted for v4.16.
      
      Kevin Hilman has tested this revert on the affected Amlogic SoCs and
      verified that we're back to the previous (working) condition.
      
      This reverts commit 6710acf2, reversing
      changes made to 4b367f2e.
      Reported-by: NKevin Hilman <khilman@baylibre.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      81faa556
  3. 09 10月, 2017 3 次提交
  4. 05 10月, 2017 3 次提交
  5. 04 10月, 2017 5 次提交
  6. 23 8月, 2017 1 次提交
  7. 16 8月, 2017 1 次提交
  8. 05 6月, 2017 1 次提交
    • S
      firmware: arm_scpi: add support to populate OPPs and get transition latency · 45ca7df7
      Sudeep Holla 提交于
      Currently only CPU devices use the transition latency and the OPPs
      populated in the SCPI driver. scpi-cpufreq has logic to handle these.
      However, even GPU and other users of SCPI DVFS will need the same logic.
      
      In order to avoid duplication, this patch adds support to get DVFS
      transition latency and add all the OPPs to the device using OPP library
      helper functions. The helper functions added here can be used for any
      device whose DVFS are managed by SCPI.
      
      Also, we also have incorrect dependency on the cluster identifier for
      the CPUs. It's fundamentally wrong as the domain id need not match the
      cluster id. This patch gets rid of that dependency by making use of the
      clock bindings which are already in place.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      45ca7df7
  9. 31 3月, 2017 1 次提交
  10. 30 12月, 2016 1 次提交
  11. 18 11月, 2016 1 次提交
  12. 02 11月, 2016 3 次提交
  13. 17 10月, 2016 1 次提交
  14. 08 8月, 2016 1 次提交
  15. 21 6月, 2016 1 次提交
  16. 13 6月, 2016 2 次提交
  17. 16 2月, 2016 2 次提交