index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
Merge branch 'regulator-5.2' into regulator-next
Mark Brown
1
-6
/
+9
2019-05-03
regulator: core: simplify return value on suported_voltage
Jorge Ramirez-Ortiz
1
-2
/
+2
2019-04-26
regulator: core: do not report EPROBE_DEFER as error but as debug
Jorge Ramirez-Ortiz
1
-2
/
+7
2019-04-25
regulator: core: Actually put the gpiod after use
Linus Walleij
1
-0
/
+1
2019-04-05
regulator: core: Avoid potential deadlock on regulator_unregister
Charles Keepax
1
-1
/
+2
2019-03-19
regulator: core: fix error path for regulator_set_voltage_unlocked
Steve Twiss
1
-7
/
+4
2019-03-18
regulator: core: Fix application of "drop lockdep annotation in drms_uA_updat...
Mark Brown
1
-2
/
+0
2019-02-21
regulator: core: Log forbidden DRMS operation
Marc Gonzalez
1
-1
/
+3
2019-02-19
Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/range
Mark Brown
1
-9
/
+3
2019-02-19
regulator: core: Drop lockdep annotation in drms_uA_update()
Niklas Cassel
1
-2
/
+0
2019-02-18
regulator: core: remove unused rdev_get_supply()
Masahiro Yamada
1
-8
/
+0
2019-02-15
regulator: core: Take lock before applying system load
Niklas Cassel
1
-0
/
+2
2019-02-08
regulator: fix device unlinking
Guennadi Liakhovetski
1
-9
/
+1
2019-02-06
regulator: core: Only support passing enable GPIO descriptors
Linus Walleij
1
-26
/
+6
2019-02-06
regulator: fixed/gpio: Pull inversion/OD into gpiolib
Linus Walleij
1
-6
/
+2
2019-01-09
regulator: provide rdev_get_regmap()
Bartosz Golaszewski
1
-0
/
+6
2019-01-08
regulator: Fix trivial language typos
Krzysztof Kozlowski
1
-8
/
+8
2018-12-21
Merge remote-tracking branch 'regulator/topic/coupled' into regulator-next
Mark Brown
1
-10
/
+2
2018-12-20
regulator: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-32
/
+5
2018-12-11
regulator: core: Clean enabling always-on regulators + their supplies
Douglas Anderson
1
-3
/
+16
2018-12-11
Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
1
-11
/
+11
2018-12-11
regulator: core: Track dangling GPIO descriptors
Linus Walleij
1
-10
/
+45
2018-11-26
regulator: core: Apply system load even if no consumer loads
Douglas Anderson
1
-0
/
+6
2018-11-26
regulator: core: enable power when setting up constraints
Olliver Schinagl
1
-11
/
+11
2018-11-22
regulator: core: Avoid propagating to supplies when possible
Douglas Anderson
1
-7
/
+7
2018-11-22
regulator: core: Only count load for enabled consumers
Douglas Anderson
1
-51
/
+142
2018-11-20
regulator: core: Don't double-disable supplies in regulator_disable_deferred()
Douglas Anderson
1
-10
/
+0
2018-11-20
regulator: core: Properly expose requested_microamps in sysfs
Douglas Anderson
1
-4
/
+0
2018-11-20
regulator: core: Export regulator_lock and regulator_unlock
Dmitry Osipenko
1
-0
/
+2
2018-11-19
Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-125
/
+707
2018-11-19
regulator: core: Keep regulators-list locked while traversing the list
Dmitry Osipenko
1
-1
/
+8
2018-11-19
regulator: core: Properly handle case where supply is the couple
Dmitry Osipenko
1
-2
/
+17
2018-11-19
regulator: core: Use ww_mutex for regulators locking
Dmitry Osipenko
1
-97
/
+306
2018-11-16
regulator/of_get_regulator: add child path to find the regulator supplier
zoro
1
-0
/
+35
2018-11-08
regulator: core: Decouple regulators on regulator_unregister()
Dmitry Osipenko
1
-0
/
+38
2018-11-08
regulator: core: Add new max_uV_step constraint
Dmitry Osipenko
1
-0
/
+41
2018-11-08
regulator: core: Don't allow to get regulator until all couples resolved
Dmitry Osipenko
1
-0
/
+10
2018-11-08
regulator: core: Mutually resolve regulators coupling
Dmitry Osipenko
1
-37
/
+17
2018-11-08
regulator: core: Change voltage setting path
Maciej Purski
1
-46
/
+99
2018-11-08
regulator: core: Add voltage balancing mechanism
Maciej Purski
1
-0
/
+229
2018-09-28
Merge tag 'bd71847-support' into regulator-4.20
Mark Brown
1
-2
/
+7
2018-09-28
regulator: Support regulators where voltage ranges are selectable
Matti Vaittinen
1
-0
/
+5
2018-09-20
regulator: fix crash caused by null driver data
Yu Zhao
1
-1
/
+1
2018-09-04
regulator: fix kernel-doc for regulator_suspend()
Randy Dunlap
1
-1
/
+1
2018-09-03
regulator: Fix useless O^2 complexity in suspend/resume
Marek Szyprowski
1
-28
/
+11
2018-09-03
regulator: Fix 'do-nothing' value for regulators without suspend state
Marek Szyprowski
1
-1
/
+1
2018-08-28
regulator: core: Add locking to debugfs regulator_summary
Douglas Anderson
1
-20
/
+31
2018-08-28
regulator: core: Add consumer-requested load in regulator_summary
Douglas Anderson
1
-1
/
+2
2018-08-28
regulator: core: Add the opmode to regulator_summary
Douglas Anderson
1
-11
/
+17
2018-07-05
regulator: core: Link consumer with regulator driver
pascal paillet
1
-2
/
+16
[next]