1. 16 2月, 2016 1 次提交
  2. 09 12月, 2015 1 次提交
  3. 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
  4. 21 11月, 2015 1 次提交
  5. 16 11月, 2015 1 次提交
  6. 18 8月, 2015 1 次提交
  7. 24 7月, 2015 1 次提交
  8. 17 7月, 2015 1 次提交
  9. 16 6月, 2015 1 次提交
  10. 21 5月, 2015 1 次提交
  11. 06 2月, 2015 1 次提交
  12. 24 12月, 2014 1 次提交
  13. 15 11月, 2014 1 次提交
  14. 28 9月, 2014 1 次提交
  15. 24 9月, 2014 1 次提交
  16. 06 9月, 2014 1 次提交
  17. 30 8月, 2014 1 次提交
  18. 21 8月, 2014 1 次提交
  19. 18 8月, 2014 1 次提交
  20. 17 8月, 2014 2 次提交
  21. 15 7月, 2014 1 次提交
  22. 26 5月, 2014 1 次提交
  23. 15 4月, 2014 1 次提交
  24. 22 3月, 2014 1 次提交
  25. 18 3月, 2014 1 次提交
  26. 12 3月, 2014 1 次提交
  27. 05 3月, 2014 1 次提交
  28. 15 2月, 2014 1 次提交
  29. 24 12月, 2013 1 次提交
  30. 19 12月, 2013 1 次提交
  31. 21 9月, 2013 1 次提交
  32. 17 9月, 2013 2 次提交
  33. 30 8月, 2013 1 次提交
    • K
      regulator: da9063: Add Dialog DA9063 voltage regulators support. · 69ca3e58
      Krystian Garbaciak 提交于
      The driver adds support for the following DA9063 PMIC regulators:
       - 11x LDOs (named LDO1 - LDO11),
       - 6x buck converters (BCORE1, BCORE2, BPRO, BMEM, BIO, BPERI),
      
      Regulators provide following operations:
       - REGULATOR_CHANGE_STATUS and REGULATOR_CHANGE_VOLTAGE for all regulators,
       - REGULATOR_CHANGE_MODE for LDOs and buck converters, where:
           - LDOs allow REGULATOR_MODE_NORMAL and REGULATOR_MODE_STANDBY,
           - buck converters allow REGULATOR_MODE_FAST, REGULATOR_MODE_NORMAL
             and REGULATOR_MODE_STANDBY,
       - REGULATOR_CHANGE_CURRENT for buck converters (current limits).
      
      The driver generates REGULATOR_EVENT_OVER_CURRENT for LDO3, LDO4, LDO7, LDO8
      and LDO11.
      
      Internally, PMIC provides two voltage configurations for normal and suspend
      system state for each regulator. The driver switches between those on
      suspend/wake-up to provide quick and fluent output voltage change.
      
      This driver requires MFD core driver for operation.
      Signed-off-by: NKrystian Garbaciak <krystian.garbaciak@diasemi.com>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      69ca3e58
  34. 07 8月, 2013 2 次提交
  35. 25 7月, 2013 1 次提交
  36. 20 7月, 2013 1 次提交
  37. 18 7月, 2013 1 次提交