index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-01
regulator: core: fix NULL dereference on unbind due to stale coupling data
Alessandro Carminati
1
-0
/
+1
2025-07-10
regulator: fan53555: add enable_time support and soft-start times
Heiko Stuebner
1
-0
/
+14
2025-07-10
regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods
Manivannan Sadhasivam
1
-4
/
+4
2025-06-27
regulator: max14577: Add error check for max14577_read_reg()
Wentao Liang
1
-1
/
+4
2025-06-27
regulator: max20086: Change enable gpio to optional
João Paulo Gonçalves
1
-1
/
+1
2025-06-27
regulator: max20086: Fix MAX200086 chip id
João Paulo Gonçalves
1
-1
/
+1
2025-06-19
regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt()
Dan Carpenter
1
-3
/
+3
2025-05-14
regulator: max20086: fix invalid memory access
Cosmin Tanislav
1
-1
/
+6
2025-04-02
Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-28
/
+9
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-10
/
+10
2025-03-29
Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2
-3
/
+93
2025-03-25
Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-173
/
+1030
2025-03-25
objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_m...
Josh Poimboeuf
1
-2
/
+2
2025-03-19
regulator: axp20x: AXP717: dcdc4 doesn't have delay
Philippe Simons
1
-10
/
+4
2025-03-17
regulator: rtq6752: make const read-only array fault_mask static
Colin Ian King
1
-1
/
+1
2025-03-17
regulator: rtq2208: Fix the LDO DVS capability
ChiYuan Huang
1
-78
/
+55
2025-03-17
regulator: rtq2208: Fix incorrect buck converter phase mapping
ChiYuan Huang
1
-18
/
+71
2025-03-16
regulator: allow user configuration of hardware protection action
Ahmad Fatoum
2
-10
/
+10
2025-03-16
regulator: pf9453: add PMIC PF9453 support
Joy Zou
3
-0
/
+887
2025-03-14
regulator: dummy: convert to use the faux device interface
Greg Kroah-Hartman
1
-28
/
+9
2025-03-13
regulator: check that dummy regulator has been probed before using it
Christian Eggers
1
-1
/
+11
2025-03-13
regulator: s2mps11: Add support for S2MPU05 regulators
Kaustabh Chakraborty
2
-3
/
+93
2025-03-11
regulator: pcf50633-regulator: Remove
Dr. David Alan Gilbert
3
-132
/
+0
2025-03-11
regulator: dummy: force synchronous probing
Christian Eggers
1
-1
/
+1
2025-03-05
regulator: core: Fix deadlock in create_regulator()
Ludvig Pärsson
1
-33
/
+43
2025-03-03
regulator: pca9450: Handle hardware with fixed SD_VSEL for LDO5
Frieder Schrempf
1
-0
/
+7
2025-02-28
Convert regulator drivers to use
Mark Brown
2
-5
/
+4
2025-02-28
regulator: cros-ec: use devm_kmemdup_array()
Raag Jadav
1
-2
/
+2
2025-02-28
regulator: devres: use devm_kmemdup_array()
Raag Jadav
1
-3
/
+2
2025-02-25
Fix RK3588 power domain problems
Mark Brown
3
-34
/
+65
2025-02-24
regulator: Add (devm_)of_regulator_get()
Sebastian Reichel
2
-0
/
+38
2025-02-19
regulator: pca9450: Remove duplicate code in probe
Frieder Schrempf
1
-12
/
+0
2025-02-11
regulator: core: let dt properties override driver init_data
Jerome Brunet
1
-34
/
+27
2025-02-06
regulator: ad5398: Fix incorrect power down bit mask
Dheeraj Reddy Jonnalagadda
1
-1
/
+1
2025-02-03
regulator: Add device tree support to AD5398
Mark Brown
1
-12
/
+18
2025-02-03
regulator: pca9450: Fix enable register for LDO5
Frieder Schrempf
1
-3
/
+3
2025-02-03
regulator: pca9450: Fix control register for LDO5
Frieder Schrempf
1
-3
/
+86
2025-02-03
Revert "regulator: pca9450: Add SD_VSEL GPIO for LDO5"
Frieder Schrempf
1
-13
/
+0
2025-02-03
regulator: ad5398: Add device tree support
Isaac Scott
1
-3
/
+9
2025-02-03
regulator: ad5398: change enable bit name to improve readibility
Isaac Scott
1
-9
/
+9
2025-01-29
Merge tag 'regulator-fix-v6.14-merge-window' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-1
/
+58
2025-01-22
Merge tag 'regulator-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-107
/
+343
2025-01-22
regulator: core: Add missing newline character
Alexander Stein
1
-1
/
+1
2025-01-21
regulator: TPS6287X: Use min/max uV to get VRANGE
Jonas Andreasson
1
-0
/
+57
2025-01-17
regulator: Add support for power budget
Kory Maincent
2
-0
/
+117
2025-01-09
regulator: core: Resolve supply using of_node from regulator_config
Kory Maincent (Dent Project)
1
-11
/
+28
2025-01-06
regulator: of: Implement the unwind path of of_regulator_match()
Joe Hattori
1
-1
/
+13
2024-12-19
regulator: rename regulator-uv-survival-time-ms according to DT binding
Ahmad Fatoum
1
-1
/
+1
2024-12-17
regulator: tps65219: Remove debugging helper function
Shree Ramamoorthy
1
-28
/
+0
[next]