1. deed1d4 Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  2. 77fd66c regulator: qcom-rpmh: Fix PMIC5 BoB min voltage by Kiran Gunda · 5 years ago
  3. 1252b28 regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() could be uninitialized by Yizhuo · 5 years ago
  4. f75841a regulator: lochnagar: Add on_off_delay for VDDCORE by Charles Keepax · 5 years ago
  5. f64db54 regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone by Axel Lin · 5 years ago
  6. a72865f regulator: da9062: fix suspend_enable/disable preparation by Marco Felsch · 5 years ago
  7. 1d6db22 regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF by Axel Lin · 5 years ago
  8. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  9. f8970d3 regulator: core: make regulator_register() EPROBE_DEFER aware by Marco Felsch · 5 years ago
  10. 131cb12 regulator: of: fix suspend-min/max-voltage parsing by Marco Felsch · 5 years ago
  11. c82f27d regulator: core: Fix error return for /sys access by H. Nikolaus Schaller · 5 years ago
  12. 5eda8e9 regulator: da9211: fix obtaining "enable" GPIO by Dmitry Torokhov · 5 years ago
  13. 2418f74 regulator: max77686: fix obtaining "maxim,ena" GPIO by Dmitry Torokhov · 5 years ago
  14. 3ba5368 regulator: uniphier: Add Pro5 USB3 VBUS support by Kunihiko Hayashi · 5 years ago
  15. 8959e53 regulator: fixed: add possibility to enable by clock by Philippe Schenker · 5 years ago
  16. d57d90f regulator: s2mps11: Consistently use local variable by Krzysztof Kozlowski · 5 years ago
  17. 6cadd8a regulator: lp87565: Simplify lp87565_buck_set_ramp_delay by Axel Lin · 5 years ago
  18. c0b9134 regulator: slg51000: use devm_gpiod_get_optional() in probe by Dmitry Torokhov · 5 years ago
  19. 7933147 Merge branch 'regulator-5.3' into regulator-5.4 by Mark Brown · 5 years ago
  20. 6cbe29c regulator: lp8788-ldo: make array en_mask static const, makes object smaller by Colin Ian King · 5 years ago
  21. a957446 regulator: tps65132: Stop parsing DT when gpio is not found by Guido Günther · 5 years ago
  22. 55576cf regulator: Defer init completion for a while after late_initcall by Mark Brown · 5 years ago
  23. d0087e7 regulator: provide regulator_bulk_set_supply_names() by Bartosz Golaszewski · 5 years ago
  24. e02e23d regulator: sy8824x: add prefixes to BUCK_EN and MODE macros by Jisheng Zhang · 5 years ago
  25. dab1067 regulator: sy8824x: use c++style for the comment block near SPDX by Jisheng Zhang · 5 years ago
  26. 50bc573 regulator: mt6358: Add BROKEN dependency while waiting for MFD to merge by Mark Brown · 5 years ago
  27. f67ff1b regulator: mt6358: Add support for MT6358 regulator by Hsin-Hsiung Wang · 5 years ago
  28. b60c2c4 regulator: sy8824x: add SY20278 support by Jisheng Zhang · 5 years ago
  29. 92fd0db regulator: sy8824x: add SY20276 support by Jisheng Zhang · 5 years ago
  30. 67a7b05 regulator: sy8824x: add SY8824E support by Jisheng Zhang · 5 years ago
  31. d5a2b82 regulator: add support for SY8824C regulator by Jisheng Zhang · 5 years ago
  32. 955741a regulator: act8865: operating mode and suspend state support by Raag Jadav · 5 years ago
  33. 81eeb0a regulator: core: Add label to collate of_node_put() statements by Nishka Dasgupta · 5 years ago
  34. 9e127fa regulator: max8660: remove redundant assignment of variable ret by Colin Ian King · 5 years ago
  35. 3829100 regulator: twl: voltage lists for vdd1/2 on twl4030 by Andreas Kemnade · 5 years ago
  36. 5d2fc54 regulator: act8945a-regulator: fix ldo register addresses in set_mode hook by Raag Jadav · 5 years ago
  37. d9df018 regulator: twl6030: workaround the VMMC reset behavior by Gregory CLEMENT · 5 years ago
  38. 621d3ce regulator: twl6030: use variable for device node by Gregory CLEMENT · 5 years ago
  39. 610f29e regulator: qcom-rpmh: Update PMIC modes for PMIC5 by Vinod Koul · 5 years ago
  40. 553c452 regulator: qcom-rpmh: Fix pmic5_bob voltage count by Vinod Koul · 5 years ago
  41. 7172fb7 regulator: qcom-rpmh: Sort the compatibles by Vinod Koul · 5 years ago
  42. 5375f1e regulator: act8865: Fix build error without CONFIG_POWER_SUPPLY by YueHaibing · 5 years ago
  43. 06369bc regulator: qcom-rpmh: Add support for SM8150 by Vinod Koul · 5 years ago
  44. 7352e72 regulator: slg51000: Fix a couple NULL vs IS_ERR() checks by Dan Carpenter · 5 years ago
  45. db2a173 regulator: core: Add of_node_put() before return by Nishka Dasgupta · 5 years ago
  46. 4724193 regulator: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  47. 811ba48 regulator: of: Add of_node_put() before return in function by Nishka Dasgupta · 5 years ago
  48. cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
  49. 1889c6e regulator: act8865: fix ptr_ret.cocci warnings by kbuild test robot · 5 years ago
  50. a853c0a regulator: lp87565: Fix probe failure for "ti,lp87565" by Axel Lin · 5 years ago
  51. 27988c9 Merge tag 'v5.3-rc1' into regulator-5.3 by Mark Brown · 5 years ago
  52. a5f888c regulator: act8865: support regulator-pull-down property by Michał Mirosław · 5 years ago
  53. cd81a91d regulator: act8865: rename fixed LDO ops by Michał Mirosław · 5 years ago
  54. 03b77f0 regulator: stm32-booster: Remove .min_uV and .list_voltage for fixed regulator by Axel Lin · 5 years ago
  55. 2d09a79 regulator: act8865: Add support for act8600 charger by Maarten ter Huurne · 5 years ago
  56. d850c6f5 regulator: rk808: Return REGULATOR_MODE_INVALID for invalid mode by Axel Lin · 5 years ago
  57. 962f170 regulator: lm363x: Fix n_voltages setting for lm36274 by Axel Lin · 6 years ago
  58. 1e2cc8c regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vneg by Axel Lin · 6 years ago
  59. 8f46e22 regulator: axp20x: fix DCDC5 and DCDC6 for AXP803 by Jernej Skrabec · 5 years ago
  60. 1ef55fe regulator: axp20x: fix DCDCA and DCDCD for AXP806 by Jernej Skrabec · 5 years ago
  61. 8de2625 Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 5 years ago
  62. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  63. 98537ee Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  64. 8a3367c Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  65. 0ed4513 Merge remote-tracking branch 'regulator/topic/coupled' into regulator-next by Mark Brown · 6 years ago
  66. 65244e5 Merge branch 'regulator-5.3' into regulator-next by Mark Brown · 6 years ago
  67. f038661 Merge branch 'regulator-5.2' into regulator-linus by Mark Brown · 6 years ago
  68. 3c7577d regulator: max77650: use vsel_step by Bartosz Golaszewski · 6 years ago
  69. 2da8d94 regulator: implement selector stepping by Bartosz Golaszewski · 6 years ago
  70. ba2bf34 regulator: max77650: add MODULE_ALIAS() by Bartosz Golaszewski · 6 years ago
  71. a3c7c02 regulator: max77620: remove redundant assignment to variable ret by Colin Ian King · 6 years ago
  72. 4e210fb regulator: add support for the stm32-booster by Fabrice Gasnier · 6 years ago
  73. 9d83dcb regulator: s2mps11: Adjust supported buck voltages to real values by Krzysztof Kozlowski · 6 years ago
  74. 16da0eb regulator: s2mps11: Fix buck7 and buck8 wrong voltages by Krzysztof Kozlowski · 6 years ago
  75. 8e23cee Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-5.3', 'ib-mfd-clk-regulator-rtc-5.3', 'ib-mfd-cros-5.3' and 'ib-mfd-regulator-5.3' into ibs-for-mfd-merged by Lee Jones · 6 years ago
  76. f3f4363 regulator: lp87565: Fix missing break in switch statement by Colin Ian King · 6 years ago
  77. e444f6d regulator: rk808: Add RK809 and RK817 support. by Heiko Stuebner · 6 years ago
  78. 2a6a7aa mfd: regulator: clk: Split rohm-bd718x7.h by Matti Vaittinen · 6 years ago
  79. 025bf377 gpio: Fix return value mismatch of function gpiod_get_from_of_node() by Waibel Georg · 6 years ago
  80. d22b85a regulator: core: Expose some of core functions needed by couplers by Dmitry Osipenko · 6 years ago
  81. d8ca7d1 regulator: core: Introduce API for regulators coupling customization by Dmitry Osipenko · 6 years ago
  82. 65d80db regulator: s2mps11: Add support for disabling S2MPS11 regulators in suspend by Krzysztof Kozlowski · 6 years ago
  83. df33799 regulator: s2mps11: Reduce number of rdev_get_id() calls by Krzysztof Kozlowski · 6 years ago
  84. b01d182 regulator: qcom_spmi: Do NULL check for lvs by Jeffrey Hugo · 6 years ago
  85. 61d7fdc regulator: qcom_spmi: Fix math of spmi_regulator_set_voltage_time_sel by Jeffrey Hugo · 6 years ago
  86. fd5d100 regulator: da9061/62: Adjust LDO voltage selection minimum value by Felix Riemann · 6 years ago
  87. 70ca117 regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failure by Krzysztof Kozlowski · 6 years ago
  88. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  89. 0211f68 regulator: qcom_spmi: add PMS405 SPMI regulator by Jorge Ramirez · 6 years ago
  90. 42ba89c regulator: qcom_spmi: Add support for PM8005 by Jeffrey Hugo · 6 years ago
  91. f2c6203 regulator: core: Make entire header comment C++ style by Mark Brown · 6 years ago
  92. e1d700f Merge tag 'v5.2-rc4' into regulator-5.3 by Mark Brown · 6 years ago
  93. ba576a6 regulator: qcom_spmi: Refactor get_mode/set_mode by Jeffrey Hugo · 6 years ago
  94. 86f4ff7 regulator: qcom_spmi: enable linear range info by Jorge Ramirez-Ortiz · 6 years ago
  95. 7ee63bd regulator: lp87565: Add 4-phase lp87561 regulator support by Keerthy · 6 years ago
  96. 458f69e docs: timers: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  97. fd742ea regulator: max8952: Convert to use GPIO descriptors by Linus Walleij · 6 years ago
  98. 6f10419 regulator: 88pm800: fix warning same module names by Anders Roxell · 6 years ago
  99. 9a5ed0b regulator: wm831x: Convert to use GPIO descriptors by Linus Walleij · 6 years ago
  100. 5e3b6b8 Merge tag 'regulator-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago