1. 20 3月, 2018 1 次提交
  2. 15 3月, 2018 1 次提交
  3. 11 11月, 2016 1 次提交
    • J
      regulator: gpio: properly check return value of of_get_named_gpio · 09f2ba0b
      Jisheng Zhang 提交于
      The function of_get_named_gpio() could return -ENOENT, -EPROBE_DEFER
      -EINVAL and so on. Currently, for the optional property "enable-gpio",
      we only check -EPROBE_DEFER, this is not enough since there may be
      misconfigured "enable-gpio" in the DTB, of_get_named_gpio() will return
      -EINVAL in this case, we should return immediately here. And for the
      optional property "gpios", we didn't check the return value, the driver
      will continue to the point where gpio_request_array() is called, it
      doesn't make sense to continue if we got -EPROBE_DEFER or -EINVAL here.
      
      This patch tries to address these two issues by properly checking the
      return value of of_get_named_gpio.
      Signed-off-by: NJisheng Zhang <jszhang@marvell.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      09f2ba0b
  4. 17 3月, 2016 1 次提交
  5. 21 2月, 2016 1 次提交
  6. 19 9月, 2015 1 次提交
  7. 27 11月, 2014 1 次提交
  8. 22 11月, 2014 1 次提交
  9. 07 11月, 2014 2 次提交
  10. 20 10月, 2014 1 次提交
  11. 14 2月, 2014 1 次提交
  12. 12 2月, 2014 2 次提交
  13. 05 2月, 2014 1 次提交
  14. 03 2月, 2014 1 次提交
  15. 06 12月, 2013 1 次提交
  16. 05 12月, 2013 1 次提交
  17. 09 11月, 2013 1 次提交
  18. 04 10月, 2013 1 次提交
  19. 30 7月, 2013 1 次提交
  20. 29 1月, 2013 2 次提交
  21. 04 1月, 2013 1 次提交
    • G
      Drivers: regulator: remove __dev* attributes. · 3d68dfe3
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      3d68dfe3
  22. 10 12月, 2012 2 次提交
  23. 06 12月, 2012 1 次提交
  24. 20 11月, 2012 3 次提交
  25. 14 11月, 2012 1 次提交
  26. 13 11月, 2012 1 次提交
  27. 17 10月, 2012 1 次提交
  28. 08 8月, 2012 1 次提交
  29. 04 7月, 2012 2 次提交
  30. 04 6月, 2012 3 次提交
  31. 23 4月, 2012 1 次提交