index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-10
regulator: core: Rely on regulator_dev_release to free constraints
Charles Keepax
1
-17
/
+12
2017-05-02
regulator: core: Clear the supply pointer if enabling fails
Jon Hunter
1
-0
/
+1
2017-03-12
regulator: Fix regulator_summary for deviceless consumers
Leonard Crestez
1
-2
/
+3
2016-05-04
regulator: core: Fix nested locking of supplies
Thierry Reding
1
-2
/
+9
2016-05-04
regulator: core: Ensure we lock all regulators
Mark Brown
1
-1
/
+1
2016-05-04
regulator: core: fix regulator_lock_supply regression
Arnd Bergmann
1
-1
/
+2
2016-05-04
Revert "regulator: core: Fix nested locking of supplies"
Greg Kroah-Hartman
1
-9
/
+1
2016-04-12
regulator: core: Fix nested locking of supplies
Thierry Reding
1
-1
/
+9
2016-04-12
regulator: core: avoid unused variable warning
Arnd Bergmann
1
-11
/
+3
2015-11-04
Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps...
Mark Brown
1
-70
/
+179
2015-11-04
Merge remote-tracking branch 'regulator/topic/list' into regulator-next
Mark Brown
1
-91
/
+164
2015-11-04
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-4
/
+4
2015-11-04
regulator: Use regulator_lock_supply() for get_voltage() too
Mark Brown
1
-3
/
+3
2015-10-22
regulator: core: Propagate voltage changes to supply regulators
Sascha Hauer
1
-2
/
+52
2015-10-20
regulator: core: Factor out regulator_map_voltage
Sascha Hauer
1
-17
/
+18
2015-10-16
regulator: core: create unlocked version of regulator_set_voltage
Sascha Hauer
1
-23
/
+34
2015-10-01
regulator: core: create unlocked version of regulator_list_voltage
Sascha Hauer
1
-27
/
+35
2015-10-01
regulator: core: introduce function to lock regulators and its supplies
Sascha Hauer
1
-0
/
+39
2015-10-01
regulator: core: Handle probe deferral from DT when resolving supplies
Mark Brown
1
-0
/
+4
2015-09-21
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Mark Brown
1
-11
/
+10
2015-09-21
regulator: core: Remove regulator_list
Tomeu Vizoso
1
-91
/
+164
2015-09-17
regulator: core: Correct return value check in regulator_resolve_supply
Charles Keepax
1
-8
/
+8
2015-09-16
regulator: core: Make error messages more informative
Stephen Boyd
1
-4
/
+4
2015-09-08
Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
1
-1
/
+1
2015-09-04
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...
Mark Brown
1
-1
/
+1
2015-09-02
regulator: core: fix possible NULL dereference
Sudip Mukherjee
1
-3
/
+2
2015-08-30
Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...
Mark Brown
1
-0
/
+9
2015-08-30
Merge remote-tracking branches 'regulator/topic/da9210', 'regulator/topic/da9...
Mark Brown
1
-55
/
+61
2015-08-30
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-4
/
+18
2015-08-28
regulator: core: use debug level print in regulator_check_drms
Archit Taneja
1
-1
/
+1
2015-08-17
regulator: core: Use IS_ERR_OR_NULL()
Viresh Kumar
1
-1
/
+1
2015-08-14
regulator: core: Print at debug level on debugfs creation failure
Stephen Boyd
1
-1
/
+1
2015-08-13
regulator: core: Spelling fix
Viresh Kumar
1
-1
/
+1
2015-08-12
regulator: core: Use class device list for regulator_list in late init
Mark Brown
1
-51
/
+55
2015-08-12
regulator: core: Move more deallocation into class unregister
Mark Brown
1
-2
/
+3
2015-08-12
regulator: core: Reduce rdev locking region when releasing regulator
Mark Brown
1
-2
/
+3
2015-08-07
regulator: core: Drop regulator_list_mutex when we're done with it on remove
Mark Brown
1
-1
/
+1
2015-07-24
regulator: Add over current protection (OCP) support
Stephen Boyd
1
-0
/
+9
2015-07-24
Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max897...
Mark Brown
1
-1
/
+8
2015-07-16
regulator: core: Fix memory leak in regulator_resolve_supply()
Javier Martinez Canillas
1
-1
/
+5
2015-07-16
regulator: core: Increase refcount for regulator supply's module
Javier Martinez Canillas
1
-0
/
+3
2015-07-15
regulator: core: Handle full constraints systems when resolving supplies
Mark Brown
1
-3
/
+7
2015-07-06
regulator: Add lockdep asserts to help detecting locking misuse
Krzysztof Kozlowski
1
-0
/
+14
2015-06-22
Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...
Mark Brown
1
-0
/
+27
2015-06-12
regulator: Add input current limit support
Stephen Boyd
1
-0
/
+9
2015-06-12
regulator: Add soft start support
Stephen Boyd
1
-0
/
+8
2015-06-12
regulator: Add pull down support
Stephen Boyd
1
-0
/
+8
2015-06-12
regulator: Add system_load constraint
Stephen Boyd
1
-0
/
+2
2015-06-10
regulator: core: replace sprintf with scnprintf
Stefan Wahren
1
-19
/
+24
2015-06-10
Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Mark Brown
1
-2
/
+2
[next]