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-12-02
regulator: workaround self-referent regulators
Michał Mirosław
1
-1
/
+4
2020-12-02
regulator: avoid resolve_supply() infinite recursion
Michał Mirosław
1
-0
/
+6
2020-11-24
regulator: fix memory leak with repeated set_machine_constraints()
Michał Mirosław
1
-16
/
+13
2020-11-18
regulator: defer probe when trying to get voltage from unresolved supply
Michał Mirosław
1
-0
/
+2
2020-10-29
regulator: resolve supply after creating regulator
Michał Mirosław
1
-8
/
+13
2020-09-23
regulator: push allocation in set_consumer_device_supply() out of lock
Michał Mirosław
1
-20
/
+26
2019-12-21
Revert "regulator: Defer init completion for a while after late_initcall"
Greg Kroah-Hartman
1
-31
/
+11
2019-10-05
regulator: Defer init completion for a while after late_initcall
Mark Brown
1
-11
/
+31
2018-10-03
regulator: fix crash caused by null driver data
Yu Zhao
1
-1
/
+1
2018-03-22
regulator: core: Limit propagation of parent voltage count and list
Matthias Kaehlcke
1
-2
/
+7
2017-10-21
regulator: core: Resolve supplies before disabling unused regulators
Javier Martinez Canillas
1
-0
/
+10
2017-03-12
regulator: Fix regulator_summary for deviceless consumers
Leonard Crestez
1
-2
/
+3
2016-10-28
regulator: core: silence warning: "VDD1: ramp_delay not set"
H. Nikolaus Schaller
1
-1
/
+1
2016-09-30
Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...
Mark Brown
1
-40
/
+72
2016-09-30
Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx50...
Mark Brown
1
-22
/
+20
2016-09-24
regulator: core: don't return error with inadequate reason
Joonwoo Park
1
-18
/
+18
2016-09-16
regulator: core: Add set_voltage_time op
Matthias Kaehlcke
1
-27
/
+59
2016-09-16
regulator: core: Don't skip set_voltage_time when ramp delay disabled
Matthias Kaehlcke
1
-6
/
+2
2016-09-16
regulator: core: Simplify error flow in _regulator_do_set_voltage()
Matthias Kaehlcke
1
-2
/
+6
2016-09-14
regulator: core: Use local ops variable in _regulator_do_set_voltage()
Matthias Kaehlcke
1
-10
/
+10
2016-08-16
regulator: Remove support for optional supplies in the bulk API
Bjorn Andersson
1
-4
/
+2
2016-06-09
regulator: Remove regulator_can_change_voltage()
Mark Brown
1
-27
/
+0
2016-05-13
Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic...
Mark Brown
1
-59
/
+83
2016-05-13
Merge remote-tracking branch 'regulator/topic/supply' into regulator-next
Mark Brown
1
-26
/
+41
2016-05-13
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Mark Brown
1
-3
/
+1
2016-05-13
Merge remote-tracking branch 'regulator/topic/bypass' into regulator-next
Mark Brown
1
-0
/
+14
2016-05-13
Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/d...
Mark Brown
1
-11
/
+38
2016-04-27
regulator: core: Add early supply resolution for regulators
Jon Hunter
1
-11
/
+26
2016-04-27
Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Mark Brown
1
-0
/
+14
2016-04-25
regulator: refactor valid_ops_mask checking code
WEN Pingbo
1
-59
/
+29
2016-04-22
regulator: core: Move registration of regulator device
Jon Hunter
1
-15
/
+9
2016-04-22
Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-10
/
+10
2016-04-22
regulator: core: Clear the supply pointer if enabling fails
Jon Hunter
1
-0
/
+1
2016-04-22
regulator: core: Don't terminate supply resolution early
Jon Hunter
1
-1
/
+6
2016-04-22
regulator: core: Add debugfs to show constraint flags
Richard Fitzgerald
1
-0
/
+52
2016-04-18
regulator: core: remove lockdep assert from suspend_prepare
Tero Kristo
1
-2
/
+0
2016-04-13
regulator: core: Fix locking of GPIO list on free
Mark Brown
1
-1
/
+1
2016-04-13
regulator: reorder initialization steps in regulator_register()
Boris Brezillon
1
-10
/
+10
2016-04-12
regulator: core: Use parent voltage from the supply when bypassed
Mark Brown
1
-0
/
+14
2016-03-30
regulator: Fix deadlock during regulator registration
Jon Hunter
1
-5
/
+5
2016-03-29
regulator: core: Log when we bring constraints into range
Mark Brown
1
-0
/
+2
2016-03-28
regulator: Try to resolve regulators supplies on registration
Javier Martinez Canillas
1
-0
/
+9
2016-03-27
regulator: core: Ensure we are at least in bounds for our constraints
Mark Brown
1
-7
/
+25
2016-03-25
regulator: core: Remove duplicate copy of active-discharge parsing
Vladimir Zapolskiy
1
-11
/
+0
2016-03-21
regulator: Remove unneded check for regulator supply
Javier Martinez Canillas
1
-1
/
+1
2016-03-13
Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/ma...
Mark Brown
1
-0
/
+11
2016-03-13
Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/...
Mark Brown
1
-0
/
+11
2016-03-02
regulator: core: Add support for active-discharge configuration
Laxman Dewangan
1
-0
/
+11
2016-03-02
regulator: core: Add support for active-discharge configuration
Laxman Dewangan
1
-0
/
+11
2016-02-25
regulator: core: fix crash in error path of regulator_register
Krzysztof Adamski
1
-4
/
+4
[next]