1. 09 8月, 2013 1 次提交
  2. 07 8月, 2013 1 次提交
  3. 28 7月, 2013 1 次提交
    • A
      regulator: da903x: Convert da9034 ldo12 to use linear ranges · 550bf893
      Axel Lin 提交于
      The voltage table of da9034 LDO12 is:
      1700000, 1750000, 1800000, 1850000, 1900000, 1950000, 2000000, 2050000
      2700000, 2750000, 2800000, 2850000, 2900000, 2950000, 3000000, 3050000
      
      The voltage table is composed of two linear ranges:
      for selector 0 ... 7:
              volt = 1700000 + 50000 * selector
      for selector: 8 ... 15:
              volt = 2700000 + 50000 * (selector - 8)
      
      This patch converts da9034 LDO12 to use newly introduced helpers for multiple
      linear ranges.
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      550bf893
  4. 25 7月, 2013 1 次提交
  5. 18 7月, 2013 3 次提交
  6. 15 7月, 2013 5 次提交
  7. 04 7月, 2013 1 次提交
  8. 01 7月, 2013 4 次提交
  9. 27 6月, 2013 1 次提交
  10. 26 6月, 2013 1 次提交
  11. 25 6月, 2013 1 次提交
  12. 24 6月, 2013 2 次提交
  13. 21 6月, 2013 1 次提交
  14. 20 6月, 2013 3 次提交
  15. 18 6月, 2013 2 次提交
  16. 11 6月, 2013 3 次提交
  17. 08 6月, 2013 2 次提交
  18. 07 6月, 2013 1 次提交
  19. 04 6月, 2013 1 次提交
  20. 30 5月, 2013 2 次提交
  21. 27 5月, 2013 1 次提交
  22. 21 5月, 2013 2 次提交