aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko1-0/+2
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21 for trivial conflictMark Brown5-131/+717
2018-11-19regulator: core: Keep regulators-list locked while traversing the listDmitry Osipenko1-1/+8
2018-11-19regulator: core: Properly handle case where supply is the coupleDmitry Osipenko1-2/+17
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko4-103/+312
2018-11-15regulator/of_get_regulator: add child path to find the regulator supplierzoro1-0/+35
2018-11-15regulator: max77686: Pass descriptor instead of GPIO numberLinus Walleij1-7/+12
2018-11-15regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij1-8/+12
2018-11-15regulator: s2mps11: Pass descriptor instead of GPIO numberLinus Walleij1-23/+23
2018-11-13regulator: bd718x7: Change next state after poweroff to readyMatti Vaittinen1-0/+23
2018-11-13regulator: as3711: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-11-13regulator: bd9571mwv: convert to SPDX identifiersKuninori Morimoto1-9/+1
2018-11-13regulator: bd718x7: Use regulator_map_voltage_ascend for buck5 and buck7Axel Lin1-0/+1
2018-11-13regulator: of: add support for parsing regulator-state-standbyAndrei.Stefanescu@microchip.com1-1/+4
2018-11-08regulator: core: Decouple regulators on regulator_unregister()Dmitry Osipenko1-0/+38
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko2-0/+45
2018-11-08regulator: core: Don't allow to get regulator until all couples resolvedDmitry Osipenko1-0/+10
2018-11-08regulator: core: Mutually resolve regulators couplingDmitry Osipenko1-37/+17
2018-11-08regulator: core: Change voltage setting pathMaciej Purski1-46/+99
2018-11-08regulator: core: Add voltage balancing mechanismMaciej Purski1-0/+229
2018-11-08regulator: bd718x7: add missing linux/of.h inclusion (deja-vu)Matti Vaittinen1-0/+1
2018-11-08regulator: lochnagar: Explicitly include register headersCharles Keepax1-0/+2
2018-11-07regulator: bd718x7: Remove double indirection for bd718xx_pmic_inits.rdatasGeert Uytterhoeven1-4/+4
2018-11-06regulator: pfuze100-regulator: add coin support to PF0100Adam Ford1-0/+2
2018-10-23Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds28-790/+2651
2018-10-21Merge remote-tracking branches 'regulator/topic/bd718xx' and 'regulator/topic/pfuze100' into regulator-nextMark Brown1-0/+91
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-nextMark Brown2-2/+4
2018-10-19regulator: lochnagar: Use a consisent comment style for SPDX headerCharles Keepax1-8/+7
2018-10-19regulator: bd718x7: Remove struct bd718xx_pmicAxel Lin1-39/+20
2018-10-15regulator: Fetch enable gpiods nonexclusiveLinus Walleij8-17/+24
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-0/+13
2018-10-12regulator: lochnagar: Add support for the Cirrus Logic LochnagarCharles Keepax3-0/+263
2018-10-10regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-1/+1
2018-10-08regulator: stpmic1: add stpmic1 regulator driverpascal paillet3-0/+687
2018-10-04regulator: axp20x: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-10-02regulator: fixed: Default enable high on DT regulatorsLinus Walleij1-3/+8
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown7-632/+1379
2018-09-28regulator: bd718xx: rename bd71837 to 718xxMatti Vaittinen3-2/+2
2018-09-28regulator: bd718XX use pickable rangesMatti Vaittinen1-28/+125
2018-09-28regulator/mfd: bd718xx: rename bd71837/bd71847 common instancesMatti Vaittinen1-13/+13
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen2-0/+237
2018-09-28regulator/mfd: Support ROHM BD71847 power management ICMatti Vaittinen1-329/+726
2018-09-28Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxMark Brown3-4/+21
2018-09-20regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor2-2/+2
2018-09-20regulator: qcom: Add PMS405 regulatorsBjorn Andersson1-0/+77
2018-09-20regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-09-19regulator: bd718x7: add missing linux/of.h inclusionMatti Vaittinen1-0/+1
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2-18/+16
2018-09-17regulator: pfuze100-regulator: fix spelling mistake "standy" -> "standby"Colin Ian King1-1/+1
2018-09-11regulator: pfuze100-regulator: provide pm_power_off_prepare handlerOleksij Rempel1-0/+91