1. 19 9月, 2015 1 次提交
  2. 27 11月, 2014 1 次提交
  3. 22 11月, 2014 1 次提交
  4. 07 11月, 2014 2 次提交
  5. 20 10月, 2014 1 次提交
  6. 14 2月, 2014 1 次提交
  7. 12 2月, 2014 2 次提交
  8. 05 2月, 2014 1 次提交
  9. 03 2月, 2014 1 次提交
  10. 06 12月, 2013 1 次提交
  11. 05 12月, 2013 1 次提交
  12. 09 11月, 2013 1 次提交
  13. 04 10月, 2013 1 次提交
  14. 30 7月, 2013 1 次提交
  15. 29 1月, 2013 2 次提交
  16. 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
  17. 10 12月, 2012 2 次提交
  18. 06 12月, 2012 1 次提交
  19. 20 11月, 2012 3 次提交
  20. 14 11月, 2012 1 次提交
  21. 13 11月, 2012 1 次提交
  22. 17 10月, 2012 1 次提交
  23. 08 8月, 2012 1 次提交
  24. 04 7月, 2012 2 次提交
  25. 04 6月, 2012 3 次提交
  26. 23 4月, 2012 1 次提交
  27. 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
  28. 04 4月, 2012 1 次提交
  29. 01 4月, 2012 1 次提交
  30. 24 11月, 2011 1 次提交
  31. 11 10月, 2011 1 次提交