1. 71622e1 regulator: max8952: Add missing config.of_node setting for regulator register by Axel Lin · 11 years ago
  2. 018fd85 regulator: ab3100: Fix regulator register error handling by Axel Lin · 11 years ago
  3. b92f567 regulator: tps6524x: Use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  4. 6dcbc20 regulator: lp8788-buck: Use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  5. a32f9e0 regulator: lp872x: Use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  6. 3bdf599 regulator: mc13892: Use regulator_map_voltage_ascend for mc13892_sw_regulator_ops by Axel Lin · 11 years ago
  7. c4bbfbd regulator: tps65023: Use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  8. 2040541 regulator: tps65023: Merge tps65020 ldo1 and ldo2 vsel table by Axel Lin · 11 years ago
  9. a1bb63a regulator: tps6507x: Use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  10. 8735bc2 regulator: ab3100: device tree support by Linus Walleij · 11 years ago
  11. 9b31835 regulator: ab3100: refactor probe to use IDs by Linus Walleij · 11 years ago
  12. b27032c regulator: max8973: Don't override control1 variable when set ramp delay bits by Axel Lin · 11 years ago
  13. bc49c87 regulator: tps80031: Convert tps80031_dcdc_ops to [get|set]_voltage_sel_regmap by Axel Lin · 11 years ago
  14. 58fa6ab regulator: tps80031: Fix LDO2 track mode for TPS80031 or TPS80032-ES1.0 by Axel Lin · 11 years ago
  15. 4d673bb regulator: tps6586x: Convert to use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  16. 9fa8175 regulator: tps65910: Convert to use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  17. b50003b regulator: lp3972: Convert to use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  18. 3e65561 regulator: lp3971: Convert to use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  19. 46bcb00 regulator: tps65023: Use [set|get]_voltage_sel_regmap instead of open coded by Axel Lin · 11 years ago
  20. 1864b67 regulator: tps62360: Fix off-by-one shift for ramp_ctrl by Axel Lin · 11 years ago
  21. 0ea34b5 regulator: palmas: Fix off-by-one for ramp_delay and register value mapping by Axel Lin · 11 years ago
  22. e31089c regulator: palmas: Add missing ctrl_addr setting for SMPS10 by Axel Lin · 11 years ago
  23. f22c2ba regulator: palmas: Don't update tstep register for SMPS3 and SMPS7 by Axel Lin · 11 years ago
  24. 3df4a81 regulator: palmas: Fix min_uV for LDO8 tracking mode by Axel Lin · 11 years ago
  25. 5d9de8b regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulator_info by Axel Lin · 11 years ago
  26. 9135d3b regulator: ab8500: Remove unused voltage_shift field from struct expand_register by Axel Lin · 11 years ago
  27. 51d3a0c regulator: palmas: preserve modes of rails during enable/disable by Laxman Dewangan · 11 years ago
  28. 28d1e8c regulator: palma: add ramp delay support through regulator constraints by Laxman Dewangan · 11 years ago
  29. fcf371e regulator: core: Add regulator_map_voltage_ascend() API by Axel Lin · 11 years ago
  30. b4d12a7 regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3 by Axel Lin · 11 years ago
  31. 7384744 regulator: ab8500-ext: Remove enable() and disable() functions by Axel Lin · 11 years ago
  32. 66511fa regulator: ab8500-ext: Don't update info->update_val if set_mode() fails by Axel Lin · 11 years ago
  33. 0b66506 regulator: ab8500: Don't update lp_mode_req flag in set_mode() error paths by Axel Lin · 11 years ago
  34. f04adc5 regulator: ab8500: Don't update info->update_val if write to register fails by Axel Lin · 11 years ago
  35. 17c11a7 regulator: palmas: add support for LDO8 tracking mode by Laxman Dewangan · 11 years ago
  36. aa07f02 regulator: palmas: support for external regulator through control outputs by Laxman Dewangan · 11 years ago
  37. 30590d0 regulator: palmas: clear sleep bits if not selected by Laxman Dewangan · 11 years ago
  38. 1e4b545 regulator: core: return err value for regulator_get if there is no DT binding by Nishanth Menon · 11 years ago
  39. d6c7d73 regulator: as3711: Use a static of_regulator_match table for of_regulator_match by Axel Lin · 11 years ago
  40. 241896c regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_sel by Axel Lin · 11 years ago
  41. bcffe53 regulator: rc5t583: Remove unused fields from struct rc5t583_regulator_info by Axel Lin · 11 years ago
  42. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 11 years ago
  43. a2f0730 regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULL by Axel Lin · 11 years ago
  44. 375dc9c regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC by Axel Lin · 11 years ago
  45. e4fc9d6 regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO by Axel Lin · 11 years ago
  46. 3ea9389 regulator: wm8994: Use GPIO parsed from DT when registering regulators by Sylwester Nawrocki · 11 years ago
  47. 42e8c81 regulator: ab8500: Unregister ab8500-ext regulators in probe() failure path by Axel Lin · 11 years ago
  48. 3480c0c regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void by Axel Lin · 11 years ago
  49. e343ab0 regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementation by Axel Lin · 11 years ago
  50. bcbba9d regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540 by Axel Lin · 11 years ago
  51. 9ab51a0 regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator_info by Axel Lin · 11 years ago
  52. 438e695 regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_info by Axel Lin · 11 years ago
  53. e3d2777 regulator: wm8994: Provide default init data by Mark Brown · 11 years ago
  54. cd2a55d regulator: ab8500: Remove ab8500_regulator_set_voltage_time_sel by Axel Lin · 11 years ago
  55. 3ff4aa9 regulator: max8952: Add Device Tree support by Tomasz Figa · 11 years ago
  56. 3ec6eb9 regulator: max8952: Separate constraints from platform data struct by Tomasz Figa · 11 years ago
  57. 0f7b87f regulator: core: don't require a supply when supply_name is specified by Andrew Bresticker · 11 years ago
  58. 0565021 regulator: wm8994: Convert to module_platform_driver() by Mark Brown · 11 years ago
  59. b5366e5 regulator: lp8788: Implement list_voltage for lp8788_ldo_voltage_fixed_ops by Axel Lin · 11 years ago
  60. 80abd60 regulator: lp8788: Remove lp8788_dldo_id and lp8788_aldo_id arrays by Axel Lin · 11 years ago
  61. aca45e9 regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT by Axel Lin · 11 years ago
  62. d7816ab regulator: ab8500: Fix list_voltage for fixed voltage regulators by Axel Lin · 11 years ago
  63. da45edc regulator: ab8500: Shuffle init functions into a more logical order by Lee Jones · 11 years ago
  64. d319310 regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages by Lee Jones · 11 years ago
  65. 5fc9da6 regulator: ab8500: Remove the need for a 'delay' property by Lee Jones · 11 years ago
  66. a4d6846 regulator: ab8500: Set enable enable_time in regulator_desc by Lee Jones · 11 years ago
  67. 684d5ce regulator: ab8500: Introduce aux5, aux6 regulators for AB8540 by Zhenhua HUANG · 11 years ago
  68. 33aeb49 regulator: ab8500: Use a struct to select the good regulator configuration by Lee Jones · 11 years ago
  69. 37daa8a regulator: ab8500-ext: Don't update info->is_enabled if write to register fails by Axel Lin · 11 years ago
  70. 1ec990c regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info by Axel Lin · 11 years ago
  71. 4c84b4d regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540 by Lee Jones · 11 years ago
  72. 3fe5228 regulator: ab8500: Add mode operation for v-amic by Lee Jones · 11 years ago
  73. d7607ba regulator: ab8500: Add new operations for Vaux3 by Lee Jones · 11 years ago
  74. bd44e2c regulator: ab8500: Also check for AB8505 based platforms by Lee Jones · 11 years ago
  75. 8a3b1b8 regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505 by Lee Jones · 11 years ago
  76. f7eae37 regulator: ab8500: Don't register external regulators on AB8505 by Rabin Vincent · 11 years ago
  77. 0b94641 regulator: ab8500: Supply platform specific regulator id values by Lee Jones · 11 years ago
  78. 0fe17e2 regulator: ab8500-ext: Add support for AB9540 regulators by Lee Jones · 11 years ago
  79. 62ab411 regulator: ab8500: Use regulator_list_voltage_table() by Lee Jones · 11 years ago
  80. b080c78 regulator: ab8500: Update voltage handling for fixed voltage regulators by Lee Jones · 11 years ago
  81. ae0a9a3 regulator: ab8500: Add support for the ab8540 by Lee Jones · 11 years ago
  82. 547f384 regulator: ab8500: add support for ab8505 by Lee Jones · 11 years ago
  83. a632470 regulator: ab8500-ext: Add support for AB8505/AB9540 by Bengt Jonsson · 11 years ago
  84. ed3c138 regulator: ab8500: Correct TVOUT regulator enable time by Lee Jones · 11 years ago
  85. 8e6a8d7 regulator: ab8500: Add support for the ab9540 by Lee Jones · 11 years ago
  86. b54969a regulator: ab8500: Prepare the driver for additional platforms by Lee Jones · 11 years ago
  87. d67c42c regulator: max1586: Constify v6_voltages_uv table by Axel Lin · 11 years ago
  88. 742a732 regulator: ab8500: Update info->update_val only when successfully update register by Axel Lin · 11 years ago
  89. da0b0c4 regulator: ab8500: Init debug from regulator driver by Lee Jones · 11 years ago
  90. 41a06aa regulator: ab8500: Remove USB regulator by Lee Jones · 11 years ago
  91. 18bc2b3 regulator: ab8500-ext: Add HW request support by Bengt Jonsson · 11 years ago
  92. d1a8200 regulator: ab8500-ext: New driver to control external regulators by Lee Jones · 11 years ago
  93. 504382c regulator: palmas: add input supply names by Laxman Dewangan · 11 years ago
  94. cc40dc2 regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator by Lee Jones · 11 years ago
  95. 43a5911 regulator: ab8500: Clean out SoC registers by Lee Jones · 11 years ago
  96. 2923492 regulator: ab8500: Remove set_voltage_time_sel and delay setting by Axel Lin · 11 years ago
  97. 530158b regulator: ab8500: Add missing enable_time settings by Axel Lin · 11 years ago
  98. f71bf52 regulator: ab8500: Don't update is_enabled flag in error paths by Axel Lin · 11 years ago
  99. ce1bcb7 regulator: arizona: Increase ramp delay for high current regulators by Mark Brown · 11 years ago
  100. 5689e83 regulator: ab8500: Use regulator_list_voltage_linear for fixed voltage by Axel Lin · 11 years ago