aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'regulator-5.2' into regulator-nextMark Brown1-6/+9
2019-05-03regulator: core: simplify return value on suported_voltageJorge Ramirez-Ortiz1-2/+2
2019-04-26regulator: core: do not report EPROBE_DEFER as error but as debugJorge Ramirez-Ortiz1-2/+7
2019-04-25regulator: core: Actually put the gpiod after useLinus Walleij1-0/+1
2019-04-05regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax1-1/+2
2019-03-19regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss1-7/+4
2019-03-18regulator: core: Fix application of "drop lockdep annotation in drms_uA_update()"Mark Brown1-2/+0
2019-02-21regulator: core: Log forbidden DRMS operationMarc Gonzalez1-1/+3
2019-02-19Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeMark Brown1-9/+3
2019-02-19regulator: core: Drop lockdep annotation in drms_uA_update()Niklas Cassel1-2/+0
2019-02-18regulator: core: remove unused rdev_get_supply()Masahiro Yamada1-8/+0
2019-02-15regulator: core: Take lock before applying system loadNiklas Cassel1-0/+2
2019-02-08regulator: fix device unlinkingGuennadi Liakhovetski1-9/+1
2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij1-26/+6
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-6/+2
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski1-0/+6
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski1-8/+8
2018-12-21Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-10/+2
2018-12-20regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-32/+5
2018-12-11regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson1-3/+16
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21Mark Brown1-11/+11
2018-12-11regulator: core: Track dangling GPIO descriptorsLinus Walleij1-10/+45
2018-11-26regulator: core: Apply system load even if no consumer loadsDouglas Anderson1-0/+6
2018-11-26regulator: core: enable power when setting up constraintsOlliver Schinagl1-11/+11
2018-11-22regulator: core: Avoid propagating to supplies when possibleDouglas Anderson1-7/+7
2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson1-51/+142
2018-11-20regulator: core: Don't double-disable supplies in regulator_disable_deferred()Douglas Anderson1-10/+0
2018-11-20regulator: core: Properly expose requested_microamps in sysfsDouglas Anderson1-4/+0
2018-11-20regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko1-0/+2
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21 for trivial conflictMark Brown1-125/+707
2018-11-19regulator: core: Keep regulators-list locked while traversing the listDmitry Osipenko1-1/+8
2018-11-19regulator: core: Properly handle case where supply is the coupleDmitry Osipenko1-2/+17
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko1-97/+306
2018-11-15regulator/of_get_regulator: add child path to find the regulator supplierzoro1-0/+35
2018-11-08regulator: core: Decouple regulators on regulator_unregister()Dmitry Osipenko1-0/+38
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko1-0/+41
2018-11-08regulator: core: Don't allow to get regulator until all couples resolvedDmitry Osipenko1-0/+10
2018-11-08regulator: core: Mutually resolve regulators couplingDmitry Osipenko1-37/+17
2018-11-08regulator: core: Change voltage setting pathMaciej Purski1-46/+99
2018-11-08regulator: core: Add voltage balancing mechanismMaciej Purski1-0/+229
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown1-2/+7
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen1-0/+5
2018-09-20regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-09-04regulator: fix kernel-doc for regulator_suspend()Randy Dunlap1-1/+1
2018-09-03regulator: Fix useless O^2 complexity in suspend/resumeMarek Szyprowski1-28/+11
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski1-1/+1
2018-08-28regulator: core: Add locking to debugfs regulator_summaryDouglas Anderson1-20/+31
2018-08-28regulator: core: Add consumer-requested load in regulator_summaryDouglas Anderson1-1/+2
2018-08-28regulator: core: Add the opmode to regulator_summaryDouglas Anderson1-11/+17
2018-07-05regulator: core: Link consumer with regulator driverpascal paillet1-2/+16