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
2021-06-23
Merge remote-tracking branch 'regulator/for-5.14' into regulator-next
Mark Brown
1
-89
/
+227
2021-06-21
Merge series "Extend regulator notification support" from Matti Vaittinen <ma...
Mark Brown
1
-19
/
+144
2021-06-21
regulator: add property parsing and callbacks to set protection limits
Matti Vaittinen
1
-1
/
+121
2021-06-21
regulator: IRQ based event/error notification helpers
Matti Vaittinen
1
-7
/
+22
2021-06-21
regulator: move rdev_print helpers to internal.h
Matti Vaittinen
1
-11
/
+1
2021-06-14
Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-0
/
+23
2021-06-02
regulator: core: Use DEVICE_ATTR_RO macro
YueHaibing
1
-70
/
+60
2021-06-01
regulator: core: Add regulator_sync_voltage_rdev()
Dmitry Osipenko
1
-0
/
+23
2021-05-20
regulator: core: resolve supply for boot-on/always-on regulators
Dmitry Baryshkov
1
-0
/
+6
2021-04-23
regulator: core: Fix off_on_delay handling
Vincent Whitchurch
1
-25
/
+8
2021-04-23
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-0
/
+2
2021-04-22
regulator: core: Respect off_on_delay at startup
Vincent Whitchurch
1
-0
/
+2
2021-04-21
regulator: core.c: Improve a comment
Sebastian Fricke
1
-1
/
+4
2021-04-21
regulator: core.c: Fix indentation of comment
Shubhankar Kuranagatti
1
-7
/
+14
2021-02-12
Merge remote-tracking branch 'regulator/for-5.12' into regulator-next
Mark Brown
1
-7
/
+11
2021-01-25
regulator: core: Avoid debugfs: Directory ... already present! error
Hans de Goede
1
-3
/
+3
2021-01-22
regulator: Make regulator_sync_voltage() usable by coupled regulators
Dmitry Osipenko
1
-1
/
+5
2021-01-22
regulator: Fix lockdep warning resolving supplies
Mark Brown
1
-12
/
+17
2021-01-08
regulator: core: avoid regulator_resolve_supply() race condition
David Collins
1
-11
/
+28
2021-01-04
regulator: core.c: Replace references to non-existent function
Daniel Scally
1
-3
/
+3
2020-12-11
Merge remote-tracking branch 'regulator/for-5.11' into regulator-next
Mark Brown
1
-1
/
+13
2020-11-26
regulator: core: return zero for selectors lower than linear_min_sel
Claudiu Beznea
1
-4
/
+6
2020-11-13
regulator: core: do not continue if selector match
Claudiu Beznea
1
-0
/
+3
2020-11-13
Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B...
Mark Brown
1
-2
/
+7
2020-11-13
regulator: core: validate selector against linear_min_sel
Claudiu Beznea
1
-2
/
+7
2020-11-13
regulator: debug early supply resolving
Michał Mirosław
1
-0
/
+2
2020-11-13
regulator: workaround self-referent regulators
Michał Mirosław
1
-1
/
+4
2020-11-13
regulator: avoid resolve_supply() infinite recursion
Michał Mirosław
1
-0
/
+6
2020-11-13
regulator: fix memory leak with repeated set_machine_constraints()
Michał Mirosław
1
-16
/
+13
2020-11-11
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-2
/
+5
2020-11-10
regulator: core: don't disable regulator if is_enabled return error.
Pi-Hsun Shih
1
-2
/
+3
2020-11-03
regulator: defer probe when trying to get voltage from unresolved supply
Michał Mirosław
1
-0
/
+2
2020-10-28
regulator: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-05
Merge remote-tracking branch 'regulator/for-5.10' into regulator-next
Mark Brown
1
-96
/
+143
2020-10-05
regulator: Make constraint debug processing conditional on DEBUG
Geert Uytterhoeven
1
-1
/
+12
2020-10-01
regulator: core: Enlarge max OF property name length to 64 chars
AngeloGioacchino Del Regno
1
-2
/
+2
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-11
Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-83
/
+96
2020-09-07
regulator: don't require mutex for regulator_notifier_call_chain()
Michał Mirosław
1
-4
/
+1
2020-09-01
regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()
Dmitry Osipenko
1
-6
/
+9
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: remove superfluous lock in regulator_resolve_coupling()
Michał Mirosław
1
-4
/
+0
[next]