1. 1e0c66f regulator: tps65910: Sleep control through external inputs by Laxman Dewangan · 13 years ago
  2. 8a09304 regulator: Set apply_uV only when min and max voltages are defined by Karol Lewandowski · 13 years ago
  3. 49e2263 regulator: Reverse the disable sequence in regulator_bulk_disable() by Sylwester Nawrocki · 13 years ago
  4. 2343933 regulator: mc13xxx-regulator-core: Fix the build when driver is selected as module by Fabio Estevam · 13 years ago
  5. e371ceb regulator: max8997: Avoid spaces in regulator names by Karol Lewandowski · 13 years ago
  6. 4a7cbb5 regulator: Fix documentation for of_node parameter of regulator_register() by Mark Brown · 13 years ago
  7. 5bc75a8 kernel-doc: fix new warning in regulator core by Randy Dunlap · 13 years ago
  8. e6e7403 regulator: Provide devm_regulator_bulk_get() by Mark Brown · 13 years ago
  9. d5ad34f regulator: Implement devm_regulator_free() by Mark Brown · 13 years ago
  10. 7d38a3c regulator: tps65910: use appropriate variable names. by Laxman Dewangan · 13 years ago
  11. 51ced5e regulator: tps65910: Initialize n_voltages for rails. by Laxman Dewangan · 13 years ago
  12. 070b907 regulator: Add devm_regulator_get() by Stephen Boyd · 13 years ago
  13. c2f8efd regulator: tps65910: Add regulator info for RTC rail by Laxman Dewangan · 13 years ago
  14. 0ce6987 regulator: Update s5m8767 for device tree API changes by Mark Brown · 13 years ago
  15. b683d98 regulator: Update tps65217-regulator for DT changes by Axel Lin · 13 years ago
  16. a493077 regulator: tps65217: Add tps65217 regulator driver by AnilKumar Ch · 13 years ago
  17. 62aa492 regulator: Add S5M8767 configuration by Sangbeom Kim · 13 years ago
  18. 38e9683 regulators/db8500: split off shared dbx500 code by Bengt Jonsson · 13 years ago
  19. c835e1c regulator: s5m8767: Remove redundant MODULE_ALIAS by Axel Lin · 13 years ago
  20. 047ec22 regulator: s5m8767: Add missing breaks by Axel Lin · 13 years ago
  21. 9767ec7 regulator: Add S5M8767A regulator driver by Sangbeom Kim · 13 years ago
  22. 6219929 regulator: TPS62360: Add tps62360 regulator driver by Laxman Dewangan · 13 years ago
  23. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  24. ee66e65 mfd: Unify abx500 headers in mfd/abx500 by Linus Walleij · 13 years ago
  25. 0c437c4 regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_config by Richard Zhao · 13 years ago
  26. 65364e9 regulator: max8925: fix enabled/disabled judgement mistake by Kevin Liu · 13 years ago
  27. e1de2f4 regulator: add regulator_bulk_force_disable function by Donggeun Kim · 13 years ago
  28. 1bb50b2 regulator: pass regulator_register of_node in fixed voltage driver by Richard Zhao · 13 years ago
  29. b2296bd regulator: Enable supply regulator if child rail is enabled. by Laxman Dewangan · 13 years ago
  30. 4fef21e regulator: mc13892: Convert to devm_kzalloc() by Fabio Estevam · 13 years ago
  31. cbe10a3 regulator: mc13783: Convert to devm_kzalloc() by Fabio Estevam · 13 years ago
  32. 32c78de regulator: Fix checking return value of create_regulator by Axel Lin · 13 years ago
  33. bcda432 regulator: Fix the error handling if create_regulator fails by Axel Lin · 13 years ago
  34. a398eaa regulator: Export regulator_is_supported_voltage() by Mark Brown · 13 years ago
  35. 93bcb23 regulator: mc13892: add device tree probe support by Shawn Guo · 13 years ago
  36. 3a5d031 regulator: mc13892: remove the unnecessary prefix from regulator name by Shawn Guo · 13 years ago
  37. fded2f4 regulator: Convert wm831x regulator drivers to devm_kzalloc() by Mark Brown · 13 years ago
  38. 6242eae regulator: da9052: Staticize non-exported symbols by Axel Lin · 13 years ago
  39. 984b5a6 regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case for da9052-regulator by Ashish Jangam · 13 years ago
  40. 47aed92 regulator: Update da9052-regulator for DT changes by Mark Brown · 13 years ago
  41. 08bf1c0 regulator: DA9052/53 Regulator support by Ashish Jangam · 13 years ago
  42. 2f288ef Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-next by Mark Brown · 13 years ago
  43. d9a861c regulator: pass device_node to of_get_regulator_init_data() by Shawn Guo · 13 years ago
  44. ab62aa9 regulator: If a single voltage is set with device tree then set apply_uV by Mark Brown · 13 years ago
  45. 9a8f5e0 regulator: Allow regulators to register with no init_data by Mark Brown · 13 years ago
  46. 979268c Merge remote-tracking branches 'regulator/topic/dt' and 'regulator/for-linus' into regulator-next by Mark Brown · 13 years ago
  47. ba305e3 regulator: twl: fix twl4030 support for smps regulators by Tero Kristo · 13 years ago
  48. 12f457d Merge remote-tracking branch 'regulator/for-linus' into regulator-next by Mark Brown · 13 years ago
  49. 58fb5cf regulator: fix use after free bug by Lothar Waßmann · 13 years ago
  50. 9ee4be4 Merge remote-tracking branch 'regulator/for-linus' into regulator-next by Mark Brown · 13 years ago
  51. 005d610 regulator: Convert virtual and userspace regulator consumer drivers to use module_platform_driver() by Axel Lin · 13 years ago
  52. a5228d2 regulator: aat2870: Remove a redundant bitwise and operation by Axel Lin · 13 years ago
  53. d4d6373 regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulator by Axel Lin · 13 years ago
  54. ae523fc Merge remote-tracking branch 'regulator/topic/dt' into regulator-next by Mark Brown · 13 years ago
  55. 22d881c regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe() by Axel Lin · 13 years ago
  56. 6806a66 Merge remote-tracking branch 'regulator/topic/dt' into regulator-next by Mark Brown · 13 years ago
  57. bc91396 regulator: Staticise of_get_fixed_voltage_config() by Axel Lin · 13 years ago
  58. 4b864af regulator: Checking return value of of_get_regulator_init_data by Axel Lin · 13 years ago
  59. e69af5e regulator: export of_get_regulator_init_data by Axel Lin · 13 years ago
  60. 02fcc84 Merge remote-tracking branch 'regulator/topic/dt' into regulator-next by Mark Brown · 13 years ago
  61. 1568434 regulator: Fix compile break due to missing arguments to regulator_register by Rajendra Nayak · 13 years ago
  62. 924ee2c Merge remote-tracking branch 'regulator/topic/dt' into regulator-next by Mark Brown · 13 years ago
  63. 68aaa37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-next by Mark Brown · 13 years ago
  64. 69511a4 regulator: map consumer regulator based on device tree by Rajendra Nayak · 13 years ago
  65. 2c043bc regulator: pass additional of_node to regulator_register() by Rajendra Nayak · 13 years ago
  66. cef4910 regulator: adapt fixed regulator driver to dt by Rajendra Nayak · 13 years ago
  67. 8f446e6 regulator: helper routine to extract regulator_init_data by Rajendra Nayak · 13 years ago
  68. 780dc9b regulator: TPS65910: Fix VDD1/2 voltage selector count by Afzal Mohammed · 13 years ago
  69. 4c78899 regulator: Don't create voltage sysfs entries if we can't read voltage by Mark Brown · 13 years ago
  70. aebe495 regulator: Don't report zero volts for the fixed voltage regulator by Mark Brown · 13 years ago
  71. c1fc148 regulator: TPS65910: Create an array for init data by Kyle Manna · 13 years ago
  72. 72c108c regulator: TPS65910: Move regulator defs to header by Kyle Manna · 13 years ago
  73. c5b68d47 regulator: max8649 Convert max8649 to use regmap api by Jonghwan Choi · 13 years ago
  74. 43530b6 regulator: Use regmap_read/write(), regmap_update_bits functions directly by Jonghwan Choi · 13 years ago
  75. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  76. a0a4194 Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  77. f3c3f06 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator by Linus Torvalds · 13 years ago
  78. 65602c3 regulator: Add module.h to drivers/regulator users as required by Paul Gortmaker · 13 years ago
  79. 22be053 regulator: Add export.h for THIS_MODULE to dummy.c by Paul Gortmaker · 13 years ago
  80. 73180f8 mfd: Move to the new db500 PRCMU API by Mattias Nilsson · 13 years ago
  81. 8f1585a regulator: Finish mc13783 conversion to the mc13xxx API by Samuel Ortiz · 13 years ago
  82. d1685e4 regulator: Fix possible nullpointer dereference in regulator_enable() by Heiko Stübner · 13 years ago
  83. d162b3c regulator: gpio-regulator add dependency on GENERIC_GPIO by Heiko Stübner · 13 years ago
  84. ecc37ed regulator: Add module.h include to gpio-regulator by Mark Brown · 13 years ago
  85. 3f0292a regulator: Add driver for gpio-controlled regulators by Heiko Stübner · 13 years ago
  86. e3efe66 regulator: remove duplicate REG_CTRL2 defines in tps65023 by H Hartley Sweeten · 13 years ago
  87. a1ff89e regulator: Add WM1811 support by Mark Brown · 13 years ago
  88. aa59802 regulator: Fix return code from regulator_disable_deferred() by Mark Brown · 13 years ago
  89. da07ecd regulator: Implement deferred disable support by Mark Brown · 13 years ago
  90. 437afd2 regulator: tps65023: Added support for the similiar TPS65020 chip by Marcus Folkesson · 13 years ago
  91. 1c3ede0 regulator: tps65023: Setting correct core regulator for tps65021 by Marcus Folkesson · 13 years ago
  92. cc17ef3 regulator: tps65023: Set missing bit for update core-voltage by Marcus Folkesson · 13 years ago
  93. f068ad8 regulator: tps65023: Fixes i2c configuration issues by Marcus Folkesson · 13 years ago
  94. ba55a97 regulator: Add debugfs file showing the supply map table by Mark Brown · 13 years ago
  95. 500c524 regulator: tps6586x: add SMx slew rate setting by Xin Xie · 13 years ago
  96. fc999b8 regulator: tps65023: Fixes i2c configuration issues by Marcus Folkesson · 13 years ago
  97. 0fcdb10 regulator: tps6507x: Remove num_voltages array by Axel Lin · 13 years ago
  98. dd32e11 regulator: max8952: removed unused mutex. by MyungJoo Ham · 13 years ago
  99. e69c499 regulator: Ensure enough enable time for max8649 by Axel Lin · 13 years ago
  100. 99cd25c regulator: 88pm8607: Fix off-by-one value range checking in the case of no id is matched by Axel Lin · 13 years ago