1. c779ceb regulator: pwm-regulator: Remove superfluous is_enabled check by Lee Jones · 9 years ago
  2. b6f55e7 regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddata by Lee Jones · 9 years ago
  3. 202f5ec Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/adav80x', 'asoc/topic/arizona' and 'asoc/topic/atmel' into asoc-next by Mark Brown · 9 years ago
  4. ff268b5 regulator: core: Don't spew backtraces on duplicate sysfs by Stephen Boyd · 9 years ago
  5. 69a6582 regulator: arizona-ldo1: Do not control DVFS clocking from regulator by Richard Fitzgerald · 9 years ago
  6. d87aef9 regulator: da9063: Fix up irq leak by Axel Lin · 9 years ago
  7. 840499a regulator: lp8755: Convert to devm_request_threaded_irq by Axel Lin · 9 years ago
  8. 050d0f2 regulator: da9062: Remove unused variable build warning by S Twiss · 9 years ago
  9. 2945473 regulator: wm831x: Pass the IRQF_ONESHOT flag by Fabio Estevam · 9 years ago
  10. e0c2153 mfd: da9052: Fix broken regulator probe by Johan Hovold · 10 years ago
  11. fda87a4 regulator: fan53555: fill set_voltage_time_set callback by Heiko Stuebner · 10 years ago
  12. ea6254e regulator: da9062: Fix modalias by Axel Lin · 10 years ago
  13. 69eb098 regulator: max8973: add mechanism to enable/disable through GPIO by Laxman Dewangan · 10 years ago
  14. c2ffa97 regulator: max8973: add DT parsing of platform specific parameter by Laxman Dewangan · 10 years ago
  15. fa5f509 regulator: max8973: get rid of extra variable for gpio validity by Laxman Dewangan · 10 years ago
  16. eaacaa0 regulator: max8973: make default/unset dvs gpio as invalid gpio by Laxman Dewangan · 10 years ago
  17. 4068e51 regulator: da9062: DA9062 regulator driver by S Twiss · 10 years ago
  18. c53403a regulator: max77686: fix gpio_enabled shift wrapping bug by Joe Perches · 10 years ago
  19. 1b82b4e regulator: axp20x: Add support for AXP22X regulators by Boris BREZILLON · 10 years ago
  20. 866bd95 regulator: axp20x: Prepare support for multiple AXP chip families by Boris BREZILLON · 10 years ago
  21. 130daa3 regulator: of: Skip disabled regulator nodes by Stephen Boyd · 10 years ago
  22. 9a6c2fe regulator: arizona-ldo1: Add additional supported voltage by Charles Keepax · 10 years ago
  23. 9eac5fd regulator: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 10 years ago
  24. 6986f44 regulator: max77843: Convert to use regulator_is_enabled_regmap by Axel Lin · 10 years ago
  25. b7c960d regulator: max77843: Fix enable_mask for max77843 charger by Axel Lin · 10 years ago
  26. 0cfeddb regulator: 88pm8607: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  27. 39d2330 regulator: max77693: Use core code for charger's is_enabled by Krzysztof Kozlowski · 10 years ago
  28. 7cf225b regulator: Remove unneeded semicolons by Krzysztof Kozlowski · 10 years ago
  29. dcd9ec6 regulator: max8973: set startup time for rail based on BIAS control by Laxman Dewangan · 10 years ago
  30. ec03c08 regulator: max77843: Reduce duplication of regulator_desc initializers by Krzysztof Kozlowski · 10 years ago
  31. cab344d regulator: max14577: Reduce duplication of regulator_desc initializers by Krzysztof Kozlowski · 10 years ago
  32. e4e8ccc regulator: max77686: Fix typo in email address by Fabio Estevam · 10 years ago
  33. 43343f8 regulator: Fix the function name in documentation by Krzysztof Kozlowski · 10 years ago
  34. f0c1bc9 Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  35. 4ec0853 Merge remote-tracking branch 'regulator/topic/wm8350' into regulator-next by Mark Brown · 10 years ago
  36. bea3672 Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-next by Mark Brown · 10 years ago
  37. 3984c9d Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/load-op', 'regulator/topic/max77693' and 'regulator/topic/max8660' into regulator-next by Mark Brown · 10 years ago
  38. e507384 Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/arizona-ldo1', 'regulator/topic/arizona-micsupp' and 'regulator/topic/da9211' into regulator-next by Mark Brown · 10 years ago
  39. 5fc31b4 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 10 years ago
  40. 498e530 Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 10 years ago
  41. c0cf5a59 regulator: max8660: Handle empty regulator data by Markus Pargmann · 10 years ago
  42. 2329609 regulator: output current-limit for all regulators in summary by Heiko Stübner · 10 years ago
  43. 7c225ec regulator: add a summary tree in debugfs by Heiko Stübner · 10 years ago
  44. ce8ae17 regulator: qcom: Tidy up probe() by Bjorn Andersson · 10 years ago
  45. 087a1b5 regulator: qcom: Rework to single platform device by Bjorn Andersson · 10 years ago
  46. 469a9514 regulator: qcom: Refactor of-parsing code by Bjorn Andersson · 10 years ago
  47. 4d1e4d6 regulator: qcom: Don't enable DRMS in driver by Bjorn Andersson · 10 years ago
  48. dfb85ba regulator: max8660: fix assignment of pdata to data that becomes dead by Colin Ian King · 10 years ago
  49. 6261b06 regulator: Defer lookup of supply to regulator_get by Bjorn Andersson · 10 years ago
  50. 222d0f0 regulator: max77693: Let core parse DT and drop board files support by Krzysztof Kozlowski · 10 years ago
  51. a9eaa81 regulator: Ensure unique regulator debugfs directory names by Guenter Roeck · 10 years ago
  52. 1401990 Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas' into regulator-linus by Mark Brown · 10 years ago
  53. 14aef29 regulator: stw481x: Remove unused fields from struct stw481x by Axel Lin · 10 years ago
  54. e999c72 regulator: palmas: Add has_regen3 check for TPS659038 by Keerthy · 10 years ago
  55. a26aeb1 Merge branch 'fix/palmas' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-palmas by Mark Brown · 10 years ago
  56. e03826d regulator: palmas: Correct TPS659038 register definition for REGEN2 by Keerthy · 10 years ago
  57. cdbf6f0 regulator: constify of_device_id array by Fabian Frederick · 10 years ago
  58. 8ca8f32 Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linus by Mark Brown · 10 years ago
  59. d16da51 regulator: tps65910: Add missing #include <linux/of.h> by Geert Uytterhoeven · 10 years ago
  60. e39ce48 regulator: Rename regulator_set_optimum_mode by Bjorn Andersson · 10 years ago
  61. 29d62ec regulator: core: Fix enable GPIO reference counting by Doug Anderson · 10 years ago
  62. 0548bf4 regulator: Only enable disabled regulators on resume by Javier Martinez Canillas · 10 years ago
  63. c8b263c regulator: act8865: add input supply handling by Heiko Stuebner · 10 years ago
  64. b5dabc8 Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk808' into regulator-linus by Mark Brown · 10 years ago
  65. df3a950 regulator: act8865: Add act8600 support by Zubair Lutfullah Kakakhel · 10 years ago
  66. 1b42085 regulator: wm8350: Remove unused variable by Fabio Estevam · 10 years ago
  67. 046db76 regulator: core: Add devres versions of notifier registration by Charles Keepax · 10 years ago
  68. cde72cc regulator: Fix regression due to NULL constraints check by Takashi Iwai · 10 years ago
  69. f729311 regulator: arizona-micsupp: Add support for WM8280/WM8281 by Richard Fitzgerald · 10 years ago
  70. a46a073 regulator: da9211: Pass NULL data with OVER_CURRENT event by Geert Uytterhoeven · 10 years ago
  71. 767e8aa regulator: da9211: Fix wrong register name in error message by Geert Uytterhoeven · 10 years ago
  72. af78114 regulator: dbx500: Remove use of seq_puts/seq_printf return value by Joe Perches · 10 years ago
  73. 8f45acb regulator: wm8350: Pass NULL data with REGULATION_OUT and UNDER_VOLTAGE events by Geert Uytterhoeven · 10 years ago
  74. 2b85c28 regulator: qcom-rpm: Implement set_load and enable drms by Bjorn Andersson · 10 years ago
  75. 8f4490e regulator: core: Introduce set_load op by Bjorn Andersson · 10 years ago
  76. 28249b0 regulator: rk808: Set the enable time for LDOs by Doug Anderson · 10 years ago
  77. a7b976a regulator: arizona-micsupp: Drop OF node reference on error path by Charles Keepax · 10 years ago
  78. ec454d7 regulator: arizona-ldo1: Drop OF node reference on error path by Charles Keepax · 10 years ago
  79. 5c27700 Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  80. 4d9cbff5 regulator: da9210: Mask all interrupt sources to deassert interrupt line by Geert Uytterhoeven · 10 years ago
  81. dd7c2e7 Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rpm', 'regulator/topic/rt5033' and 'regulator/topic/tps65023' into regulator-next by Mark Brown · 10 years ago
  82. ffe167b Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mode', 'regulator/topic/mt6397', 'regulator/topic/pfuze100' and 'regulator/topic/qcom-rpm' into regulator-next by Mark Brown · 10 years ago
  83. f3ba729 Merge remote-tracking branches 'regulator/topic/isl9305', 'regulator/topic/lp872x', 'regulator/topic/max14577', 'regulator/topic/max7686' and 'regulator/topic/max77843' into regulator-next by Mark Brown · 10 years ago
  84. 30c5c53 Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/da9211' and 'regulator/topic/fan53555' into regulator-next by Mark Brown · 10 years ago
  85. fca8e13 Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-next by Mark Brown · 10 years ago
  86. a9877b6 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 10 years ago
  87. 36818b8 Merge remote-tracking branch 'regulator/fix/qcom-rpm' into regulator-linus by Mark Brown · 10 years ago
  88. 9dfffb7 regulator: max77843: Add max77843 regulator driver by Jaewon Kim · 10 years ago
  89. 39f802d regulator: Build sysfs entries with static attribute groups by Takashi Iwai · 10 years ago
  90. 00cea31 regulator: qcom-rpm: Make it possible to specify supply by Bjorn Andersson · 10 years ago
  91. 8460ef3 regulator: core: Consolidate drms update handling by Bjorn Andersson · 10 years ago
  92. a412ec2 regulator: qcom-rpm: signedness bug in probe() by Dan Carpenter · 10 years ago
  93. 8c7dd8b regulator: da9211: Add gpio control for enable/disable of buck by James Ban · 10 years ago
  94. c6515d2 regulator: qcom_rpm: Don't update vreg->uV/mV if rpm_reg_write fails by Axel Lin · 10 years ago
  95. 8538c40 regulator: lp872x: Remove **regulators from struct lp872x by Axel Lin · 10 years ago
  96. 8039268 regulator: qcom-rpm: Add missing state flag in call to RPM by Bjorn Andersson · 10 years ago
  97. 113620b Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linus by Mark Brown · 10 years ago
  98. d561337 Merge remote-tracking branch 'regulator/fix/core' into regulator-linus by Mark Brown · 10 years ago
  99. 076c3b8 regulator: da9211: fix unmatched of_node by James Ban · 10 years ago
  100. f47531b regulator: Update documentation after renaming function argument by Krzysztof Kozlowski · 10 years ago