summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-02regulator: workaround self-referent regulatorsMichał Mirosław1-1/+4
2020-12-02regulator: avoid resolve_supply() infinite recursionMichał Mirosław1-0/+6
2020-11-24regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław1-16/+13
2020-11-18regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław1-0/+2
2020-10-29regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-09-23regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2019-12-21Revert "regulator: Defer init completion for a while after late_initcall"Greg Kroah-Hartman1-31/+11
2019-10-05regulator: Defer init completion for a while after late_initcallMark Brown1-11/+31
2018-10-04regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-03-22regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke1-2/+7
2017-10-21regulator: core: Resolve supplies before disabling unused regulatorsJavier Martinez Canillas1-0/+10
2017-03-12regulator: Fix regulator_summary for deviceless consumersLeonard Crestez1-2/+3
2016-10-28regulator: core: silence warning: "VDD1: ramp_delay not set"H. Nikolaus Schaller1-1/+1
2016-09-30Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...Mark Brown1-40/+72
2016-09-30Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx50...Mark Brown1-22/+20
2016-09-24regulator: core: don't return error with inadequate reasonJoonwoo Park1-18/+18
2016-09-16regulator: core: Add set_voltage_time opMatthias Kaehlcke1-27/+59
2016-09-16regulator: core: Don't skip set_voltage_time when ramp delay disabledMatthias Kaehlcke1-6/+2
2016-09-16regulator: core: Simplify error flow in _regulator_do_set_voltage()Matthias Kaehlcke1-2/+6
2016-09-14regulator: core: Use local ops variable in _regulator_do_set_voltage()Matthias Kaehlcke1-10/+10
2016-08-16regulator: Remove support for optional supplies in the bulk APIBjorn Andersson1-4/+2
2016-06-09regulator: Remove regulator_can_change_voltage()Mark Brown1-27/+0
2016-05-13Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic...Mark Brown1-59/+83
2016-05-13Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown1-26/+41
2016-05-13Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-3/+1
2016-05-13Merge remote-tracking branch 'regulator/topic/bypass' into regulator-nextMark Brown1-0/+14
2016-05-13Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/d...Mark Brown1-11/+38
2016-04-27regulator: core: Add early supply resolution for regulatorsJon Hunter1-11/+26
2016-04-27Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown1-0/+14
2016-04-25regulator: refactor valid_ops_mask checking codeWEN Pingbo1-59/+29
2016-04-22regulator: core: Move registration of regulator deviceJon Hunter1-15/+9
2016-04-22Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown1-10/+10
2016-04-22regulator: core: Clear the supply pointer if enabling failsJon Hunter1-0/+1
2016-04-22regulator: core: Don't terminate supply resolution earlyJon Hunter1-1/+6
2016-04-22regulator: core: Add debugfs to show constraint flagsRichard Fitzgerald1-0/+52
2016-04-18regulator: core: remove lockdep assert from suspend_prepareTero Kristo1-2/+0
2016-04-13regulator: core: Fix locking of GPIO list on freeMark Brown1-1/+1
2016-04-13regulator: reorder initialization steps in regulator_register()Boris Brezillon1-10/+10
2016-04-12regulator: core: Use parent voltage from the supply when bypassedMark Brown1-0/+14
2016-03-30regulator: Fix deadlock during regulator registrationJon Hunter1-5/+5
2016-03-30regulator: core: Log when we bring constraints into rangeMark Brown1-0/+2
2016-03-28regulator: Try to resolve regulators supplies on registrationJavier Martinez Canillas1-0/+9
2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsMark Brown1-7/+25
2016-03-25regulator: core: Remove duplicate copy of active-discharge parsingVladimir Zapolskiy1-11/+0
2016-03-21regulator: Remove unneded check for regulator supplyJavier Martinez Canillas1-1/+1
2016-03-13Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/ma...Mark Brown1-0/+11
2016-03-13Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/...Mark Brown1-0/+11
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan1-0/+11
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan1-0/+11
2016-02-25regulator: core: fix crash in error path of regulator_registerKrzysztof Adamski1-4/+4