summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+27Star
| * | 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/+7Star
* | | Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown2019-06-181-6/+1Star
|\ \ \ | | |/ | |/|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
| |/
* / 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/+0Star
* | 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/+4Star
|/
* 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/+3Star
|\
| * regulator: core: Take lock before applying system loadNiklas Cassel2019-02-151-0/+2
| * regulator: fix device unlinkingGuennadi Liakhovetski2019-02-081-9/+1Star
* | regulator: core: Drop lockdep annotation in drms_uA_update()Niklas Cassel2019-02-191-2/+0Star
* | regulator: core: remove unused rdev_get_supply()Masahiro Yamada2019-02-181-8/+0Star
* | regulator: core: Only support passing enable GPIO descriptorsLinus Walleij2019-02-061-26/+6Star
* | regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-061-6/+2Star
* | 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/+2Star
|\
| * regulator: core: Don't double-disable supplies in regulator_disable_deferred()Douglas Anderson2018-11-201-10/+0Star
| * regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko2018-11-201-0/+2
* | regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-32/+5Star
* | 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
|\ \
| * | regulator: core: enable power when setting up constraintsOlliver Schinagl2018-11-261-11/+11
* | | regulator: core: Track dangling GPIO descriptorsLinus Walleij2018-12-111-10/+45
* | | regulator: core: Apply system load even if no consumer loadsDouglas Anderson2018-11-261-0/+6
* | | regulator: core: Avoid propagating to supplies when possibleDouglas Anderson2018-11-221-7/+7
* | | regulator: core: Only count load for enabled consumersDouglas Anderson2018-11-221-51/+142
* | | regulator: core: Properly expose requested_microamps in sysfsDouglas Anderson2018-11-201-4/+0Star
* | | Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-11-191-125/+707
|\ \ \ | | |/ | |/|
| * | regulator: core: Keep regulators-list locked while traversing the listDmitry Osipenko2018-11-191-1/+8
| * | regulator: core: Properly handle case where supply is the coupleDmitry Osipenko2018-11-191-2/+17
| * | regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko2018-11-191-97/+306
| * | regulator: core: Decouple regulators on regulator_unregister()Dmitry Osipenko2018-11-081-0/+38
| * | regulator: core: Add new max_uV_step constraintDmitry Osipenko2018-11-081-0/+41
| * | regulator: core: Don't allow to get regulator until all couples resolvedDmitry Osipenko2018-11-081-0/+10
| * | regulator: core: Mutually resolve regulators couplingDmitry Osipenko2018-11-081-37/+17Star
| * | regulator: core: Change voltage setting pathMaciej Purski2018-11-081-46/+99
| * | regulator: core: Add voltage balancing mechanismMaciej Purski2018-11-081-0/+229
| |/
* / regulator/of_get_regulator: add child path to find the regulator supplierzoro2018-11-151-0/+35
|/