1. 17 11月, 2015 1 次提交
  2. 04 11月, 2015 1 次提交
  3. 28 10月, 2015 1 次提交
  4. 23 10月, 2015 1 次提交
  5. 22 10月, 2015 2 次提交
    • B
      regulator: qcom-smd: Correct set_load() unit · a3e123c1
      Bjorn Andersson 提交于
      The set_load() op deals with uA while the SMD packets used mA, so
      convert as we're building the packet.
      Signed-off-by: NBjorn Andersson <bjorn.andersson@sonymobile.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a3e123c1
    • S
      regulator: core: Propagate voltage changes to supply regulators · fc42112c
      Sascha Hauer 提交于
      Until now changing the voltage of a regulator only ever effected the
      regulator itself, but never its supplies. It's a common pattern though
      to put LDO regulators behind switching regulators. The switching
      regulators efficiently drop the input voltage but have a high ripple on
      their output. The output is then cleaned up by the LDOs. For higher
      energy efficiency the voltage drop at the LDOs should be minimized. For
      this scenario we need to propagate the voltage change to the supply
      regulators. Another scenario where voltage propagation is desired is
      a regulator which only consists of a switch and thus cannot regulate
      voltages itself. In this case we can pass setting voltages to the
      supply.
      
      This patch adds support for voltage propagation. We do voltage
      propagation when the current regulator has a minimum dropout voltage
      specified or if the current regulator lacks a get_voltage operation
      (indicating it's a switch and not a regulator).
      
      Changing the supply voltage must be done carefully. When we are
      increasing the current regulators output we must first increase the
      supply voltage and then the regulator itself. When we are decreasing the
      current regulators voltage we must decrease the supply voltage after
      changing the current regulators voltage.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      fc42112c
  6. 20 10月, 2015 1 次提交
  7. 17 10月, 2015 2 次提交
  8. 16 10月, 2015 2 次提交
  9. 05 10月, 2015 2 次提交
  10. 03 10月, 2015 2 次提交
  11. 01 10月, 2015 3 次提交
  12. 30 9月, 2015 1 次提交
  13. 22 9月, 2015 3 次提交
  14. 19 9月, 2015 3 次提交
  15. 18 9月, 2015 1 次提交
  16. 17 9月, 2015 3 次提交
  17. 15 9月, 2015 2 次提交
  18. 03 9月, 2015 2 次提交
  19. 02 9月, 2015 1 次提交
  20. 30 8月, 2015 3 次提交
  21. 29 8月, 2015 2 次提交
  22. 26 8月, 2015 1 次提交