1. 08 8月, 2019 2 次提交
  2. 21 5月, 2019 1 次提交
  3. 12 4月, 2019 1 次提交
  4. 12 1月, 2019 1 次提交
  5. 11 12月, 2018 1 次提交
    • S
      clk: qcom: Move to menuconfig and reduce lines · f071bceb
      Stephen Boyd 提交于
      We duplicate the 'depends on' in almost every Kconfig here, and it's
      getting out of hand now that we have tens of options for various SoC
      drivers here. Let's clean it up a little by making a menuconfig for a
      submenu and adding an if wrapper around the driver section.
      
      Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
      Cc: Taniya Das <tdas@codeaurora.org>
      Signed-off-by: NStephen Boyd <sboyd@kernel.org>
      f071bceb
  6. 04 12月, 2018 1 次提交
    • T
      clk: qcom: Add lpass clock controller driver for SDM845 · 8d3e5b9c
      Taniya Das 提交于
      Add support for the lpass clock controller found on SDM845 based devices.
      This would allow lpass peripheral loader drivers to control the clocks to
      bring the subsystem out of reset.
      LPASS clocks present on the global clock controller would be registered
      with the clock framework based on the protected-clock flag. Also do not
      gate these clocks if they are left unused, as the lpass clocks require
      the global clock controller lpass clocks to be enabled before they are
      accessed. Mark the GCC lpass clocks as CRITICAL, for the LPASS clock
      access.
      Signed-off-by: NTaniya Das <tdas@codeaurora.org>
      Signed-off-by: NStephen Boyd <sboyd@kernel.org>
      8d3e5b9c
  7. 28 11月, 2018 1 次提交
  8. 18 10月, 2018 4 次提交
  9. 17 10月, 2018 2 次提交
  10. 31 8月, 2018 1 次提交
  11. 01 8月, 2018 1 次提交
  12. 17 7月, 2018 1 次提交
  13. 02 6月, 2018 1 次提交
  14. 09 5月, 2018 1 次提交
  15. 17 4月, 2018 1 次提交
  16. 03 1月, 2018 2 次提交
  17. 07 12月, 2017 1 次提交
  18. 20 6月, 2017 1 次提交
  19. 11 11月, 2016 3 次提交
  20. 26 8月, 2016 1 次提交
  21. 16 8月, 2016 1 次提交
  22. 26 2月, 2016 1 次提交
  23. 01 12月, 2015 2 次提交
  24. 09 10月, 2015 1 次提交
    • S
      clk: qcom: Move gdsc config outside COMMON_CLK_QCOM config · 73bb7dc0
      Stephen Boyd 提交于
      Having this hidden config below the COMMON_CLK_QCOM config causes
      menuconfig to stop indenting config items after it.
      
              <*> Support for Qualcomm's clock controllers
              {M}   APQ8084 Global Clock Controller
              <M>   APQ8084 Multimedia Clock Controller
              {M}   IPQ806x Global Clock Controller
              <M>   IPQ806x LPASS Clock Controller
              <M> MSM8660 Global Clock Controller
              <M> MSM8916 Global Clock Controller
              {M} APQ8064/MSM8960 Global Clock Controller
              <M> APQ8064/MSM8960 LPASS Clock Controller
              <M> MSM8960 Multimedia Clock Controller
              {M} MSM8974 Global Clock Controller
              <M> MSM8974 Multimedia Clock Controller
      
      Move it up above anything else so that we don't get odd
      indenting.
      
      Cc: Rajendra Nayak <rnayak@codeaurora.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      73bb7dc0
  25. 17 9月, 2015 6 次提交
  26. 08 4月, 2015 1 次提交