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
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-12-07
regulator: fixed: fix GPIO descriptor leak on register failure
Haotian Zhang
1
-0
/
+1
2025-10-19
regulator: scmi: Use int type to store negative error codes
Qianfeng Rong
1
-1
/
+2
2025-10-02
regulator: sy7636a: fix lifecycle of power good gpio
Andreas Kemnade
1
-3
/
+4
2025-08-28
regulator: core: fix NULL dereference on unbind due to stale coupling data
Alessandro Carminati
1
-0
/
+1
2025-07-10
regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods
Manivannan Sadhasivam
1
-4
/
+4
2025-07-10
regulator: gpio: Add input_supply support in gpio_regulator_config
Jerome Neanne
1
-0
/
+15
2025-06-27
regulator: max14577: Add error check for max14577_read_reg()
Wentao Liang
1
-1
/
+4
2025-06-04
regulator: ad5398: Add device tree support
Isaac Scott
1
-3
/
+9
2025-04-10
regulator: check that dummy regulator has been probed before using it
Christian Eggers
1
-1
/
+11
2025-03-13
regulator: of: Implement the unwind path of of_regulator_match()
Joe Hattori
1
-1
/
+13
2024-12-14
regulator: rk808: Add apply_bit for BUCK3 on RK809
Mikhail Rudenko
1
-0
/
+2
2024-07-05
regulator: bd71815: fix ramp values
Kalle Niemi
1
-1
/
+1
2024-07-05
regulator: core: Fix modpost error "regulator_get_regmap" undefined
Biju Das
1
-0
/
+1
2024-06-16
regulator: bd71828: Don't overwrite runtime voltages
Matti Vaittinen
1
-56
/
+2
2024-06-16
regulator: vqmmc-ipq4019: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-06-16
regulator: irq_helpers: duplicate IRQ name
Matti Vaittinen
1
-0
/
+3
2024-05-17
regulator: core: fix debugfs creation regression
Johan Hovold
1
-11
/
+16
2024-05-17
regulator: mt6360: De-capitalize devicetree regulator subnodes
AngeloGioacchino Del Regno
1
-12
/
+20
2024-03-01
regulator: pwm-regulator: Add validity checks in continuous .get_voltage
Martin Blumenstingl
1
-0
/
+3
2024-02-23
regulator: core: Only increment use_count when enable_count changes
Rui Zhang
1
-26
/
+30
2023-10-25
regulator/core: Revert "fix kobject release warning and memory leak in regula...
Michał Mirosław
1
-5
/
+1
2023-07-23
regulator: core: Streamline debugfs operations
Geert Uytterhoeven
1
-17
/
+13
2023-07-23
regulator: core: Fix more error checking for debugfs_create_dir()
Geert Uytterhoeven
1
-1
/
+1
2023-06-21
regulator: Fix error checking for debugfs_create_dir
Osama Muhammad
1
-2
/
+2
2023-05-30
regulator: mt6359: add read check for PMIC MT6359
Sen Chu
1
-2
/
+5
2023-05-30
regulator: pca9450: Fix BUCK2 enable_mask
Alexander Stein
1
-2
/
+2
2023-05-11
regulator: stm32-pwr: fix of_iomap leak
YAN SHI
1
-4
/
+3
2023-05-11
regulator: core: Avoid lockdep reports when resolving supplies
Douglas Anderson
1
-8
/
+83
2023-05-11
regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()
Douglas Anderson
1
-0
/
+2
2023-05-11
regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...
Douglas Anderson
1
-4
/
+3
2023-04-26
regulator: fan53555: Fix wrong TCS_SLEW_MASK
Cristian Ciocaltea
1
-1
/
+1
2023-04-26
regulator: fan53555: Explicitly include bits header
Cristian Ciocaltea
1
-5
/
+6
2023-04-05
regulator: Handle deferred clk
Christophe JAILLET
1
-1
/
+1
2023-03-17
regulator: core: Use ktime_get_boottime() to determine how long a regulator w...
Matthias Kaehlcke
1
-3
/
+3
2023-03-17
regulator: core: Fix off-on-delay-us for always-on/boot-on regulators
Christian Kohlschütter
1
-2
/
+3
2023-03-17
regulator: Flag uncontrollable regulators as always_on
Mark Brown
1
-0
/
+18
2023-03-10
regulator: s5m8767: Bounds check id indexing into arrays
Kees Cook
1
-1
/
+5
2023-03-10
regulator: max77802: Bounds check regulator id against opmode
Kees Cook
1
-10
/
+24
2023-01-18
regulator: da9211: Use irq handler when ready
Ricardo Ribalda
1
-5
/
+6
2022-12-31
regulator: core: fix deadlock on regulator enable
Johan Hovold
1
-1
/
+1
2022-12-31
regulator: core: fix use_count leakage when handling boot-on
Rui Zhang
1
-1
/
+7
2022-12-31
regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...
Yuan Can
1
-0
/
+1
2022-12-31
regulator: core: fix resource leak in regulator_register()
Yang Yingliang
1
-0
/
+1
2022-12-31
regulator: core: fix module refcount leak in set_supply()
Yang Yingliang
1
-0
/
+1
2022-12-31
regulator: core: use kfree_const() to free space conditionally
Wang ShaoBo
1
-1
/
+1
2022-12-31
regulator: qcom-rpmh: Fix PMR735a S3 regulator spec
Konrad Dybcio
1
-1
/
+1
2022-12-31
regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
Yang Yingliang
1
-0
/
+1
2022-12-14
regulator: twl6030: fix get status of twl6032 regulators
Andreas Kemnade
1
-4
/
+11
2022-12-14
regulator: slg51000: Wait after asserting CS pin
Konrad Dybcio
1
-0
/
+2
2022-12-02
regulator: twl6030: re-add TWL6032_SUBCLASS
Andreas Kemnade
1
-0
/
+2
[next]