1. 30 7月, 2014 2 次提交
  2. 05 6月, 2014 1 次提交
    • N
      regulator: core: print error value when constraints are not applied · 69d58839
      Nishanth Menon 提交于
      With commit 064d5cd1
      (regulator: core: Fix the init of DT defined fixed regulators)
      We ensure that regulator must be capable of providing it's current
      voltage when constraints are used, however adding the return value in
      the print is a little more informative to explain the nature of the
      failure involved.
      
      So, instead of providing message such as:
      smps9: failed to get the current voltage
      
      having error value added to the message such as:
      smps9: failed to get the current voltage(-22)
      
      is a little more informative for debugging the error.
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      69d58839
  3. 02 6月, 2014 5 次提交
  4. 01 6月, 2014 2 次提交
  5. 29 5月, 2014 1 次提交
  6. 28 5月, 2014 1 次提交
    • A
      regulator: arizona-ldo1: add missing #include · 7b22b9a5
      Arnd Bergmann 提交于
      commit 2cce4be9 "regulator: arizona-ldo1: Add processing of init_data
      from device tree" added a call to of_get_child_by_name() but
      did not add an #include to the header file declaring that function.
      
      I got a build error when doing randconfig testing on this, which
      is fixed by this patch to include of.h.
      
      drivers/regulator/arizona-ldo1.c:192:2: error: implicit declaration of function 'of_get_child_by_name' [-Werror=implicit-function-declaration]
      drivers/regulator/arizona-ldo1.c:193:2: error: implicit declaration of function 'of_parse_phandle' [-Werror=implicit-function-declaration]
      drivers/regulator/arizona-ldo1.c:213:2: error: implicit declaration of function 'of_node_put' [-Werror=implicit-function-declaration]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      7b22b9a5
  7. 27 5月, 2014 5 次提交
  8. 26 5月, 2014 8 次提交
  9. 24 5月, 2014 1 次提交
  10. 22 5月, 2014 1 次提交
  11. 21 5月, 2014 1 次提交
  12. 20 5月, 2014 1 次提交
  13. 17 5月, 2014 3 次提交
  14. 09 5月, 2014 1 次提交
  15. 08 5月, 2014 5 次提交
  16. 03 5月, 2014 1 次提交
  17. 02 5月, 2014 1 次提交