summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | regulator: core: Only support passing enable GPIO descriptorsLinus Walleij2019-02-061-26/+6
* | regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-061-6/+2
* | regulator: provide rdev_get_regmap()Bartosz Golaszewski2019-01-091-0/+6
* | regulator: Fix trivial language typosKrzysztof Kozlowski2019-01-081-8/+8
|/
* Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2018-12-211-10/+2
|\
| * regulator: core: Don't double-disable supplies in regulator_disable_deferred()Douglas Anderson2018-11-201-10/+0
| * regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko2018-11-201-0/+2
* | regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-32/+5
* | regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson2018-12-111-3/+16
* | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-111-11/+11
|\ \