1. 16 6月, 2015 1 次提交
  2. 21 5月, 2015 1 次提交
  3. 06 5月, 2015 1 次提交
  4. 06 2月, 2015 1 次提交
  5. 24 12月, 2014 1 次提交
  6. 25 11月, 2014 1 次提交
  7. 17 11月, 2014 1 次提交
  8. 15 11月, 2014 1 次提交
  9. 28 9月, 2014 1 次提交
  10. 24 9月, 2014 1 次提交
  11. 10 9月, 2014 1 次提交
  12. 06 9月, 2014 1 次提交
  13. 30 8月, 2014 1 次提交
  14. 21 8月, 2014 1 次提交
  15. 18 8月, 2014 1 次提交
  16. 17 8月, 2014 3 次提交
  17. 26 7月, 2014 1 次提交
  18. 15 7月, 2014 1 次提交
  19. 27 5月, 2014 1 次提交
  20. 26 5月, 2014 1 次提交
  21. 23 4月, 2014 1 次提交
  22. 15 4月, 2014 1 次提交
  23. 22 3月, 2014 1 次提交
  24. 19 3月, 2014 1 次提交
  25. 18 3月, 2014 1 次提交
  26. 12 3月, 2014 1 次提交
  27. 06 3月, 2014 1 次提交
  28. 05 3月, 2014 1 次提交
  29. 19 2月, 2014 1 次提交
  30. 15 2月, 2014 1 次提交
  31. 21 1月, 2014 1 次提交
  32. 24 12月, 2013 2 次提交
  33. 19 12月, 2013 1 次提交
  34. 21 9月, 2013 1 次提交
  35. 17 9月, 2013 2 次提交
    • L
      regulator: add STw481x VMMC driver · 3615a34e
      Linus Walleij 提交于
      The ST Microelectronics STw481x PMIC used for the Nomadik
      has one single software-controlled regulator for VMMC.
      This driver registers directly to the compatible string
      as there is just one regulator.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      3615a34e
    • M
      regulator: core: Provide a dummy regulator with full constraints · 4ddfebd3
      Mark Brown 提交于
      When a system has said that it has fully specified constraints for its
      regulators it is still possible that some supplies may be missing,
      especially if regulator support has been added to a driver after the
      board was integrated. We can handle such situations more gracefully by
      providing a dummy regulator.
      
      Unless the caller has specifically indicated that the system design may
      not include a given regulator by using regulator_get_optional() or that
      it needs its interactions to have an effect using regulator_get_exclusive()
      provide a dummy regulator if we can't locate a real one.
      
      The kconfig option REGULATOR_DUMMY that provided similar behaviour for all
      regulators has been removed, systems that need it should flag that they
      have full constraints instead.
      Signed-off-by: NMark Brown <broonie@linaro.org>
      4ddfebd3
  36. 30 8月, 2013 1 次提交