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
2026-03-04
regulator: core: move supply check earlier in set_machine_constraints()
André Draszik
1
-25
/
+30
2026-03-04
regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...
Douglas Anderson
1
-4
/
+3
2026-03-04
regulator: core: Use ktime_get_boottime() to determine how long a regulator w...
Matthias Kaehlcke
1
-3
/
+3
2026-03-04
regulator: core: Fix off-on-delay-us for always-on/boot-on regulators
Christian Kohlschütter
1
-2
/
+3
2026-03-04
regulator: Flag uncontrollable regulators as always_on
Mark Brown
1
-0
/
+18
2026-03-04
regulator: core: Fix off_on_delay handling
Vincent Whitchurch
1
-25
/
+8
2026-03-04
regulator: core: Respect off_on_delay at startup
Vincent Whitchurch
1
-0
/
+2
2026-01-19
regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex
sparkhuang
1
-12
/
+20
2026-01-19
regulator: core: disable supply if enabling main regulator fails
Gabor Juhos
1
-0
/
+5
2025-08-28
regulator: core: fix NULL dereference on unbind due to stale coupling data
Alessandro Carminati
1
-0
/
+1
2025-04-10
regulator: check that dummy regulator has been probed before using it
Christian Eggers
1
-1
/
+11
2024-07-05
regulator: core: Fix modpost error "regulator_get_regmap" undefined
Biju Das
1
-0
/
+1
2024-05-17
regulator: core: fix debugfs creation regression
Johan Hovold
1
-11
/
+16
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-27
regulator: core: Streamline debugfs operations
Geert Uytterhoeven
1
-17
/
+13
2023-07-27
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-17
regulator: core: Avoid lockdep reports when resolving supplies
Douglas Anderson
1
-8
/
+83
2023-05-17
regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()
Douglas Anderson
1
-0
/
+2
2023-01-14
regulator: core: fix deadlock on regulator enable
Johan Hovold
1
-1
/
+1
2023-01-14
regulator: core: fix use_count leakage when handling boot-on
Rui Zhang
1
-1
/
+7
2023-01-14
regulator: core: fix resource leak in regulator_register()
Yang Yingliang
1
-0
/
+1
2023-01-14
regulator: core: fix module refcount leak in set_supply()
Yang Yingliang
1
-0
/
+1
2023-01-14
regulator: core: use kfree_const() to free space conditionally
Wang ShaoBo
1
-1
/
+1
2023-01-14
regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
Yang Yingliang
1
-0
/
+1
2022-12-02
regulator: core: fix UAF in destroy_regulator()
Yang Yingliang
1
-1
/
+1
2022-12-02
regulator: core: fix kobject release warning and memory leak in regulator_reg...
Zeng Heng
1
-1
/
+5
2022-10-26
regulator: core: Prevent integer underflow
Patrick Rudolph
1
-1
/
+1
2022-09-15
regulator: core: Clean up on enable failure
Andrew Halaney
1
-2
/
+7
2022-06-09
regulator: core: Fix enable_count imbalance with EXCLUSIVE_GET
Zev Weiss
1
-2
/
+5
2022-03-08
regulator: core: fix false positive in regulator_late_cleanup()
Oliver Barta
1
-10
/
+3
2021-06-16
regulator: core: resolve supply for boot-on/always-on regulators
Dmitry Baryshkov
1
-0
/
+6
2021-03-04
regulator: core: Avoid debugfs: Directory ... already present! error
Hans de Goede
1
-3
/
+3
2021-02-13
regulator: Fix lockdep warning resolving supplies
Mark Brown
1
-12
/
+17
2021-02-13
regulator: core: avoid regulator_resolve_supply() race condition
David Collins
1
-11
/
+28
2020-11-13
regulator: workaround self-referent regulators
Michał Mirosław
1
-1
/
+4
2020-11-13
regulator: avoid resolve_supply() infinite recursion
Michał Mirosław
1
-0
/
+6
2020-11-13
regulator: fix memory leak with repeated set_machine_constraints()
Michał Mirosław
1
-16
/
+13
2020-11-10
regulator: core: don't disable regulator if is_enabled return error.
Pi-Hsun Shih
1
-2
/
+3
2020-11-03
regulator: defer probe when trying to get voltage from unresolved supply
Michał Mirosław
1
-0
/
+2
2020-10-05
Merge remote-tracking branch 'regulator/for-5.10' into regulator-next
Mark Brown
1
-96
/
+143
2020-10-05
regulator: Make constraint debug processing conditional on DEBUG
Geert Uytterhoeven
1
-1
/
+12
2020-10-01
regulator: core: Enlarge max OF property name length to 64 chars
AngeloGioacchino Del Regno
1
-2
/
+2
2020-09-28
regulator: resolve supply after creating regulator
Michał Mirosław
1
-8
/
+13
2020-09-28
regulator: print symbolic errors in kernel messages
Michał Mirosław
1
-45
/
+49
2020-09-28
regulator: print state at boot
Michał Mirosław
1
-2
/
+7
2020-09-22
regulator: fix indentation issue
Colin Ian King
1
-1
/
+1
2020-09-21
regulator: unexport regulator_lock/unlock()
Michał Mirosław
1
-4
/
+2
2020-09-17
Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...
Mark Brown
1
-1
/
+1
[next]