summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* regulator: core: Add regulator bypass trace pointsCharles Keepax2020-05-291-0/+9
* Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown2020-05-291-20/+29
|\
| * regulator: extract voltage balancing code to the separate functionMarek Szyprowski2020-05-291-20/+29
* | Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Mark Brown2020-05-201-14/+11
|\ \
| * | regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...John Stultz2020-04-291-14/+11
| |/
* / regulator: use consumer->supply_name in debugfs/regulator_summaryMichał Mirosław2020-04-141-0/+1
|/
* Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-03-301-4/+1
|\
| * regulator: core: Avoid device name duplication in NORMAL_GETAndy Shevchenko2020-03-131-4/+1
* | regulator: Use driver_deferred_probe_timeout for regulator_init_complete_workJohn Stultz2020-03-041-11/+14
|/
* Merge branch 'regulator-5.5' into regulator-linusMark Brown2020-01-231-0/+2
|\
| * regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra2020-01-201-2/+2
| * regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra2020-01-171-0/+2
* | Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-171-4/+12
|\|
| * regulator: core: avoid unneeded .list_voltage callsCristian Marussi2019-12-091-0/+4
| * regulator: core: fix regulator_register() error paths to properly release rdevWen Yang2019-12-031-2/+6
| * regulator: fix use after free issueWen Yang2019-11-271-2/+2
* | Merge branch 'regulator-5.5' into regulator-nextMark Brown2019-11-221-1/+9
|\|
| * regulator: core: Let boot-on regulators be powered offPascal Paillet2019-11-151-1/+3
| * regulator: core: Allow generic coupling only for always-on regulatorsDmitry Osipenko2019-10-281-0/+6