summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: Fix off_on_delay handlingVincent Whitchurch2021-04-231-25/+8
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-231-0/+2
|\
| * regulator: core: Respect off_on_delay at startupVincent Whitchurch2021-04-221-0/+2
* | regulator: core.c: Improve a commentSebastian Fricke2021-04-211-1/+4
* | regulator: core.c: Fix indentation of commentShubhankar Kuranagatti2021-04-211-7/+14
|/
* Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown2021-02-121-7/+11
|\
| * regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede2021-01-251-3/+3
| * regulator: Make regulator_sync_voltage() usable by coupled regulatorsDmitry Osipenko2021-01-221-1/+5
| * regulator: core.c: Replace references to non-existent functionDaniel Scally2021-01-041-3/+3
* | regulator: Fix lockdep warning resolving suppliesMark Brown2021-01-221-12/+17
* | regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins2021-01-081-11/+28
|/
* Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextMark Brown2020-12-111-1/+13
|\
| * regulator: core: return zero for selectors lower than linear_min_selClaudiu Beznea2020-11-261-4/+6
| * regulator: core: do not continue if selector matchClaudiu Beznea2020-11-131-0/+3
| * Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B...Mark Brown2020-11-131-2/+7
| |\
| | * regulator: core: validate selector against linear_min_selClaudiu Beznea2020-11-131-2/+7
| * | regulator: debug early supply resolvingMichał Mirosław2020-11-131-0/+2
| |/
| * Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-111-2/+5
| |\
| * | regulator: fix a kernel-doc markupMauro Carvalho Chehab2020-10-281-1/+1
* | | regulator: workaround self-referent regulatorsMichał Mirosław2020-11-131-1/+4
* | | regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-11-131-0/+6
* | | regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-131-16/+13
| |/ |/|
* | regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih2020-11-101-2/+3
* | regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław2020-11-031-0/+2
|/
* Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown2020-10-051-96/+143
|\
| * regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven2020-10-051-1/+12
| * regulator: core: Enlarge max OF property name length to 64 charsAngeloGioacchino Del Regno2020-10-011-2/+2
| * regulator: resolve supply after creating regulatorMichał Mirosław2020-09-281-8/+13
| * regulator: print symbolic errors in kernel messagesMichał Mirosław2020-09-281-45/+49
| * regulator: print state at bootMichał Mirosław2020-09-281-2/+7
| * regulator: fix indentation issueColin Ian King2020-09-221-1/+1
| * regulator: unexport regulator_lock/unlock()Michał Mirosław2020-09-211-4/+2
| * Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...Mark Brown2020-09-171-1/+1
| |\
| * | regulator: don't require mutex for regulator_notifier_call_chain()Michał Mirosław2020-09-071-4/+1
| * | Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...Mark Brown2020-08-181-73/+87
| |\ \
| * | | regulator: Remove pointer table overallocationMichał Mirosław2020-08-181-5/+5
| * | | regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd2020-08-181-24/+51
* | | | Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-09-111-83/+96
|\ \ \ \ | |_|_|/ |/| | |
| * | | regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko2020-09-011-6/+9
| * | | regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław2020-08-171-4/+0
| | |/ | |/|
| * | regulator: cleanup regulator_ena_gpio_free()Michał Mirosław2020-08-171-12/+12
| * | regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław2020-08-171-9/+4
| * | regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław2020-08-171-20/+26
| * | regulator: push allocations in create_regulator() outside of lockMichał Mirosław2020-08-171-25/+28
| * | regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław2020-08-171-5/+14
| * | regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław2020-08-171-2/+3
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy2020-07-241-11/+7
* regulator: core: Add destroy_regulator()Saravana Kannan2020-07-201-13/+21
* regulator: Allow regulators to verify enabled during enable()Sumit Semwal2020-07-151-1/+62