aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Merge tag 'v5.3-rc1' into regulator-5.3Gravatar Mark Brown 22-193/+949
2019-07-23regulator: act8865: support regulator-pull-down propertyGravatar Michał Mirosław 1-10/+31
2019-07-23regulator: act8865: rename fixed LDO opsGravatar Michał Mirosław 1-3/+3
2019-07-23regulator: stm32-booster: Remove .min_uV and .list_voltage for fixed regulatorGravatar Axel Lin 1-4/+0
2019-07-23regulator: act8865: Add support for act8600 chargerGravatar Maarten ter Huurne 1-0/+84
2019-07-22regulator: rk808: Return REGULATOR_MODE_INVALID for invalid modeGravatar Axel Lin 1-1/+1
2019-07-22regulator: lm363x: Fix n_voltages setting for lm36274Gravatar Axel Lin 1-4/+4
2019-07-22regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegGravatar Axel Lin 1-1/+1
2019-07-16regulator: axp20x: fix DCDC5 and DCDC6 for AXP803Gravatar Jernej Skrabec 1-2/+2
2019-07-16regulator: axp20x: fix DCDCA and DCDCD for AXP806Gravatar Jernej Skrabec 1-3/+3
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 4-41/+652
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-09Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 26-453/+2173
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-5/+75
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextGravatar Mark Brown 2-71/+186
2019-07-04Merge branch 'regulator-5.3' into regulator-nextGravatar Mark Brown 25-372/+1969
2019-07-04Merge branch 'regulator-5.2' into regulator-linusGravatar Mark Brown 1-10/+18
2019-07-04regulator: max77650: use vsel_stepGravatar Bartosz Golaszewski 1-64/+9
2019-07-04regulator: implement selector steppingGravatar Bartosz Golaszewski 1-0/+63
2019-07-03regulator: max77650: add MODULE_ALIAS()Gravatar Bartosz Golaszewski 1-0/+1
2019-07-03regulator: max77620: remove redundant assignment to variable retGravatar Colin Ian King 1-1/+1
2019-07-02regulator: add support for the stm32-boosterGravatar Fabrice Gasnier 3-0/+144
2019-07-02regulator: s2mps11: Adjust supported buck voltages to real valuesGravatar Krzysztof Kozlowski 1-10/+17
2019-07-02regulator: s2mps11: Fix buck7 and buck8 wrong voltagesGravatar Krzysztof Kozlowski 1-2/+2
2019-07-02Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-5.3', 'ib-mfd-clk-regulat...Gravatar Lee Jones 3-29/+639
2019-07-02regulator: lp87565: Fix missing break in switch statementGravatar Colin Ian King 1-0/+1
2019-06-27regulator: rk808: Add RK809 and RK817 support.Gravatar Heiko Stuebner 2-28/+622
2019-06-27mfd: regulator: clk: Split rohm-bd718x7.hGravatar Matti Vaittinen 1-12/+13
2019-06-25gpio: Fix return value mismatch of function gpiod_get_from_of_node()Gravatar Waibel Georg 4-5/+12
2019-06-25regulator: core: Expose some of core functions needed by couplersGravatar Dmitry Osipenko 1-31/+27
2019-06-25regulator: core: Introduce API for regulators coupling customizationGravatar Dmitry Osipenko 2-40/+159
2019-06-24regulator: s2mps11: Add support for disabling S2MPS11 regulators in suspendGravatar Krzysztof Kozlowski 1-95/+115
2019-06-24regulator: s2mps11: Reduce number of rdev_get_id() callsGravatar Krzysztof Kozlowski 1-10/+13
2019-06-24regulator: qcom_spmi: Do NULL check for lvsGravatar Jeffrey Hugo 1-1/+1
2019-06-20regulator: qcom_spmi: Fix math of spmi_regulator_set_voltage_time_selGravatar Jeffrey Hugo 1-6/+2
2019-06-20regulator: da9061/62: Adjust LDO voltage selection minimum valueGravatar Felix Riemann 1-16/+24
2019-06-20regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failureGravatar Krzysztof Kozlowski 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 14-62/+14
2019-06-18regulator: qcom_spmi: add PMS405 SPMI regulatorGravatar Jorge Ramirez 1-3/+40
2019-06-18regulator: qcom_spmi: Add support for PM8005Gravatar Jeffrey Hugo 1-0/+176
2019-06-18regulator: core: Make entire header comment C++ styleGravatar Mark Brown 2-14/+12
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Gravatar Mark Brown 50-312/+50
2019-06-17regulator: qcom_spmi: Refactor get_mode/set_modeGravatar Jeffrey Hugo 1-8/+18
2019-06-17regulator: qcom_spmi: enable linear range infoGravatar Jorge Ramirez-Ortiz 1-0/+7
2019-06-17regulator: lp87565: Add 4-phase lp87561 regulator supportGravatar Keerthy 1-1/+16
2019-06-14docs: timers: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-13regulator: max8952: Convert to use GPIO descriptorsGravatar Linus Walleij 1-34/+28
2019-06-12regulator: 88pm800: fix warning same module namesGravatar Anders Roxell 2-1/+1
2019-06-12regulator: wm831x: Convert to use GPIO descriptorsGravatar Linus Walleij 1-16/+13
2019-06-10Merge tag 'regulator-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3