1. 24 6月, 2013 1 次提交
  2. 23 4月, 2013 1 次提交
  3. 04 3月, 2013 2 次提交
  4. 25 12月, 2012 1 次提交
  5. 28 11月, 2012 1 次提交
  6. 20 11月, 2012 3 次提交
  7. 15 11月, 2012 1 次提交
    • L
      mfd: tps6586x: move regulator dt parsing to regulator driver · 64e48160
      Laxman Dewangan 提交于
      Moving regulator node parsing to regulator driver in place
      of parsing it on mfd driver.
      The motivation for this change are:
      - MFD core driver should not depends on regulator and able
        to instantiate device without regulator.
      - The API for matching regulators are in regulator core and
        it is good that regulator driver only calls this API.
      - Regulator specific support should be in regulator driver only
        to ease any enhancement/modification for regulators.
      - The regulator driver is now registered as mfd sub device and
        all regulator registration is done from single probe call.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      64e48160
  8. 06 9月, 2012 1 次提交
  9. 29 8月, 2012 1 次提交
  10. 08 8月, 2012 1 次提交
  11. 13 7月, 2012 1 次提交
  12. 08 6月, 2012 1 次提交
  13. 04 5月, 2012 1 次提交
  14. 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
  15. 01 4月, 2012 3 次提交
  16. 26 3月, 2012 1 次提交
  17. 12 3月, 2012 1 次提交
  18. 24 11月, 2011 1 次提交
  19. 01 11月, 2011 1 次提交
  20. 29 8月, 2011 1 次提交
  21. 12 1月, 2011 1 次提交
  22. 09 12月, 2010 4 次提交
  23. 01 9月, 2010 2 次提交
  24. 11 8月, 2010 4 次提交