summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2018-12-211-10/+2Star
|\
| * regulator: core: Don't double-disable supplies in regulator_disable_deferred()Douglas Anderson2018-11-201-10/+0Star
| * regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko2018-11-201-0/+2
* | regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-32/+5Star
* | regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson2018-12-111-3/+16
* | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-111-11/+11
|\ \
| * | regulator: core: enable power when setting up constraintsOlliver Schinagl2018-11-261-11/+11
* | | regulator: core: Track dangling GPIO descriptorsLinus Walleij2018-12-111-10/+45
* | | regulator: core: Apply system load even if no consumer loadsDouglas Anderson2018-11-261-0/+6
* | | regulator: core: Avoid propagating to supplies when possibleDouglas Anderson2018-11-221-7/+7
* | | regulator: core: Only count load for enabled consumersDouglas Anderson2018-11-221-51/+142
* | | regulator: core: Properly expose requested_microamps in sysfsDouglas Anderson2018-11-201-4/+0Star
* | | Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-11-191-125/+707
|\ \ \ | | |/ | |/|
| * | 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-191-97/+306
| * | regulator: core: Decouple regulators on regulator_unregister()Dmitry Osipenko2018-11-081-0/+38
| * | regulator: core: Add new max_uV_step constraintDmitry Osipenko2018-11-081-0/+41
| * | 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
|/
* Merge tag 'bd71847-support' into regulator-4.20Mark Brown2018-09-281-2/+7
|\
| * regulator: Support regulators where voltage ranges are selectableMatti Vaittinen2018-09-281-0/+5
| * regulator: fix crash caused by null driver dataYu Zhao2018-09-201-1/+1
| * regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski2018-09-031-1/+1
* | 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
* | regulator: core: Add locking to debugfs regulator_summaryDouglas Anderson2018-08-281-20/+31
* | regulator: core: Add consumer-requested load in regulator_summaryDouglas Anderson2018-08-281-1/+2
* | regulator: core: Add the opmode to regulator_summaryDouglas Anderson2018-08-281-11/+17
|/
* regulator: core: Link consumer with regulator driverpascal paillet2018-07-051-2/+16
* regulator: core: Change suspend_late to suspendpascal paillet2018-07-051-13/+13
* regulator: Revert coupled regulator support againMark Brown2018-05-301-288/+41Star
* regulator: core: Change voltage setting pathMaciej Purski2018-05-171-52/+107
* regulator: core: Add voltage balancing mechanismMaciej Purski2018-05-171-0/+192
* regulator: core: Resolve coupled regulatorsMaciej Purski2018-05-171-0/+100
* regulator: core: Make locks re-entrantMaciej Purski2018-05-171-41/+91
* regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson2018-05-171-0/+12
*---. Merge remote-tracking branches 'regulator/topic/88pg86x', 'regulator/topic/dt...Mark Brown2018-03-281-9/+17
|\ \ \
| | | * regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij2018-02-161-9/+16
| | |/ | |/|
| | * regulator: core: Add missing blank line between functionsMark Brown2018-03-221-0/+1
| |/
* / regulator: Fix resume from suspend to idleGeert Uytterhoeven2018-02-201-1/+1
|/
* regulator: Fix suspend to idleMark Brown2018-01-301-1/+1
* regulator: Fix build errorMark Brown2018-01-261-1/+1
* Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-01-261-110/+236
|\
| * regulator: add PM suspend and resume hooksChunyan Zhang2018-01-261-30/+225
| * regulator: empty the old suspend functionsChunyan Zhang2018-01-261-74/+0Star
| * regulator: leave one item to record whether regulator is enabledChunyan Zhang2018-01-261-8/+6Star