summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede2021-03-041-3/+3
* regulator: Fix lockdep warning resolving suppliesMark Brown2021-02-131-12/+17
* regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins2021-02-131-11/+28
* regulator: workaround self-referent regulatorsMichał Mirosław2020-11-241-1/+4
* regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-11-241-0/+6
* regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-241-16/+13
* regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław2020-11-101-0/+2
* regulator: resolve supply after creating regulatorMichał Mirosław2020-10-291-8/+13
* regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko2020-09-171-6/+9
* regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław2020-09-171-9/+4
* regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław2020-09-171-20/+26
* regulator: push allocations in create_regulator() outside of lockMichał Mirosław2020-09-171-25/+28
* regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław2020-09-171-2/+3
* regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław2020-09-171-4/+0
* regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław2020-09-171-5/+14
* regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy2020-08-191-11/+7
* regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra2020-02-241-2/+2
* regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra2020-02-241-0/+2
* regulator: core: fix regulator_register() error paths to properly release rdevWen Yang2020-01-121-2/+6
* regulator: fix use after free issueWen Yang2020-01-121-2/+2
* regulator: core: Let boot-on regulators be powered offPascal Paillet2019-12-311-1/+3
* regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko2019-12-311-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
|\
| * regulator: core: simplify return value on suported_voltageJorge Ramirez-Ortiz2019-05-031-2/+2
| * regulator: core: do not report EPROBE_DEFER as error but as debugJorge Ramirez-Ortiz2019-04-261-2/+7
| * regulator: core: Fix application of "drop lockdep annotation in drms_uA_updat...Mark Brown2019-03-181-2/+0
* | regulator: core: Actually put the gpiod after useLinus Walleij2019-04-251-0/+1
* | regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax2019-04-051-1/+2
* | regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss2019-03-191-7/+4
|/
* regulator: core: Log forbidden DRMS operationMarc Gonzalez2019-02-211-1/+3
* Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeMark Brown2019-02-191-9/+3
|\
| * regulator: core: Take lock before applying system loadNiklas Cassel2019-02-151-0/+2
| * regulator: fix device unlinkingGuennadi Liakhovetski2019-02-081-9/+1
* | regulator: core: Drop lockdep annotation in drms_uA_update()Niklas Cassel2019-02-191-2/+0
* | regulator: core: remove unused rdev_get_supply()Masahiro Yamada2019-02-181-8/+0