1. 608024a drivers/regulator: fix a missing check of return value by Kangjie Lu · 6 years ago
  2. 6c7d614 regulator: tps65917/palmas: Simplify multiple dereference of match->of_node by Nishanth Menon · 8 years ago
  3. 7f091e5 regulator: tps65917/palmas: Handle possible memory allocation failure by Nishanth Menon · 8 years ago
  4. 1b42443 regulator: tps65917/palmas: Simplify multiple dereference of pdata->reg_init[idx] by Nishanth Menon · 8 years ago
  5. 036d193 regulator: tps65917/palmas: Simplify multiple dereference of ddata->palmas_matches[idx] by Nishanth Menon · 8 years ago
  6. e0341f1 regulator: tps65917/palmas: Add bypass "On" value by Nishanth Menon · 8 years ago
  7. b554e14 regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capability by Keerthy · 9 years ago
  8. e999c72 regulator: palmas: Add has_regen3 check for TPS659038 by Keerthy · 9 years ago
  9. a26aeb1 Merge branch 'fix/palmas' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-palmas by Mark Brown · 9 years ago
  10. e03826d regulator: palmas: Correct TPS659038 register definition for REGEN2 by Keerthy · 9 years ago
  11. cdbf6f0 regulator: constify of_device_id array by Fabian Frederick · 9 years ago
  12. 6c794b2 regulator: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  13. b8b27a4 regulator: remove unnecessary of_node_get() to parent by Guodong Xu · 10 years ago
  14. b632815 regulator: palmas: Fix SMPS enable/disable/is_enable for tps65917 by Nishanth Menon · 10 years ago
  15. 429222d regulator: palmas: Simplify code by not indexing regulator_desc unnecessarily by Nishanth Menon · 10 years ago
  16. 6839cd6 regulator: palmas: Rename palmas_regs_info to palmas_generic_regs_info by Nishanth Menon · 10 years ago
  17. cf910b6 regulator: palmas: Simplify code by using pointer to palmas_reg_info by Nishanth Menon · 10 years ago
  18. e7cf34e regulator: palmas: Rename reg_info to palmas_reg_info by Nishanth Menon · 10 years ago
  19. 4b09e17 regulator: palmas: Squelch sparse warnings by Nishanth Menon · 10 years ago
  20. 4c0c9ca Merge remote-tracking branch 'regulator/fix/palmas' into regulator-palmas by Mark Brown · 10 years ago
  21. 5b01bd1 regulator: palmas: fix typo in enable_reg calculation by Stephen Warren · 10 years ago
  22. d6f8337 regulator: palmas: Add tps65917 PMIC support by Keerthy · 10 years ago
  23. cac9e91 regulator: palmas: add driver data and modularize the probe by Keerthy · 10 years ago
  24. 9f057dc regulator: palmas: Shift the reg_info structure definition to the header file by Keerthy · 10 years ago
  25. 318dbb0 regulator: palmas: Fix SMPS enable/disable/is_enabled by Nishanth Menon · 10 years ago
  26. 6b7f2d8 regulator: palmas: Fix SMPS list for 0V by Nishanth Menon · 10 years ago
  27. 4c04ef2 Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbias', 'regulator/topic/pfuze100', 'regulator/topic/s2mpa01' and 'regulator/topic/s2mps11' into regulator-next by Mark Brown · 10 years ago
  28. dbabd62 regulator: palmas: Reemove open coded functions with helper functions by Keerthy · 10 years ago
  29. 2449df9 regulator: palmas: Make of_device_id array const by Jingoo Han · 10 years ago
  30. 22eb85a Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next by Mark Brown · 11 years ago
  31. 420118d Merge remote-tracking branch 'regulator/topic/alias' into regulator-next by Mark Brown · 11 years ago
  32. acc1cca regulator: palmas: get regulators node from parent node only by Laxman Dewangan · 11 years ago
  33. ae3e101 regulator: palmas: Remove wrong comment for the equation calculating num_voltages by Axel Lin · 11 years ago
  34. d0175e7 Merge remote-tracking branch 'regulator/topic/devm' into regulator-palmas by Mark Brown · 11 years ago
  35. 5957e44 regulator: palmas: configure enable time for LDOs by Laxman Dewangan · 11 years ago
  36. 32b6d3f regulator: palmas: add support for external control of rails by Laxman Dewangan · 11 years ago
  37. cb2e45e regulator: palmas: Drop regulator_unregister while using devm_regulator_register by Axel Lin · 11 years ago
  38. 51c86b3 regulator: palmas: Use devm_regulator_register by Sachin Kamat · 11 years ago
  39. 087d30e regulator: palmas: configure enable time for LDOs by Laxman Dewangan · 11 years ago
  40. 0f45aa8 regulator: palmas: fix the n_voltages for smps to 122 by Laxman Dewangan · 11 years ago
  41. 39fe3b4 Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next by Mark Brown · 11 years ago
  42. 77409d9 regulator: palmas: model SMPS10 as two regulators by Kishon Vijay Abraham I · 11 years ago
  43. dff91d0 regulator: use dev_get_platdata() by Jingoo Han · 11 years ago
  44. b5c4678 regulator: palmas: Add TPS659038 support by J Keerthy · 11 years ago
  45. 1ffb0be mfd: palmas: Add SMPS10_BOOST feature by J Keerthy · 11 years ago
  46. f232168 regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10 by Kishon Vijay Abraham I · 11 years ago
  47. 3f4d636 regulator: palmas: Fix incorrect condition by Sachin Kamat · 11 years ago
  48. ae5f520 Merge remote-tracking branch 'regulator/topic/palmas' into v3.9-rc8 by Mark Brown · 11 years ago
  49. 0ea34b5 regulator: palmas: Fix off-by-one for ramp_delay and register value mapping by Axel Lin · 11 years ago
  50. e31089c regulator: palmas: Add missing ctrl_addr setting for SMPS10 by Axel Lin · 11 years ago
  51. f22c2ba regulator: palmas: Don't update tstep register for SMPS3 and SMPS7 by Axel Lin · 11 years ago
  52. 3df4a81 regulator: palmas: Fix min_uV for LDO8 tracking mode by Axel Lin · 11 years ago
  53. 51d3a0c regulator: palmas: preserve modes of rails during enable/disable by Laxman Dewangan · 11 years ago
  54. 28d1e8c regulator: palma: add ramp delay support through regulator constraints by Laxman Dewangan · 11 years ago
  55. 17c11a7 regulator: palmas: add support for LDO8 tracking mode by Laxman Dewangan · 11 years ago
  56. aa07f02 regulator: palmas: support for external regulator through control outputs by Laxman Dewangan · 11 years ago
  57. 30590d0 regulator: palmas: clear sleep bits if not selected by Laxman Dewangan · 11 years ago
  58. 504382c regulator: palmas: add input supply names by Laxman Dewangan · 11 years ago
  59. 574651f regulator: palmas remove palmas-charger option from DT bindings by Ian Lartey · 11 years ago
  60. bbcf50b regulator: palmas: rename probe/remove callback functions by Laxman Dewangan · 11 years ago
  61. 71f2146 regulator: palmas: Use of_property_read_bool to read "ti,warm-reset" DT property by Axel Lin · 11 years ago
  62. 7be859f regulator: palmas correct dt parsing by Graeme Gregory · 11 years ago
  63. 3c870e3 regulator: palmas: Change the DT node property names to follow the convention by J Keerthy · 11 years ago
  64. a7dddf2 regulator: palmas: fix number of SMPS voltages by Graeme Gregory · 11 years ago
  65. 7280888 Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next by Mark Brown · 11 years ago
  66. f33d008 regulator: palmas: Remove a redundant setting for warm_reset by Axel Lin · 11 years ago
  67. c92f5dd regulator: Add missing of_node_put() by Axel Lin · 11 years ago
  68. 3d68dfe Drivers: regulator: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  69. e612046 Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next by Mark Brown · 12 years ago
  70. adca48f Merge remote-tracking branch 'regulator/topic/min' into regulator-next by Mark Brown · 12 years ago
  71. bdc4baa regulator: palmas: Convert palmas_ops_smps to regulator_[get|set]_voltage_sel_regmap by Axel Lin · 12 years ago
  72. ad02e84 regulator: palmas: Return raw register values as the selectors in [get|set]_voltage_sel by Axel Lin · 12 years ago
  73. 9119ff6 regulator: palmas: Use linear_min_sel and regulator_[map|list]_voltage_linear by Axel Lin · 12 years ago
  74. 8dc995f regulator: remove use of __devexit by Bill Pemberton · 12 years ago
  75. a502357 regulator: remove use of __devinit by Bill Pemberton · 12 years ago
  76. 5eb9f2b regulator: remove use of __devexit_p by Bill Pemberton · 12 years ago
  77. 578f1ef Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  78. a361cd9 regulator: palmas: Add DT support by Graeme Gregory · 12 years ago
  79. 4a247a9 regulator: palmas: Convert palmas_ops_ldo to [get|set]_voltage_sel_regmap by Axel Lin · 12 years ago
  80. 1c9d2d7 regulator: palmas: Fix palmas_probe error handling by Axel Lin · 12 years ago
  81. 2735dae regulator: palmas: Call palmas_ldo_[read|write] in palmas_ldo_init by Axel Lin · 12 years ago
  82. 12565b1 regulator: palmas: Fix regmap offsets for PALMAS_REG_SMPS10 vsel_reg by Axel Lin · 12 years ago
  83. a5f8ae2 regulator: palmas: Fix calculating selector in palmas_map_voltage_ldo by Axel Lin · 12 years ago
  84. 8a165df regulator: palmas: Fix calcuating selector in palmas_map_voltage_smps by Axel Lin · 12 years ago
  85. 744c62e Merge tag 'v3.5-rc5' into regulator-drivers by Mark Brown · 12 years ago
  86. 85e6334 Merge tag 'v3.5-rc4' into regulator-drivers by Mark Brown · 12 years ago
  87. a68de07 regulator: palmas: fix regmap offsets for enable/disable by Graeme Gregory · 12 years ago
  88. fedd89b regulator: palmas: Slightly code change for better readability by Axel Lin · 12 years ago
  89. 999f0c7 regulator: palmas: Clear PALMAS_SMPS12_CTRL_MODE_ACTIVE_MASK bits in palmas_set_mode_smps by Axel Lin · 12 years ago
  90. c71c8fd regulator: palmas: Fix wrong kfree calls by Axel Lin · 12 years ago
  91. 8029a00 regulator: palmas: Use regulator_[list|map]_voltage_linear() for palmas_ops_smps10 by Axel Lin · 12 years ago
  92. e5ce420 regulator: regulator driver for Palmas series chips by Graeme Gregory · 12 years ago