summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | regulator: core: Don't try to remove device links if add failedSaravana Kannan2019-11-151-2/+6
* | regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko2019-10-281-0/+1
|/
* regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch2019-09-171-0/+13
* regulator: core: Fix error return for /sys accessH. Nikolaus Schaller2019-09-111-3/+5
* regulator: Defer init completion for a while after late_initcallMark Brown2019-09-041-11/+31
* regulator: core: Add label to collate of_node_put() statementsNishka Dasgupta2019-08-151-6/+7
* regulator: core: Add of_node_put() before returnNishka Dasgupta2019-08-051-1/+4
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2019-07-041-51/+143
|\ \
| * | regulator: core: Expose some of core functions needed by couplersDmitry Osipenko2019-06-251-31/+27
| * | regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko2019-06-251-20/+116
* | | regulator: implement selector steppingBartosz Golaszewski2019-07-041-0/+63
* | | regulator: core: Make entire header comment C++ styleMark Brown2019-06-181-8/+7
* | | Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown2019-06-181-6/+1
|\ \ \ | | |/ | |/|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
| |/
* / regulator: core: Slightly improve readability of _regulator_get_enable_timeAxel Lin2019-05-081-3/+3
|/
* Merge branch 'regulator-5.2' into regulator-nextMark Brown2019-05-061-6/+9
|\