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
/
core.c
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-03-28
regulator: check that dummy regulator has been probed before using it
Christian Eggers
1
-1
/
+11
2025-02-08
regulator: core: Add missing newline character
Alexander Stein
1
-1
/
+1
2024-09-13
regulator: Split up _regulator_get()
Chen-Yu Tsai
1
-11
/
+43
2024-09-11
regulator: core: fix the broken behavior of regulator_dev_lookup()
Wei Fang
1
-0
/
+3
2024-09-04
regulator: Move OF-specific regulator lookup code to of_regulator.c
Chen-Yu Tsai
1
-82
/
+5
2024-08-29
regulator: Unify "negative error number" terminology in comments
Chen-Yu Tsai
1
-1
/
+1
2024-08-29
regulator: core: Add missing kerneldoc "Return" sections
Chen-Yu Tsai
1
-2
/
+63
2024-08-29
regulator: core: Fix incorrectly formatted kerneldoc "Return" sections
Chen-Yu Tsai
1
-45
/
+56
2024-08-29
regulator: core: Fix regulator_is_supported_voltage() kerneldoc return value
Chen-Yu Tsai
1
-1
/
+3
2024-08-29
regulator: core: Fix short description for _regulator_check_status_enabled()
Chen-Yu Tsai
1
-4
/
+2
2024-08-22
regulator: Clarify error message for "id == NULL" in _regulator_get()
Chen-Yu Tsai
1
-1
/
+1
2024-06-26
regulator: core: Add helper for allow HW access to enable/disable regulator
Biju Das
1
-0
/
+28
2024-06-10
regulator: core: Fix modpost error "regulator_get_regmap" undefined
Biju Das
1
-0
/
+1
2024-05-14
Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2024-05-09
regulator: core: fix debugfs creation regression
Johan Hovold
1
-11
/
+16
2024-05-07
regulator: Mention regulator id in error message about dummy supplies
Uwe Kleine-König
1
-2
/
+2
2024-03-12
regulator: core: Propagate the regulator state in case of exclusive get
Kory Maincent
1
-0
/
+11
2024-03-05
regulator: core: make regulator_class constant
Ricardo B. Marliere
1
-1
/
+1
2024-02-19
regulator: core: Remove redundant assignment to variable possible_uV
Colin Ian King
1
-1
/
+0
2023-12-06
regulator: event: Add regulator netlink event support
Naresh Solanki
1
-1
/
+18
2023-11-13
regulator: add under-voltage support (part 2)
Mark Brown
1
-0
/
+38
2023-11-13
regulator: core: Only increment use_count when enable_count changes
Rui Zhang
1
-26
/
+30
2023-11-13
regulator: core: Add option to prevent disabling unused regulators
Javier Martinez Canillas
1
-0
/
+17
2023-11-13
regulator: Implement uv_survival_time for handling under-voltage events
Oleksij Rempel
1
-1
/
+1
2023-11-13
regulator: Introduce handling for system-critical under-voltage events
Oleksij Rempel
1
-0
/
+38
2023-09-26
regulator/core: Revert "fix kobject release warning and memory leak in regula...
Michał Mirosław
1
-5
/
+1
2023-09-26
regulator/core: regulator_register: set device->class earlier
Michał Mirosław
1
-2
/
+2
2023-05-25
regulator: core: Streamline debugfs operations
Geert Uytterhoeven
1
-17
/
+13
2023-05-25
regulator: core: Fix more error checking for debugfs_create_dir()
Geert Uytterhoeven
1
-1
/
+1
2023-05-16
regulator: Fix error checking for debugfs_create_dir
Osama Muhammad
1
-2
/
+2
2023-04-18
regulator: core: Make regulator_lock_two() logic easier to follow
Douglas Anderson
1
-19
/
+12
2023-04-06
regulator: core: Avoid lockdep reports when resolving supplies
Douglas Anderson
1
-8
/
+83
2023-04-06
regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()
Douglas Anderson
1
-0
/
+2
2023-03-14
regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...
Douglas Anderson
1
-4
/
+3
2023-02-23
regulator: core: Use ktime_get_boottime() to determine how long a regulator w...
Matthias Kaehlcke
1
-3
/
+3
2022-12-23
Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-12-15
regulator: core: fix deadlock on regulator enable
Johan Hovold
1
-1
/
+1
2022-12-14
regulator: core: Fix resolve supply lookup issue
ChiYuan Huang
1
-1
/
+1
2022-12-13
Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-24
/
+39
2022-12-08
regulator: core: Use different devices for resource allocation and DT lookup
ChiYuan Huang
1
-4
/
+4
2022-12-02
regulator: core: fix resource leak in regulator_register()
Yang Yingliang
1
-0
/
+1
2022-12-01
regulator: core: fix module refcount leak in set_supply()
Yang Yingliang
1
-0
/
+1
2022-12-01
regulator: core: fix use_count leakage when handling boot-on
Rui Zhang
1
-1
/
+7
2022-11-25
Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+6
2022-11-23
regulator: core: use kfree_const() to free space conditionally
Wang ShaoBo
1
-1
/
+1
2022-11-16
regulator: core: fix UAF in destroy_regulator()
Yang Yingliang
1
-1
/
+1
2022-11-16
regulator: core: fix kobject release warning and memory leak in regulator_reg...
Zeng Heng
1
-1
/
+5
2022-11-15
regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
Yang Yingliang
1
-0
/
+1
2022-11-03
regulator: devres: Add devm_regulator_bulk_get_exclusive()
Zev Weiss
1
-18
/
+24
[next]