index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
regulator: resolve supply after creating regulator
Michał Mirosław
1
-8
/
+13
2020-09-28
regulator: print symbolic errors in kernel messages
Michał Mirosław
1
-45
/
+49
2020-09-28
regulator: print state at boot
Michał Mirosław
1
-2
/
+7
2020-09-22
regulator: fix indentation issue
Colin Ian King
1
-1
/
+1
2020-09-21
regulator: unexport regulator_lock/unlock()
Michał Mirosław
1
-4
/
+2
2020-09-17
Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...
Mark Brown
1
-1
/
+1
2020-09-07
regulator: don't require mutex for regulator_notifier_call_chain()
Michał Mirosław
1
-4
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...
Mark Brown
1
-73
/
+87
2020-08-18
regulator: Remove pointer table overallocation
Michał Mirosław
1
-5
/
+5
2020-08-18
regulator: Avoid grabbing regulator lock during suspend/resume
Stephen Boyd
1
-24
/
+51
2020-08-17
regulator: cleanup regulator_ena_gpio_free()
Michał Mirosław
1
-12
/
+12
2020-08-17
regulator: plug of_node leak in regulator_register()'s error path
Michał Mirosław
1
-9
/
+4
2020-08-17
regulator: push allocation in set_consumer_device_supply() out of lock
Michał Mirosław
1
-20
/
+26
2020-08-17
regulator: push allocations in create_regulator() outside of lock
Michał Mirosław
1
-25
/
+28
2020-08-17
regulator: push allocation in regulator_ena_gpio_request() out of lock
Michał Mirosław
1
-5
/
+14
2020-08-17
regulator: push allocation in regulator_init_coupling() outside of lock
Michał Mirosław
1
-2
/
+3
2020-07-24
regulator: fix memory leak on error path of regulator_register()
Vladimir Zapolskiy
1
-11
/
+7
2020-07-20
regulator: core: Add destroy_regulator()
Saravana Kannan
1
-13
/
+21
2020-07-15
regulator: Allow regulators to verify enabled during enable()
Sumit Semwal
1
-1
/
+62
2020-05-29
regulator: core: Add regulator bypass trace points
Charles Keepax
1
-0
/
+9
2020-05-29
Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...
Mark Brown
1
-20
/
+29
2020-05-29
regulator: extract voltage balancing code to the separate function
Marek Szyprowski
1
-20
/
+29
2020-05-20
Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...
Mark Brown
1
-14
/
+11
2020-04-29
regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...
John Stultz
1
-14
/
+11
2020-04-14
regulator: use consumer->supply_name in debugfs/regulator_summary
Michał Mirosław
1
-0
/
+1
2020-03-30
Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+1
2020-03-13
regulator: core: Avoid device name duplication in NORMAL_GET
Andy Shevchenko
1
-4
/
+1
2020-03-04
regulator: Use driver_deferred_probe_timeout for regulator_init_complete_work
John Stultz
1
-11
/
+14
2020-01-23
Merge branch 'regulator-5.5' into regulator-linus
Mark Brown
1
-0
/
+2
2020-01-20
regulator: core: Fix exported symbols to the exported GPL version
Enric Balletbo i Serra
1
-2
/
+2
2020-01-17
regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage
Enric Balletbo i Serra
1
-0
/
+2
2019-12-17
Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+12
2019-12-09
regulator: core: avoid unneeded .list_voltage calls
Cristian Marussi
1
-0
/
+4
2019-12-03
regulator: core: fix regulator_register() error paths to properly release rdev
Wen Yang
1
-2
/
+6
2019-11-27
regulator: fix use after free issue
Wen Yang
1
-2
/
+2
2019-11-22
Merge branch 'regulator-5.5' into regulator-next
Mark Brown
1
-1
/
+9
2019-11-15
regulator: core: Let boot-on regulators be powered off
Pascal Paillet
1
-1
/
+3
2019-11-15
regulator: core: Don't try to remove device links if add failed
Saravana Kannan
1
-2
/
+6
2019-10-28
regulator: core: Allow generic coupling only for always-on regulators
Dmitry Osipenko
1
-0
/
+6
2019-10-28
regulator: core: Release coupled_rdevs on regulator_init_coupling() error
Dmitry Osipenko
1
-0
/
+1
2019-09-17
regulator: core: make regulator_register() EPROBE_DEFER aware
Marco Felsch
1
-0
/
+13
2019-09-11
regulator: core: Fix error return for /sys access
H. Nikolaus Schaller
1
-3
/
+5
2019-09-04
regulator: Defer init completion for a while after late_initcall
Mark Brown
1
-11
/
+31
2019-08-15
regulator: core: Add label to collate of_node_put() statements
Nishka Dasgupta
1
-6
/
+7
2019-08-05
regulator: core: Add of_node_put() before return
Nishka Dasgupta
1
-1
/
+4
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-07-04
Merge remote-tracking branch 'regulator/topic/coupled' into regulator-next
Mark Brown
1
-51
/
+143
2019-07-04
regulator: implement selector stepping
Bartosz Golaszewski
1
-0
/
+63
2019-06-25
regulator: core: Expose some of core functions needed by couplers
Dmitry Osipenko
1
-31
/
+27
[next]