aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad
2023-01-18regulator: core: fix use_count leakage when handling boot-onRui Zhang
2023-01-18regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2023-01-18regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang
2022-01-27regulator: core: Let boot-on regulators be powered offPascal Paillet
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown
2021-02-13regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson
2021-02-13regulator: core: enable power when setting up constraintsOlliver Schinagl
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins
2020-11-24regulator: workaround self-referent regulatorsMichał Mirosław
2020-11-24regulator: avoid resolve_supply() infinite recursionMichał Mirosław
2020-11-24regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław
2020-11-18regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław
2020-10-29regulator: resolve supply after creating regulatorMichał Mirosław
2020-09-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław
2020-01-12regulator: fix use after free issueWen Yang
2019-10-05regulator: Defer init completion for a while after late_initcallMark Brown
2018-09-20regulator: fix crash caused by null driver dataYu Zhao
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski
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