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