1. 08 5月, 2014 1 次提交
  2. 19 3月, 2014 1 次提交
    • A
      regulator: anatop: Remove checking control_reg in [set|get]_voltage_sel · 114c5748
      Axel Lin 提交于
      Remove checking control_reg in [set|get]_voltage_sel and then convert to use
      regulator_[set|get]_voltage_sel_regmap for [set|get]_voltage_sel callbacks.
      
      The anatop-reg-offset property is a required property rather than optional
      property. So the question is what is the meaning of setting anatop-reg-offset
      to 0? If 0 is a valid setting for anatop-reg-offset and it has special meaning,
      we had better document it in the binding document. Otherwise, remove the testing
      for control_reg in the driver.
      
      No anatop voltage regulator node in the dts files set anatop-reg-offset to 0.
      So I think it's safe to remove testing if control_reg is 0.
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      114c5748
  3. 15 2月, 2014 2 次提交
  4. 08 1月, 2014 1 次提交
  5. 06 1月, 2014 1 次提交
  6. 31 12月, 2013 1 次提交
  7. 15 10月, 2013 1 次提交
  8. 17 9月, 2013 1 次提交
  9. 08 2月, 2013 1 次提交
  10. 31 1月, 2013 1 次提交
  11. 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
  12. 10 12月, 2012 2 次提交
  13. 20 11月, 2012 3 次提交
  14. 17 9月, 2012 1 次提交
  15. 08 8月, 2012 1 次提交
  16. 11 6月, 2012 1 次提交
  17. 04 6月, 2012 1 次提交
  18. 03 6月, 2012 1 次提交
  19. 20 5月, 2012 1 次提交
  20. 11 4月, 2012 1 次提交
  21. 03 4月, 2012 1 次提交
    • S
      regulator: anatop: fix 'anatop_regulator' name collision · c0d78c23
      Shawn Guo 提交于
      There is a name collision between 'struct platform_driver
      anatop_regulator' and 'struct anatop_regulator', which causes some
      section mismatch warnings like below.
      
      WARNING: vmlinux.o(.data+0x154d4): Section mismatch in reference from the variable anatop_regulator to the function .devinit.text:anatop_regulator_probe()
      The variable anatop_regulator references
      the function __devinit anatop_regulator_probe()
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
      
      Rename 'struct platform_driver anatop_regulator' to
      'struct platform_driver anatop_regulator_driver' to fix the warnings.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c0d78c23
  22. 28 3月, 2012 1 次提交
  23. 14 3月, 2012 1 次提交