1. 28 9月, 2018 1 次提交
  2. 11 8月, 2018 1 次提交
    • D
      regulator: add QCOM RPMh regulator driver · 46fc033e
      David Collins 提交于
      Add the QCOM RPMh regulator driver to manage PMIC regulators
      which are controlled via RPMh on some Qualcomm Technologies, Inc.
      SoCs.  RPMh is a hardware block which contains several
      accelerators which are used to manage various hardware resources
      that are shared between the processors of the SoC.  The final
      hardware state of a regulator is determined within RPMh by
      performing max aggregation of the requests made by all of the
      processors.
      
      Add support for PMIC regulator control via the voltage regulator
      manager (VRM) and oscillator buffer (XOB) RPMh accelerators.
      VRM supports manipulation of enable state, voltage, and mode.
      XOB supports manipulation of enable state.
      Signed-off-by: NDavid Collins <collinsd@codeaurora.org>
      Reviewed-by: NDouglas Anderson <dianders@chromium.org>
      Reviewed-by: NMatthias Kaehlcke <mka@chromium.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      46fc033e
  3. 30 7月, 2018 1 次提交
  4. 11 7月, 2018 1 次提交
  5. 18 6月, 2018 1 次提交
  6. 30 5月, 2018 1 次提交
  7. 09 5月, 2018 1 次提交
  8. 09 3月, 2018 1 次提交
  9. 05 12月, 2017 1 次提交
  10. 31 10月, 2017 1 次提交
  11. 31 8月, 2017 1 次提交
  12. 27 8月, 2017 1 次提交
  13. 21 8月, 2017 1 次提交
  14. 15 8月, 2017 1 次提交
  15. 08 6月, 2017 2 次提交
  16. 25 5月, 2017 1 次提交
  17. 25 4月, 2017 2 次提交
  18. 12 4月, 2017 1 次提交
  19. 11 4月, 2017 1 次提交
  20. 04 2月, 2017 1 次提交
  21. 31 8月, 2016 2 次提交
  22. 23 8月, 2016 1 次提交
  23. 16 8月, 2016 1 次提交
  24. 18 7月, 2016 1 次提交
  25. 29 6月, 2016 1 次提交
  26. 07 6月, 2016 1 次提交
  27. 12 5月, 2016 1 次提交
  28. 19 4月, 2016 1 次提交
  29. 14 4月, 2016 1 次提交
    • L
      regulator: max8973: add support for junction thermal warning · d2d5437b
      Laxman Dewangan 提交于
      The driver MAX8973 supports the driver for Maxim PMIC MAX77621.
      MAX77621 supports the junction temp warning at 120 degC and
      140 degC which is configurable. It generates alert signal when
      junction temperature crosses these threshold.
      
      MAX77621 does not support the continuous temp monitoring of
      junction temperature. It just report whether junction temperature
      crossed the threshold or not.
      
      Add support to
      - Configure junction temp warning threshold via DT property
      to generate alert when it crosses the threshold.
      - Add support to interrupt the host from this device when alert
      occurred.
      - read the junction temp via thermal framework.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      d2d5437b
  30. 20 2月, 2016 1 次提交
  31. 16 2月, 2016 1 次提交
  32. 12 2月, 2016 2 次提交
  33. 06 2月, 2016 1 次提交
  34. 09 12月, 2015 1 次提交
  35. 27 11月, 2015 1 次提交
    • M
      regulator: add LM363X driver · 3a8d1a73
      Milo Kim 提交于
      LM363X regulator driver supports LM3631 and LM3632.
      LM3631 has 5 regulators. LM3632 provides 3 regulators.
      One boost output and LDOs are used for the display module.
      Boost voltage is configurable but always on.
      Supported operations for LDOs are enabled/disabled and voltage change.
      
      Two LDOs of LM3632 can be controlled by external pins.
      Those are configured through the DT properties.
      Signed-off-by: NMilo Kim <milo.kim@ti.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      3a8d1a73
  36. 23 11月, 2015 1 次提交