1. 18 6月, 2012 1 次提交
  2. 11 6月, 2012 1 次提交
  3. 09 5月, 2012 1 次提交
    • N
      regulator: twl-regulator: make TWL4030_ALLOW_UNSUPPORTED more configurable. · 411a2df5
      NeilBrown 提交于
      The regulators in the twl4030 can provide some voltage settings
      that are not offically supported.
      These settings are disabled by default, but can be enabled with
        CONFIG_TWL4030_ALLOW_UNSUPPORTED=y
      However
       - that config variable is not mentioned in any Kconfig so cannot
         be used, and
       - a global setting is clumsy - a per regulator setting would be
         better.
      
      So define a new 'feature' flag that a board file can set to enable
      these unsupported volatages for boards which need them.
      
      This flag cannot (yet) be set using device-tree.
      Signed-off-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      411a2df5
  4. 23 4月, 2012 1 次提交
  5. 13 4月, 2012 2 次提交
  6. 11 4月, 2012 1 次提交
  7. 10 4月, 2012 2 次提交
  8. 09 4月, 2012 1 次提交
    • M
      regulator: core: Use a struct to pass in regulator runtime configuration · c172708d
      Mark Brown 提交于
      Rather than adding new arguments to regulator_register() every time we
      want to add a new bit of dynamic information at runtime change the function
      to take these via a struct. By doing this we avoid needing to do further
      changes like the recent addition of device tree support which required each
      regulator driver to be updated to take an additional parameter.
      
      The regulator_desc which should (mostly) be static data is still passed
      separately as most drivers are able to configure this statically at build
      time.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c172708d
  9. 06 4月, 2012 1 次提交
  10. 12 3月, 2012 5 次提交
  11. 29 11月, 2011 1 次提交
  12. 24 11月, 2011 1 次提交
  13. 22 7月, 2011 1 次提交
  14. 30 5月, 2011 1 次提交
  15. 27 5月, 2011 8 次提交
  16. 23 3月, 2011 1 次提交
  17. 12 1月, 2011 1 次提交
  18. 30 11月, 2010 1 次提交
  19. 25 5月, 2010 1 次提交
  20. 03 3月, 2010 2 次提交
  21. 17 12月, 2009 6 次提交