1. 12 8月, 2013 1 次提交
  2. 30 7月, 2013 1 次提交
  3. 27 6月, 2013 1 次提交
  4. 20 6月, 2013 1 次提交
  5. 30 5月, 2013 2 次提交
  6. 22 4月, 2013 2 次提交
  7. 19 4月, 2013 4 次提交
  8. 17 4月, 2013 3 次提交
  9. 28 3月, 2013 1 次提交
  10. 25 3月, 2013 1 次提交
  11. 20 3月, 2013 1 次提交
    • L
      regulator: palmas: rename probe/remove callback functions · bbcf50b1
      Laxman Dewangan 提交于
      When palmas regulator probe creates stack dump during initialization
      due to some crash, it prints the call trace as follows:
      [3.166321] [<c028fa20>] (_regmap_read+0x5c/0xa8) from [<c028fab0>] (regmap_read+0x44/0x5c)
      [3.174669] [<c028fab0>] (regmap_read+0x44/0x5c) from [<c023062c>] (palmas_probe+0x240/0x7d0)
      [3.183193] [<c023062c>] (palmas_probe+0x240/0x7d0) from [<c0284064>] (platform_drv_probe+0x14/0x18)
      [3.192322] [<c0284064>] (platform_drv_probe+0x14/0x18) from [<c0282ee4>] (driver_probe_device+0x104/0x214)
      [3.202055] [<c0282ee4>] (driver_probe_device+0x104/0x214) from [<c028167c>] (bus_for_each_drv+0x5c/0x88)
      
      The palmas_probe is current name but it helps on debugging if the
      function name is more appropriate to the sub-module name.
      
      Renaming the palmas_probe() to palmas_regulator_probe() and
      palmas_remove() to palams_regulator_remove().
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      bbcf50b1
  12. 13 3月, 2013 1 次提交
  13. 08 3月, 2013 1 次提交
  14. 04 3月, 2013 1 次提交
  15. 01 3月, 2013 1 次提交
  16. 04 2月, 2013 1 次提交
  17. 30 1月, 2013 1 次提交
  18. 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
  19. 06 12月, 2012 2 次提交
  20. 28 11月, 2012 1 次提交
  21. 20 11月, 2012 3 次提交
  22. 19 11月, 2012 1 次提交
  23. 24 9月, 2012 1 次提交
  24. 29 8月, 2012 1 次提交
  25. 08 8月, 2012 4 次提交
  26. 17 7月, 2012 1 次提交
  27. 23 6月, 2012 1 次提交