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
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-04-10
regulator: pca9450: Fix enable register for LDO5
Frieder Schrempf
1
-3
/
+3
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-13
regulator: check that dummy regulator has been probed before using it
Christian Eggers
1
-1
/
+11
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-02-11
regulator: core: let dt properties override driver init_data
Jerome Brunet
1
-34
/
+27
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
2024-12-17
regulator: tps65219: Remove MODULE_ALIAS
Shree Ramamoorthy
1
-1
/
+0
2024-12-17
regulator: tps65219: Update driver name
Shree Ramamoorthy
1
-1
/
+1
2024-12-17
regulator: tps65219: Use dev_err_probe() instead of dev_err()
Shree Ramamoorthy
1
-5
/
+5
2024-12-09
regulator: pca9450: Add PMIC pca9452 support
Joy Zou
1
-1
/
+28
2024-12-09
regulator: pca9450: Use dev_err_probe() to simplify code
Frank Li
1
-46
/
+27
2024-12-09
regulator: pca9450: add enable_value for all bucks
Robin Gong
1
-0
/
+11
2024-12-09
regulator: axp20x: AXP717: set ramp_delay
Philippe Simons
1
-12
/
+24
2024-12-02
regulator: bd96801: Add ERRB IRQ
Matti Vaittinen
1
-15
/
+115
2024-11-28
Merge tag 'regulator-fix-v6.13-merge-window' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-48
/
+38
2024-11-22
Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-1
/
+12
2024-11-21
regulator: core: Ignore unset max_uA constraints in current limit check
Kory Maincent (Dent Project)
1
-1
/
+2
2024-11-20
Merge tag 'regulator-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-149
/
+185
2024-11-18
regulator: qcom-rpmh: Update ranges for FTSMPS525
Melody Olvera
1
-47
/
+36
2024-11-12
regulator: Switch back to struct platform_driver::remove()
Uwe Kleine-König
8
-15
/
+15
2024-11-01
regulator: rk808: Add apply_bit for BUCK3 on RK809
Mikhail Rudenko
1
-0
/
+2
2024-10-31
regulator: axp20x: add support for the AXP323
Andre Przywara
1
-0
/
+11
2024-10-31
mfd: axp20x: Ensure relationship between IDs and model names
Andre Przywara
1
-1
/
+1
2024-10-25
regulator: rtq2208: Fix uninitialized use of regulator_config
ChiYuan Huang
1
-1
/
+1
2024-10-22
regulator: init_data handling update
Mark Brown
1
-30
/
+40
2024-10-22
regulator: rk808: Restrict DVS GPIOs to the RK808 variant only
Dragan Simic
1
-7
/
+8
2024-10-22
regulator: rk808: Use dev_err_probe() in the probe path
Dragan Simic
1
-5
/
+4
2024-10-22
regulator: rk808: Perform trivial code cleanups
Dragan Simic
1
-10
/
+7
2024-10-22
regulator: core: Use fsleep() to get best sleep mechanism
Anna-Maria Behnsen
1
-43
/
+4
2024-10-22
regulator: core: remove machine init callback from config
Jerome Brunet
1
-7
/
+0
2024-10-22
regulator: core: add callback to perform runtime init
Jerome Brunet
1
-0
/
+6
2024-10-22
regulator: core: do not silently ignore provided init_data
Jerome Brunet
1
-23
/
+34
2024-10-10
regulator: max5970: Drop unused structs
Patrick Rudolph
1
-17
/
+4
2024-09-30
Add of_regulator_get_optional() and Fix MTK Power
Mark Brown
4
-14
/
+98
2024-09-30
regulator: qcom-smd: make smd_vreg_rpm static
Min-Hua Chen
1
-1
/
+1
2024-09-30
regulator: Call of_node_put() only once in rzg2l_usb_vbus_regulator_probe()
Markus Elfring
1
-5
/
+2
2024-09-30
regulator: isl6271a: Drop explicit initialization of struct i2c_device_id::dr...
Uwe Kleine-König
1
-2
/
+2
2024-09-30
regulator: Add devres version of of_regulator_get_optional()
Chen-Yu Tsai
3
-8
/
+51
2024-09-30
regulator: Add of_regulator_get_optional() for pure DT regulator lookup
Chen-Yu Tsai
3
-8
/
+49
2024-09-13
regulator: sm5703: Remove because it is unused and fails to build
Christophe JAILLET
3
-178
/
+0
[next]