1. 08 6月, 2012 1 次提交
  2. 14 5月, 2012 3 次提交
  3. 12 5月, 2012 2 次提交
  4. 10 5月, 2012 1 次提交
  5. 07 5月, 2012 1 次提交
  6. 20 4月, 2012 1 次提交
    • M
      regulator: core: Optimise enable/disable path for always on regulators · 6492bc1b
      Mark Brown 提交于
      If a regulator is always on for any reason then cache that when the
      consumer is created and use it to optimise away the need to take locks
      or recurse up the supply tree when consumers do enable or disable calls.
      The scheduling of asynchronous work for bulk enables is also skipped.
      
      We don't actually check if the device physically supports control on the
      basis that constraints allowing status changes on physically always on
      regulators are nonsensical anyway.
      
      This is a very common pattern in hardware - it's normal to have some
      power supplies that have either no software control or are critical to
      system function - so many systems should be able to benefit.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@ti.com>
      6492bc1b
  7. 17 4月, 2012 4 次提交
  8. 16 4月, 2012 2 次提交
  9. 11 4月, 2012 1 次提交
  10. 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
  11. 05 4月, 2012 1 次提交
  12. 04 4月, 2012 1 次提交
  13. 03 4月, 2012 3 次提交
  14. 30 3月, 2012 1 次提交
  15. 17 3月, 2012 1 次提交
  16. 13 3月, 2012 1 次提交
  17. 24 2月, 2012 1 次提交
  18. 21 2月, 2012 2 次提交
  19. 20 2月, 2012 1 次提交
  20. 19 2月, 2012 1 次提交
  21. 10 2月, 2012 2 次提交
  22. 02 2月, 2012 1 次提交
  23. 25 1月, 2012 2 次提交
  24. 24 1月, 2012 1 次提交
  25. 23 1月, 2012 2 次提交
  26. 20 1月, 2012 1 次提交
  27. 04 1月, 2012 1 次提交