summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
* | | | regulator: lochnagar: Move driver to binding from DTCharles Keepax2018-11-201-11/+37
* | | | regulator: s2mps11: Fix GPIO descriptor initializationMarek Szyprowski2018-11-201-3/+2Star
* | | | Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-11-195-131/+717
|\ \ \ \ | | |_|/ | |/| |
| * | | regulator: core: Keep regulators-list locked while traversing the listDmitry Osipenko2018-11-191-1/+8
| * | | regulator: core: Properly handle case where supply is the coupleDmitry Osipenko2018-11-191-2/+17
| * | | regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko2018-11-194-103/+312
| * | | regulator: core: Decouple regulators on regulator_unregister()Dmitry Osipenko2018-11-081-0/+38
| * | | regulator: core: Add new max_uV_step constraintDmitry Osipenko2018-11-082-0/+45
| * | | regulator: core: Don't allow to get regulator until all couples resolvedDmitry Osipenko2018-11-081-0/+10
| * | | regulator: core: Mutually resolve regulators couplingDmitry Osipenko2018-11-081-37/+17Star
| * | | regulator: core: Change voltage setting pathMaciej Purski2018-11-081-46/+99
| * | | regulator: core: Add voltage balancing mechanismMaciej Purski2018-11-081-0/+229
| |/ /
* | | regulator/of_get_regulator: add child path to find the regulator supplierzoro2018-11-151-0/+35
* | | regulator: max77686: Pass descriptor instead of GPIO numberLinus Walleij2018-11-151-7/+12
* | | regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij2018-11-151-8/+12
* | | regulator: s2mps11: Pass descriptor instead of GPIO numberLinus Walleij2018-11-151-23/+23
* | | regulator: bd718x7: Change next state after poweroff to readyMatti Vaittinen2018-11-141-0/+23
* | | regulator: as3711: convert to SPDX identifiersKuninori Morimoto2018-11-141-4/+1Star
* | | regulator: bd9571mwv: convert to SPDX identifiersKuninori Morimoto2018-11-141-9/+1Star
* | | regulator: bd718x7: Use regulator_map_voltage_ascend for buck5 and buck7Axel Lin2018-11-131-0/+1
* | | regulator: of: add support for parsing regulator-state-standbyAndrei.Stefanescu@microchip.com2018-11-131-1/+4
* | | regulator: lochnagar: Explicitly include register headersCharles Keepax2018-11-081-0/+2
* | | regulator: bd718x7: Remove double indirection for bd718xx_pmic_inits.rdatasGeert Uytterhoeven2018-11-071-4/+4
* | | regulator: pfuze100-regulator: add coin support to PF0100Adam Ford2018-11-061-0/+2
|/ /
* | Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2018-10-2328-790/+2651
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regulator/topic/bd718xx' and 'regulator/topic...Mark Brown2018-10-211-0/+91
| |\ \ \ | | |_|/ | |/| |
| | | * regulator: pfuze100-regulator: fix spelling mistake "standy" -> "standby"Colin Ian King2018-09-171-1/+1
| | | * regulator: pfuze100-regulator: provide pm_power_off_prepare handlerOleksij Rempel2018-09-111-0/+91
| * | | regulator: lochnagar: Use a consisent comment style for SPDX headerCharles Keepax2018-10-191-8/+7Star
| * | | regulator: bd718x7: Remove struct bd718xx_pmicAxel Lin2018-10-191-39/+20Star
| * | | regulator: Fetch enable gpiods nonexclusiveLinus Walleij2018-10-158-17/+24
| * | | regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij2018-10-121-0/+13
| * | | regulator: lochnagar: Add support for the Cirrus Logic LochnagarCharles Keepax2018-10-123-0/+263
| * | | regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin2018-10-101-1/+1
| * | | regulator: stpmic1: add stpmic1 regulator driverpascal paillet2018-10-083-0/+687
| * | | regulator: axp20x: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-041-1/+2
| * | | regulator: fixed: Default enable high on DT regulatorsLinus Walleij2018-10-021-3/+8
| * | | Merge tag 'bd71847-support' into regulator-4.20Mark Brown2018-09-287-632/+1379
| |\| |
| | * | regulator: bd718xx: rename bd71837 to 718xxMatti Vaittinen2018-09-283-2/+2
| | * | regulator: bd718XX use pickable rangesMatti Vaittinen2018-09-281-28/+125
| | * | regulator/mfd: bd718xx: rename bd71837/bd71847 common instancesMatti Vaittinen2018-09-281-13/+13
| | * | regulator: Support regulators where voltage ranges are selectableMatti Vaittinen2018-09-282-0/+237
| | * | regulator/mfd: Support ROHM BD71847 power management ICMatti Vaittinen2018-09-281-329/+726
| | * | Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxMark Brown2018-09-283-4/+21
| | |\ \
| * | | | regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor2018-09-212-2/+2
| * | | | regulator: qcom: Add PMS405 regulatorsBjorn Andersson2018-09-201-0/+77
| * | | | regulator: bd718x7: add missing linux/of.h inclusionMatti Vaittinen2018-09-191-0/+1
| * | | | regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2018-09-172-18/+16Star
| * | | | regulator: fix kernel-doc for regulator_suspend()Randy Dunlap2018-09-041-1/+1
| * | | | regulator: Fix useless O^2 complexity in suspend/resumeMarek Szyprowski2018-09-031-28/+11Star