1. 28 9月, 2014 1 次提交
  2. 24 9月, 2014 1 次提交
  3. 10 9月, 2014 1 次提交
  4. 06 9月, 2014 1 次提交
  5. 30 8月, 2014 1 次提交
  6. 21 8月, 2014 1 次提交
  7. 18 8月, 2014 1 次提交
  8. 17 8月, 2014 3 次提交
  9. 26 7月, 2014 1 次提交
  10. 15 7月, 2014 1 次提交
  11. 27 5月, 2014 1 次提交
  12. 26 5月, 2014 1 次提交
  13. 23 4月, 2014 1 次提交
  14. 15 4月, 2014 1 次提交
  15. 22 3月, 2014 1 次提交
  16. 19 3月, 2014 1 次提交
  17. 18 3月, 2014 1 次提交
  18. 12 3月, 2014 1 次提交
  19. 06 3月, 2014 1 次提交
  20. 05 3月, 2014 1 次提交
  21. 19 2月, 2014 1 次提交
  22. 15 2月, 2014 1 次提交
  23. 21 1月, 2014 1 次提交
  24. 24 12月, 2013 2 次提交
  25. 19 12月, 2013 1 次提交
  26. 21 9月, 2013 1 次提交
  27. 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
  28. 30 8月, 2013 3 次提交
  29. 07 8月, 2013 1 次提交
  30. 29 7月, 2013 1 次提交
    • A
      regulator: pfuze100: REGULATOR_PFUZE100 needs to select REGMAP_I2C · 94421b05
      Axel Lin 提交于
      This fixes below build errors:
      
        CC [M]  drivers/regulator/pfuze100-regulator.o
      drivers/regulator/pfuze100-regulator.c:342:21: error: variable 'pfuze_regmap_config' has initializer but incomplete type
      drivers/regulator/pfuze100-regulator.c:343:2: error: unknown field 'reg_bits' specified in initializer
      drivers/regulator/pfuze100-regulator.c:343:2: warning: excess elements in struct initializer [enabled by default]
      drivers/regulator/pfuze100-regulator.c:343:2: warning: (near initialization for 'pfuze_regmap_config') [enabled by default]
      drivers/regulator/pfuze100-regulator.c:344:2: error: unknown field 'val_bits' specified in initializer
      drivers/regulator/pfuze100-regulator.c:344:2: warning: excess elements in struct initializer [enabled by default]
      drivers/regulator/pfuze100-regulator.c:344:2: warning: (near initialization for 'pfuze_regmap_config') [enabled by default]
      drivers/regulator/pfuze100-regulator.c:345:2: error: unknown field 'max_register' specified in initializer
      drivers/regulator/pfuze100-regulator.c:345:2: warning: excess elements in struct initializer [enabled by default]
      drivers/regulator/pfuze100-regulator.c:345:2: warning: (near initialization for 'pfuze_regmap_config') [enabled by default]
      drivers/regulator/pfuze100-regulator.c:346:2: error: unknown field 'cache_type' specified in initializer
      drivers/regulator/pfuze100-regulator.c:346:2: warning: excess elements in struct initializer [enabled by default]
      drivers/regulator/pfuze100-regulator.c:346:2: warning: (near initialization for 'pfuze_regmap_config') [enabled by default]
      drivers/regulator/pfuze100-regulator.c: In function 'pfuze100_regulator_probe':
      drivers/regulator/pfuze100-regulator.c:370:2: error: implicit declaration of function 'devm_regmap_init_i2c' [-Werror=implicit-function-declaration]
      drivers/regulator/pfuze100-regulator.c:370:21: warning: assignment makes pointer from integer without a cast [enabled by default]
      cc1: some warnings being treated as errors
      make[2]: *** [drivers/regulator/pfuze100-regulator.o] Error 1
      make[1]: *** [drivers/regulator] Error 2
      make: *** [drivers] Error 2
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      94421b05
  31. 25 7月, 2013 1 次提交
  32. 20 7月, 2013 2 次提交
  33. 18 7月, 2013 1 次提交