1. 5abe0c4 regulator: userspace-consumer: Convert to use devm_* APIs by Axel Lin · 12 years ago
  2. 62bc4d4 regulator: Convert max8997 to set_voltage_time_sel by Axel Lin · 12 years ago
  3. 9e96b3a regulator: Convert max8997 to get_voltage_sel by Axel Lin · 12 years ago
  4. f55205f regulator: Fix the logic to ensure new voltage setting in valid range by Axel Lin · 12 years ago
  5. 575f690 regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversion by Axel Lin · 12 years ago
  6. 854ccba regulator: core: Add checking set_mode callback in regulator_set_optimum_mode by Axel Lin · 12 years ago
  7. ee7b191 regulator: tps65023: Use generic regmap enable/disable operations by Axel Lin · 12 years ago
  8. ca8c361 regulator: wm831x-ldo: Use generic regmap enable/disable operations by Mark Brown · 12 years ago
  9. 3d138fc regulator: wm831x-dcdc: Use generic regmap enable/disable operations by Mark Brown · 12 years ago
  10. cd6dffb regulator: core: Provide standard enable operations for regmap users by Mark Brown · 12 years ago
  11. 633b6fc regulator: wm8994: Use core voltage selector operations by Mark Brown · 12 years ago
  12. ac663b4 regulator: wm831x-ldo: Use regulator_get_voltage_sel_regmap() by Mark Brown · 12 years ago
  13. 817436e regulator: wm831x-dcdc: Use regulator_get_voltage_sel_regmap() by Mark Brown · 12 years ago
  14. 4ab5b3d regulator: core: Provide regmap based voltage_sel operations by Mark Brown · 12 years ago
  15. 65b19ce regulator: core: Allow drivers to pass in a regmap by Mark Brown · 12 years ago
  16. 8ac0e95 regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|dis]able is NULL by Axel Lin · 12 years ago
  17. 3f24f5a regulator: core: Fix getting input_uV when supplied by another regulator by Axel Lin · 12 years ago
  18. cd22a96 regulator: da9052: Directly include of.h by Mark Brown · 12 years ago
  19. 9f29c9e regulator: wm8994: Convert to set_voltage_sel() by Mark Brown · 12 years ago
  20. 88c84c1 regulator: da9052: add device tree support by Ying-Chun Liu (PaulLiu) · 12 years ago
  21. 4d26f7d regulator: max8660: Use devm_kzalloc() by Axel Lin · 12 years ago
  22. b7bd05b regulator: max1586: Use devm_kzalloc() by Axel Lin · 12 years ago
  23. ef6bd5a regulator: isl6271a-regulator: Use devm_kzalloc() by Axel Lin · 12 years ago
  24. 276909d regulator: Convert max8998 to set_voltage_time_sel by Axel Lin · 12 years ago
  25. 7b4354b regulator: Convert max8998 to get_voltage_sel by Axel Lin · 12 years ago
  26. b6f476c regulator: twl-regulator: Use twlreg_grp helper function by Axel Lin · 12 years ago
  27. 48c936d regulator: twl-regulator: Implement enable_time callback by Axel Lin · 12 years ago
  28. 32c8fad regulator: Appease smatch in regulator_register() by Mark Brown · 12 years ago
  29. 9eb0c42 regulator: Convert tps65xxx regulator drivers to use devm_kzalloc by Axel Lin · 12 years ago
  30. 53cb430 Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 years ago
  31. d914d81 regulator: Convert anatop to use a struct to pass in regulator runtime configuration by Axel Lin · 12 years ago
  32. 0cb2f12 regulator: twl-regulator: Fix off-by-one vsel setting in twl6030smps_set_voltage by Axel Lin · 12 years ago
  33. 19a8da2 regulator: tps65023: Use devm_* APIs by Axel Lin · 13 years ago
  34. 9a4bdd8 regulator: tps62360: Convert to devm_regmap_init_i2c() by Axel Lin · 13 years ago
  35. dc553a7 regulator: max8649: Use devm_* APIs by Axel Lin · 13 years ago
  36. 268a164 regulator: twl-regulator: Use DIV_ROUND_UP at appropriate places by Axel Lin · 12 years ago
  37. 5ade393 regulator: twl-regulator: Simplify the code matching regulator id by Axel Lin · 13 years ago
  38. 2e42a7d regulator: max8998: Use simple equation to get selector by Axel Lin · 12 years ago
  39. 2358b77 regulator: max8997: Use simple equation to get selector by Axel Lin · 12 years ago
  40. 0fa310c regulator: max8997: Remove n_bits from struct voltage_map_desc by Axel Lin · 12 years ago
  41. 65896e7 regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macro by Axel Lin · 12 years ago
  42. d35aad0 regulator: Use one s5m8767_ops for both LDOs and BUCKs by Axel Lin · 12 years ago
  43. 321d2ab regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKs by Axel Lin · 12 years ago
  44. b920eb4 Merge tag 'v3.4-rc2' into regulator-drivers by Mark Brown · 12 years ago
  45. a9d5801 regulator: Fix build error for mc13783 and mc13892 by Axel Lin · 12 years ago
  46. fe53d18 regulator: Fix a typo in da903x.c by Axel Lin · 12 years ago
  47. ac97c62 regulator: Fix build of ab8500 by Mark Brown · 12 years ago
  48. c172708 regulator: core: Use a struct to pass in regulator runtime configuration by Mark Brown · 13 years ago
  49. 1474e4d Merge branch 'regulator-register' into regulator-drivers by Mark Brown · 13 years ago
  50. f604c10 regulator: Convert rc5t583 to set_voltage by Axel Lin · 13 years ago
  51. 09de347 regulator: max8649: Constify regulator_desc by Axel Lin · 13 years ago
  52. 0373bcf regulator: max1586: Constify regulator_desc by Axel Lin · 13 years ago
  53. 78637a3 regulator: tps65217: Constify regulator_desc by Axel Lin · 13 years ago
  54. d882d73 regulator: tps6105x: Constify regulator_desc by Axel Lin · 13 years ago
  55. bd6ff0d regulator: max8952: Constify regulator_desc by Axel Lin · 13 years ago
  56. 621adb3 regulator: max8660: Constify regulator_desc by Axel Lin · 13 years ago
  57. dd16b1f regulator: Convert twl4030ldo_set_voltage to set_voltage_sel by Axel Lin · 13 years ago
  58. 4eb0645 regulator: rc5t583: Correct MODULE LICENSE to GPL v2 by Laxman Dewangan · 13 years ago
  59. 95e301b regulator: rc5t583: Simplify RC5T583_REG macro by Axel Lin · 13 years ago
  60. eba41a5 regulator: Support set_voltage_time_sel for drivers implement set_voltage by Axel Lin · 13 years ago
  61. e3a7384 regulator: rc5t583: Remove nsteps from struct rc5t583_regulator_info by Axel Lin · 13 years ago
  62. 9cc7a45 regulator: rc5t583: Fix off-by-one valid range checking for selector by Axel Lin · 13 years ago
  63. 7eb6444 regulator: da9052: Remove unneeded devm_kfree calls by Axel Lin · 13 years ago
  64. 0d2fbc5 regulator: pcap: Constify regulator_desc by Axel Lin · 13 years ago
  65. 1bdcf11 regulator: lp3972: Constify regulator_desc by Axel Lin · 13 years ago
  66. 14add4f regulator: lp3971: Constify regulator_desc by Axel Lin · 13 years ago
  67. 4b65e15 regulator: isl6271a: Constify regulator_desc by Axel Lin · 13 years ago
  68. 2ac2d7d regulator: pcf50633: Constify regulator_desc by Axel Lin · 13 years ago
  69. 487f71e regulator: ad5398: Constify regulator_desc by Axel Lin · 13 years ago
  70. a69df8a regulator: Fix rc5t583_regulator_probe error handling by Axel Lin · 13 years ago
  71. 4a1e8eb Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  72. ad9c5ff regulator: aat2870: Add MODULE_ALIAS by Mark Brown · 13 years ago
  73. 6ffc327 regulator: Add support for RICOH PMIC RC5T583 regulator by Laxman Dewangan · 13 years ago
  74. 25e4d60 regulator: wm8994: Constify regulator_desc by Mark Brown · 13 years ago
  75. 47924b6 regulator: wm8350: Constify regulator_desc by Mark Brown · 13 years ago
  76. 65f2684 regulator: core: Constify the regulator_desc passed in when registering by Mark Brown · 13 years ago
  77. 173f24d regulator: tps6524x: Use module_spi_driver() by Mark Brown · 13 years ago
  78. 4a78f2c regulator: max8860: Remove announcement on probe by Mark Brown · 13 years ago
  79. f4d13e7 regulator: max8649: Remove contentless announcement log message by Mark Brown · 13 years ago
  80. 5af34e6 regulator: lp3971: Convert to module_i2c_driver() by Mark Brown · 13 years ago
  81. 8df8d8a0 regulator: isl6271a: Allow missing init_data for diagnostics by Mark Brown · 13 years ago
  82. 02b55216 regulator: gpio-regulator: Basic devm_kzalloc() conversion by Mark Brown · 13 years ago
  83. 69d715a regulator: gpio-regulator: Sort in Makefile by Mark Brown · 13 years ago
  84. 576ca436 regulator: core: Pull non-DT supply mapping into regulator_dev_lookup() by Mark Brown · 13 years ago
  85. 6d191a5 regulator: core: Don't defer probe if there's no DT binding for a supply by Mark Brown · 13 years ago
  86. 01e86f4 regulator: core: Complain if we can't reenable a supply by Mark Brown · 13 years ago
  87. c0d78c2 regulator: anatop: fix 'anatop_regulator' name collision by Shawn Guo · 13 years ago
  88. 939b62d regulator: Convert mc13xxx regulator drivers to set_voltage_sel by Axel Lin · 13 years ago
  89. a4d9f17 regulator: fixed: Support for open drain gpio pin by Laxman Dewangan · 13 years ago
  90. d1cf4f6 regulator: Add support for tps62362 and tps62363 in tps62360-regulator driver by Axel Lin · 13 years ago
  91. 7f52ba7 regulator: Add missing n_voltages setting for max8925 by Axel Lin · 13 years ago
  92. 42ff943 regulator: Set list_voltage callback for max8925 by Axel Lin · 13 years ago
  93. 509cbf8 regulator: Convert 88pm8607 to get_voltage_sel by Axel Lin · 13 years ago
  94. 4ca1e1d regulator: Convert 88pm8607 to set_voltage_sel by Axel Lin · 13 years ago
  95. 53b6949 regulator: Add missing n_voltages setting for 88pm8607 by Axel Lin · 13 years ago
  96. d3d7bcc regulator: Set list_voltage callback for 88pm8607 by Axel Lin · 13 years ago
  97. 6085d4d regulator: Trivial comment fix for wm831x-ldo driver by Axel Lin · 13 years ago
  98. 4af7c1d regulator: Convert tps6524x to get_voltage_sel by Axel Lin · 13 years ago
  99. f8ee339 regulator: Convert tps6524x to set_voltage_sel by Axel Lin · 13 years ago
  100. 0df8c96 regulator: ad5398: Use devm_kzalloc by Axel Lin · 13 years ago