aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown1-2/+7
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen1-0/+5
2018-09-20regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-09-04regulator: fix kernel-doc for regulator_suspend()Randy Dunlap1-1/+1
2018-09-03regulator: Fix useless O^2 complexity in suspend/resumeMarek Szyprowski1-28/+11
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski1-1/+1
2018-08-28regulator: core: Add locking to debugfs regulator_summaryDouglas Anderson1-20/+31
2018-08-28regulator: core: Add consumer-requested load in regulator_summaryDouglas Anderson1-1/+2
2018-08-28regulator: core: Add the opmode to regulator_summaryDouglas Anderson1-11/+17
2018-07-05regulator: core: Link consumer with regulator driverpascal paillet1-2/+16
2018-07-05regulator: core: Change suspend_late to suspendpascal paillet1-13/+13
2018-05-30regulator: Revert coupled regulator support againMark Brown1-288/+41
2018-05-17regulator: core: Change voltage setting pathMaciej Purski1-52/+107
2018-05-17regulator: core: Add voltage balancing mechanismMaciej Purski1-0/+192
2018-05-17regulator: core: Resolve coupled regulatorsMaciej Purski1-0/+100
2018-05-17regulator: core: Make locks re-entrantMaciej Purski1-41/+91
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson1-0/+12
2018-03-28Merge remote-tracking branches 'regulator/topic/88pg86x', 'regulator/topic/dt', 'regulator/topic/formatting' and 'regulator/topic/gpio' into regulator-nextMark Brown1-9/+17
2018-03-22regulator: core: Add missing blank line between functionsMark Brown1-0/+1
2018-02-20regulator: Fix resume from suspend to idleGeert Uytterhoeven1-1/+1
2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij1-9/+16
2018-01-30regulator: Fix suspend to idleMark Brown1-1/+1
2018-01-26regulator: Fix build errorMark Brown1-1/+1
2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-coreMark Brown1-110/+236
2018-01-26regulator: core: Refactor regulator_list_voltage()Maciej Purski1-5/+5
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski1-22/+1
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang1-30/+225
2018-01-26regulator: empty the old suspend functionsChunyan Zhang1-74/+0
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang1-8/+6
2018-01-26regulator: make regulator voltage be an array to support more statesChunyan Zhang1-28/+35
2017-12-07regulator: fix incorrect indentation of two assignment statementsColin Ian King1-2/+2
2017-09-04Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da9063', 'regulator/topic/dt', 'regulator/topic/fan53555' and 'regulator/topic/ltc3589' into regulator-nextMark Brown1-2/+2
2017-07-20regulator: core: fix a possible race in disable_work handlingTirupathi Reddy1-2/+10
2017-07-19regulator: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-07-03Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps65910' and 'regulator/topic/tps65917' into regulator-nextMark Brown1-0/+6
2017-07-03Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-28/+18
2017-06-30regulator: core: Fix size limit of supply_mapHaishan Zhou1-23/+13
2017-06-28regulator: core: Fix voltage change propagations to supply regulatorsTirupathi Reddy1-1/+2
2017-06-13regulator: core: Prioritise consumer mappings over regulator nameCharles Keepax1-5/+5
2017-05-17regulator: Allow for asymmetric settling timesMatthias Kaehlcke1-0/+6
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/pfuze100', 'regulator/topic/settle', 'regulator/topic/tps65132' and 'regulator/topic/twl6030' into regulator-nextMark Brown1-0/+4
2017-04-14regulator: core: Allow dummy regulators for suppliesMark Brown1-8/+0
2017-04-14regulator: core: Only propagate voltage changes to if it can change voltagesMark Brown1-2/+4
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan1-0/+2
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke1-2/+7
2017-03-29regulator: core: Fix kerneldoc commentsTamara Diaconita1-2/+0
2017-03-24regulator: core: Add new notification for enabling of regulatorHarald Geyer1-0/+2
2017-03-17regulator: Mark supply_name const and duplicate it as suchStephen Boyd1-2/+2
2017-03-07regulator: core: use snprintf() instead of scnprintf()Bartosz Golaszewski1-2/+2
2017-02-19Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/supplies' and 'regulator/topic/tps65217' into regulator-nextMark Brown1-0/+13