index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
regulator: core: Use ktime_get_boottime() to determine how long a regulator w...
Matthias Kaehlcke
1
-3
/
+3
2022-12-24
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-26
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
2022-10-05
Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-35
/
+63
2022-09-10
regulator: core: Prevent integer underflow
Patrick Rudolph
1
-1
/
+1
2022-09-08
Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+7
2022-08-29
regulator: core: Fix regulator supply registration with sysfs
Christian Kohlschütter
1
-23
/
+21
2022-08-25
regulator: core: Don't err if allow-set-load but no allowed-modes
Douglas Anderson
1
-0
/
+12
2022-08-25
regulator: core: Require regulator drivers to check uV for get_optimum_mode()
Douglas Anderson
1
-8
/
+14
2022-08-22
regulator: core: Remove "ramp_delay not set" debug message
Christian Kohlschütter
1
-3
/
+1
2022-08-22
regulator: core: Clean up on enable failure
Andrew Halaney
1
-2
/
+7
2022-08-18
regulator: core: Resolve supply name earlier to prevent double-init
Christian Kohlschütter
1
-19
/
+33
2022-08-10
regulator: core: Fix missing error return from regulator_bulk_get()
Douglas Anderson
1
-1
/
+1
2022-07-28
regulator: Consumer load management improvements
Mark Brown
1
-8
/
+12
2022-07-27
regulator: core: Allow specifying an initial load w/ the bulk API
Douglas Anderson
1
-8
/
+12
2022-07-19
regulator: core: Fix off-on-delay-us for always-on/boot-on regulators
Christian Kohlschütter
1
-2
/
+3
2022-05-17
Merge remote-tracking branch 'regulator/for-5.19' into regulator-next
Mark Brown
1
-14
/
+72
2022-05-05
regulator: core: Fix enable_count imbalance with EXCLUSIVE_GET
Zev Weiss
1
-2
/
+5
2022-05-04
regulator: core: Add error flags to sysfs attributes
Zev Weiss
1
-0
/
+45
2022-04-21
regulator: core: Sleep (not delay) in set_voltage()
Brian Norris
1
-6
/
+1
2022-04-21
regulator: core: Rename _regulator_enable_delay()
Brian Norris
1
-8
/
+8
2022-04-04
regulator: Flag uncontrollable regulators as always_on
Mark Brown
1
-0
/
+18
2022-02-08
regulator: core: fix false positive in regulator_late_cleanup()
Oliver Barta
1
-10
/
+3
2021-11-02
Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+8
2021-10-23
regulator: Don't error out fixed regulator in regulator_sync_voltage()
Dmitry Osipenko
1
-0
/
+3
2021-09-30
regulator: Lower priority of logging when setting supply
Mark Brown
1
-1
/
+1
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
1
-1
/
+1
2021-09-13
regulator: core: resolve supply voltage deferral silently
Brian Norris
1
-3
/
+4
2021-06-23
Merge remote-tracking branch 'regulator/for-5.14' into regulator-next
Mark Brown
1
-89
/
+227
2021-06-21
Merge series "Extend regulator notification support" from Matti Vaittinen <ma...
Mark Brown
1
-19
/
+144
2021-06-21
regulator: add property parsing and callbacks to set protection limits
Matti Vaittinen
1
-1
/
+121
2021-06-21
regulator: IRQ based event/error notification helpers
Matti Vaittinen
1
-7
/
+22
2021-06-21
regulator: move rdev_print helpers to internal.h
Matti Vaittinen
1
-11
/
+1
2021-06-14
Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-0
/
+23
2021-06-02
regulator: core: Use DEVICE_ATTR_RO macro
YueHaibing
1
-70
/
+60
2021-06-01
regulator: core: Add regulator_sync_voltage_rdev()
Dmitry Osipenko
1
-0
/
+23
2021-05-21
regulator: core: resolve supply for boot-on/always-on regulators
Dmitry Baryshkov
1
-0
/
+6
2021-04-23
regulator: core: Fix off_on_delay handling
Vincent Whitchurch
1
-25
/
+8
[next]