aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28regulator: mt6358: Add support for MT6358 regulatorHsin-Hsiung Wang3-0/+559
2019-08-27regulator: sy8824x: add SY20278 supportJisheng Zhang1-0/+13
2019-08-27regulator: sy8824x: add SY20276 supportJisheng Zhang1-0/+13
2019-08-27regulator: sy8824x: add SY8824E supportJisheng Zhang2-3/+16
2019-08-27regulator: add support for SY8824C regulatorJisheng Zhang3-0/+200
2019-08-15regulator: act8865: operating mode and suspend state supportRaag Jadav1-1/+186
2019-08-15regulator: core: Add label to collate of_node_put() statementsNishka Dasgupta1-6/+7
2019-08-15regulator: max8660: remove redundant assignment of variable retColin Ian King1-1/+0
2019-08-09regulator: twl6030: workaround the VMMC reset behaviorGregory CLEMENT1-1/+14
2019-08-09regulator: twl6030: use variable for device nodeGregory CLEMENT1-3/+3
2019-08-09regulator: qcom-rpmh: Update PMIC modes for PMIC5Vinod Koul1-7/+45
2019-08-09regulator: qcom-rpmh: Fix pmic5_bob voltage countVinod Koul1-1/+1
2019-08-09regulator: qcom-rpmh: Sort the compatiblesVinod Koul1-10/+10
2019-08-08regulator: act8865: Fix build error without CONFIG_POWER_SUPPLYYueHaibing1-0/+1
2019-08-08regulator: qcom-rpmh: Add support for SM8150Vinod Koul1-0/+147
2019-08-05regulator: core: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-08-02regulator: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-6/+2
2019-07-25regulator: act8865: fix ptr_ret.cocci warningskbuild test robot1-1/+1
2019-07-23regulator: act8865: support regulator-pull-down propertyMichał Mirosław1-10/+31
2019-07-23regulator: act8865: rename fixed LDO opsMichał Mirosław1-3/+3
2019-07-23regulator: stm32-booster: Remove .min_uV and .list_voltage for fixed regulatorAxel Lin1-4/+0
2019-07-23regulator: act8865: Add support for act8600 chargerMaarten ter Huurne1-0/+84
2019-07-22regulator: rk808: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-1/+1
2019-07-22regulator: lm363x: Fix n_voltages setting for lm36274Axel Lin1-4/+4
2019-07-22regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin1-1/+1
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds4-41/+652
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds26-453/+2173
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds2-5/+75
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2-71/+186
2019-07-04Merge branch 'regulator-5.3' into regulator-nextMark Brown25-372/+1969
2019-07-04Merge branch 'regulator-5.2' into regulator-linusMark Brown1-10/+18
2019-07-04regulator: max77650: use vsel_stepBartosz Golaszewski1-64/+9
2019-07-04regulator: implement selector steppingBartosz Golaszewski1-0/+63
2019-07-03regulator: max77650: add MODULE_ALIAS()Bartosz Golaszewski1-0/+1
2019-07-03regulator: max77620: remove redundant assignment to variable retColin Ian King1-1/+1
2019-07-02regulator: add support for the stm32-boosterFabrice Gasnier3-0/+144
2019-07-02regulator: s2mps11: Adjust supported buck voltages to real valuesKrzysztof Kozlowski1-10/+17
2019-07-02regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-07-02Merge 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-mergedLee Jones3-29/+639
2019-07-02regulator: lp87565: Fix missing break in switch statementColin Ian King1-0/+1
2019-06-27regulator: rk808: Add RK809 and RK817 support.Heiko Stuebner2-28/+622
2019-06-27mfd: regulator: clk: Split rohm-bd718x7.hMatti Vaittinen1-12/+13
2019-06-25gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg4-5/+12
2019-06-25regulator: core: Expose some of core functions needed by couplersDmitry Osipenko1-31/+27
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko2-40/+159
2019-06-24regulator: s2mps11: Add support for disabling S2MPS11 regulators in suspendKrzysztof Kozlowski1-95/+115
2019-06-24regulator: s2mps11: Reduce number of rdev_get_id() callsKrzysztof Kozlowski1-10/+13
2019-06-24regulator: qcom_spmi: Do NULL check for lvsJeffrey Hugo1-1/+1
2019-06-20regulator: qcom_spmi: Fix math of spmi_regulator_set_voltage_time_selJeffrey Hugo1-6/+2