summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2018-11-08regulator: core: Add voltage balancing mechanismMaciej Purski
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen
2018-09-20regulator: fix crash caused by null driver dataYu Zhao
2018-09-04regulator: fix kernel-doc for regulator_suspend()Randy Dunlap
2018-09-03regulator: Fix useless O^2 complexity in suspend/resumeMarek Szyprowski
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski
2018-08-28regulator: core: Add locking to debugfs regulator_summaryDouglas Anderson
2018-08-28regulator: core: Add consumer-requested load in regulator_summaryDouglas Anderson
2018-08-28regulator: core: Add the opmode to regulator_summaryDouglas Anderson
2018-07-05regulator: core: Link consumer with regulator driverpascal paillet
2018-07-05regulator: core: Change suspend_late to suspendpascal paillet
2018-05-30regulator: Revert coupled regulator support againMark Brown
2018-05-17regulator: core: Change voltage setting pathMaciej Purski
2018-05-17regulator: core: Add voltage balancing mechanismMaciej Purski
2018-05-17regulator: core: Resolve coupled regulatorsMaciej Purski
2018-05-17regulator: core: Make locks re-entrantMaciej Purski
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson
2018-03-28Merge remote-tracking branches 'regulator/topic/88pg86x', 'regulator/topic/dt...Mark Brown
2018-03-22regulator: core: Add missing blank line between functionsMark Brown
2018-02-20regulator: Fix resume from suspend to idleGeert Uytterhoeven
2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij
2018-01-30regulator: Fix suspend to idleMark Brown
2018-01-26regulator: Fix build errorMark Brown
2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2018-01-26regulator: core: Refactor regulator_list_voltage()Maciej Purski
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang
2018-01-26regulator: empty the old suspend functionsChunyan Zhang
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang
2018-01-26regulator: make regulator voltage be an array to support more statesChunyan Zhang
2017-12-07regulator: fix incorrect indentation of two assignment statementsColin Ian King
2017-09-04Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da90...Mark Brown
2017-07-20regulator: core: fix a possible race in disable_work handlingTirupathi Reddy
2017-07-19regulator: Convert to using %pOF instead of full_nameRob Herring
2017-07-03Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps...Mark Brown
2017-07-03Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2017-06-30regulator: core: Fix size limit of supply_mapHaishan Zhou
2017-06-28regulator: core: Fix voltage change propagations to supply regulatorsTirupathi Reddy
2017-06-13regulator: core: Prioritise consumer mappings over regulator nameCharles Keepax
2017-05-17regulator: Allow for asymmetric settling timesMatthias Kaehlcke
2017-04-30Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p...Mark Brown
2017-04-14regulator: core: Allow dummy regulators for suppliesMark Brown
2017-04-14regulator: core: Only propagate voltage changes to if it can change voltagesMark Brown
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan
2017-03-29regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke
2017-03-29regulator: core: Fix kerneldoc commentsTamara Diaconita
2017-03-24regulator: core: Add new notification for enabling of regulatorHarald Geyer
2017-03-17regulator: Mark supply_name const and duplicate it as suchStephen Boyd
2017-03-07regulator: core: use snprintf() instead of scnprintf()Bartosz Golaszewski