1. 7384744 regulator: ab8500-ext: Remove enable() and disable() functions by Axel Lin · 11 years ago
  2. 66511fa regulator: ab8500-ext: Don't update info->update_val if set_mode() fails by Axel Lin · 11 years ago
  3. 0b66506 regulator: ab8500: Don't update lp_mode_req flag in set_mode() error paths by Axel Lin · 11 years ago
  4. f04adc5 regulator: ab8500: Don't update info->update_val if write to register fails by Axel Lin · 11 years ago
  5. 241896c regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_sel by Axel Lin · 11 years ago
  6. 375dc9c regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC by Axel Lin · 11 years ago
  7. e4fc9d6 regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO by Axel Lin · 11 years ago
  8. 42e8c81 regulator: ab8500: Unregister ab8500-ext regulators in probe() failure path by Axel Lin · 11 years ago
  9. 3480c0c regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void by Axel Lin · 11 years ago
  10. e343ab0 regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementation by Axel Lin · 11 years ago
  11. bcbba9d regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540 by Axel Lin · 11 years ago
  12. 9ab51a0 regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator_info by Axel Lin · 11 years ago
  13. 438e695 regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_info by Axel Lin · 11 years ago
  14. cd2a55d regulator: ab8500: Remove ab8500_regulator_set_voltage_time_sel by Axel Lin · 11 years ago
  15. aca45e9 regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT by Axel Lin · 11 years ago
  16. d7816ab regulator: ab8500: Fix list_voltage for fixed voltage regulators by Axel Lin · 11 years ago
  17. da45edc regulator: ab8500: Shuffle init functions into a more logical order by Lee Jones · 11 years ago
  18. d319310 regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages by Lee Jones · 11 years ago
  19. 5fc9da6 regulator: ab8500: Remove the need for a 'delay' property by Lee Jones · 11 years ago
  20. a4d6846 regulator: ab8500: Set enable enable_time in regulator_desc by Lee Jones · 11 years ago
  21. 684d5ce regulator: ab8500: Introduce aux5, aux6 regulators for AB8540 by Zhenhua HUANG · 11 years ago
  22. 33aeb49 regulator: ab8500: Use a struct to select the good regulator configuration by Lee Jones · 11 years ago
  23. 37daa8a regulator: ab8500-ext: Don't update info->is_enabled if write to register fails by Axel Lin · 11 years ago
  24. 1ec990c regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info by Axel Lin · 11 years ago
  25. 4c84b4d regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540 by Lee Jones · 11 years ago
  26. 3fe5228 regulator: ab8500: Add mode operation for v-amic by Lee Jones · 11 years ago
  27. d7607ba regulator: ab8500: Add new operations for Vaux3 by Lee Jones · 11 years ago
  28. bd44e2c regulator: ab8500: Also check for AB8505 based platforms by Lee Jones · 11 years ago
  29. 8a3b1b8 regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505 by Lee Jones · 11 years ago
  30. f7eae37 regulator: ab8500: Don't register external regulators on AB8505 by Rabin Vincent · 11 years ago
  31. 0b94641 regulator: ab8500: Supply platform specific regulator id values by Lee Jones · 11 years ago
  32. 0fe17e2 regulator: ab8500-ext: Add support for AB9540 regulators by Lee Jones · 11 years ago
  33. 62ab411 regulator: ab8500: Use regulator_list_voltage_table() by Lee Jones · 11 years ago
  34. b080c78 regulator: ab8500: Update voltage handling for fixed voltage regulators by Lee Jones · 11 years ago
  35. ae0a9a3 regulator: ab8500: Add support for the ab8540 by Lee Jones · 11 years ago
  36. 547f384 regulator: ab8500: add support for ab8505 by Lee Jones · 11 years ago
  37. a632470 regulator: ab8500-ext: Add support for AB8505/AB9540 by Bengt Jonsson · 11 years ago
  38. ed3c138 regulator: ab8500: Correct TVOUT regulator enable time by Lee Jones · 11 years ago
  39. 8e6a8d7 regulator: ab8500: Add support for the ab9540 by Lee Jones · 11 years ago
  40. b54969a regulator: ab8500: Prepare the driver for additional platforms by Lee Jones · 11 years ago
  41. 742a732 regulator: ab8500: Update info->update_val only when successfully update register by Axel Lin · 11 years ago
  42. da0b0c4 regulator: ab8500: Init debug from regulator driver by Lee Jones · 11 years ago
  43. 41a06aa regulator: ab8500: Remove USB regulator by Lee Jones · 11 years ago
  44. 18bc2b3 regulator: ab8500-ext: Add HW request support by Bengt Jonsson · 11 years ago
  45. d1a8200 regulator: ab8500-ext: New driver to control external regulators by Lee Jones · 11 years ago
  46. cc40dc2 regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator by Lee Jones · 11 years ago
  47. 43a5911 regulator: ab8500: Clean out SoC registers by Lee Jones · 11 years ago
  48. 2923492 regulator: ab8500: Remove set_voltage_time_sel and delay setting by Axel Lin · 11 years ago
  49. 530158b regulator: ab8500: Add missing enable_time settings by Axel Lin · 11 years ago
  50. f71bf52 regulator: ab8500: Don't update is_enabled flag in error paths by Axel Lin · 11 years ago
  51. 5689e83 regulator: ab8500: Use regulator_list_voltage_linear for fixed voltage by Axel Lin · 11 years ago
  52. 328a536 regulator: ab8500: Fix build error by Axel Lin · 11 years ago
  53. 732805a regulator: ab8500: Separate regulator and MFD platform data by Bengt Jonsson · 11 years ago
  54. 33bc8f4 regulator: ab8500: Another push to synchronise recent AB8500 developments by Lee Jones · 11 years ago
  55. 3c1b843 ARM: ux500: regulators: Add mask for configuration by Lee Jones · 11 years ago
  56. 7ce4669 regulator: ab8500: Added get_optimum_mode on regulators with idle mode by Bengt Jonsson · 11 years ago
  57. bd28a15 regulator: ab8500: Add set_mode/get_mode support by Emeric Vigier · 11 years ago
  58. d79df32 regulator: ab8500: Further populate initialisation registers by Lee Jones · 11 years ago
  59. 8870d40 Merge remote-tracking branch 'regulator/fix/twl' into tmp by Mark Brown · 11 years ago
  60. b2d6094 Merge remote-tracking branch 'regulator/fix/palmas' into tmp by Mark Brown · 11 years ago
  61. 6d62768 Merge remote-tracking branch 'regulator/fix/doc' into tmp by Mark Brown · 11 years ago
  62. 521e2e0 Merge remote-tracking branch 'regulator/fix/db8500' into tmp by Mark Brown · 11 years ago
  63. fbe3105 regulator: fixed regulator_bulk_enable unwinding code by Andrzej Hajda · 11 years ago
  64. 6949fbe regulator: twl: Convert twl4030ldo_ops to get_voltage_sel by Axel Lin · 11 years ago
  65. a7dddf2 regulator: palmas: fix number of SMPS voltages by Graeme Gregory · 11 years ago
  66. 9345dfb regulator: core: fix documentation error in regulator_allow_bypass by Nishanth Menon · 11 years ago
  67. 4ceb73a regulator: db8500-prcmu - remove incorrect __exit markup by Dmitry Torokhov · 11 years ago
  68. 2730fd8 Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-next by Mark Brown · 11 years ago
  69. da3522f Merge remote-tracking branch 'regulator/topic/tps6507x' into regulator-next by Mark Brown · 11 years ago
  70. b67a2ec Merge remote-tracking branch 'regulator/topic/tps51632' into regulator-next by Mark Brown · 11 years ago
  71. 178a097 Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-next by Mark Brown · 11 years ago
  72. 7280888 Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next by Mark Brown · 11 years ago
  73. cf1466f Merge remote-tracking branch 'regulator/topic/of' into regulator-next by Mark Brown · 11 years ago
  74. c99f21c Merge remote-tracking branch 'regulator/topic/mc13892' into regulator-next by Mark Brown · 11 years ago
  75. e11c451 Merge remote-tracking branch 'regulator/topic/max8998' into regulator-next by Mark Brown · 11 years ago
  76. 6a244ca Merge remote-tracking branch 'regulator/topic/max8997' into regulator-next by Mark Brown · 11 years ago
  77. 1fe2301 Merge remote-tracking branch 'regulator/topic/max77686' into regulator-next by Mark Brown · 11 years ago
  78. c7b0948 Merge remote-tracking branch 'regulator/topic/lp8788' into regulator-next by Mark Brown · 11 years ago
  79. 800d290 Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-next by Mark Brown · 11 years ago
  80. efc8280 Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-next by Mark Brown · 11 years ago
  81. 5ce63c7 Merge remote-tracking branch 'regulator/topic/lp3972' into regulator-next by Mark Brown · 11 years ago
  82. 5ec2a5e Merge remote-tracking branch 'regulator/topic/lp3971' into regulator-next by Mark Brown · 11 years ago
  83. a4dba88 Merge remote-tracking branch 'regulator/topic/gpio' into regulator-next by Mark Brown · 11 years ago
  84. eb230d4 Merge remote-tracking branch 'regulator/topic/da9055' into regulator-next by Mark Brown · 11 years ago
  85. 52582ad Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 11 years ago
  86. 20ab4a7 Merge remote-tracking branch 'regulator/topic/as3711' into regulator-next by Mark Brown · 11 years ago
  87. 45aae62 Merge remote-tracking branch 'regulator/topic/arizona' into regulator-next by Mark Brown · 11 years ago
  88. fc22152 Merge remote-tracking branch 'regulator/topic/apply' into regulator-next by Mark Brown · 11 years ago
  89. 0dbf165 Merge remote-tracking branch 'regulator/topic/anatop' into regulator-next by Mark Brown · 11 years ago
  90. 9c7b4e8 regulator: Fix memory garbage dev_err printout. by Russ Dill · 11 years ago
  91. f2e5d07 Merge tag 'v3.8-rc7' into regulator-core by Mark Brown · 11 years ago
  92. 40e7214 regulator: max77686: Reuse rdev_get_id() function. by Thiago Farina · 11 years ago
  93. d94d9ac regulator: tps51632: Use regulator_[get|set]_voltage_sel_regmap by Axel Lin · 11 years ago
  94. 09ca50d regulator: as3711: Fix checking if no platform initialization data by Axel Lin · 11 years ago
  95. e81d7bc regulator: s5m8767: Prevent possible NULL pointer dereference by Axel Lin · 11 years ago
  96. cbb0ed4 regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data by Axel Lin · 11 years ago
  97. c66a566 regulator: core: Optimize _regulator_do_set_voltage if voltage does not change by Axel Lin · 11 years ago
  98. c6163a7 regulator: max8998: Let regulator core handle the case selector == old_selector by Axel Lin · 11 years ago
  99. 1f91b6f regulator: s5m8767: Use of_get_child_count() by Axel Lin · 11 years ago
  100. ff1ce05 regulator: anatop: improve precision of delay time by Shawn Guo · 11 years ago