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
/
devfreq
/
devfreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-12-03
PM / devfreq: Use device_match_of_node()
ye xingchen
1
-1
/
+1
2022-11-20
PM/devfreq: governor: Add a private governor_data for governor
Kant Fan
1
-4
/
+2
2022-07-15
PM / devfreq: shut up kernel-doc warnings
Mauro Carvalho Chehab
1
-0
/
+4
2022-06-29
PM / devfreq: Rework freq_table to be local to devfreq struct
Christian Marangi
1
-37
/
+34
2022-06-29
PM / devfreq: Mute warning on governor PROBE_DEFER
Christian 'Ansuel' Marangi
1
-2
/
+3
2022-05-17
PM / devfreq: Export devfreq_get_freq_range symbol within devfreq
Chanwoo Choi
1
-8
/
+12
2021-12-16
PM / devfreq: Reduce log severity for informative message
Tzung-Bi Shih
1
-2
/
+2
2021-11-10
Merge branches 'pm-opp' and 'pm-cpufreq'
Rafael J. Wysocki
1
-0
/
+26
2021-10-27
PM / devfreq: Strengthen check for freq_table
Samuel Holland
1
-1
/
+1
2021-10-05
PM / devfreq: Add devm_devfreq_add_governor()
Dmitry Osipenko
1
-0
/
+26
2021-09-08
devfreq: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-05-20
PM / devfreq: Add missing error code in devfreq_add_device()
YueHaibing
1
-0
/
+1
2021-04-08
PM / devfreq: Use more accurate returned new_freq as resume_freq
Dong Aisheng
1
-1
/
+1
2021-04-08
PM / devfreq: Unlock mutex and free devfreq struct in error path
Lukasz Luba
1
-1
/
+2
2021-03-09
PM / devfreq: Register devfreq as a cooling device on demand
Daniel Lezcano
1
-0
/
+9
2021-02-15
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
1
-2
/
+2
2021-02-04
PM / devfreq: Cache OPP table reference in devfreq
Saravana Kannan
1
-0
/
+7
2021-01-05
PM / devfreq: Replace devfreq->dev.parent as dev in devfreq_add_device
pierre Kuo
1
-2
/
+2
2020-10-26
PM / devfreq: Remove redundant governor_name from struct devfreq
Chanwoo Choi
1
-11
/
+7
2020-10-26
PM / devfreq: Add governor attribute flag for specifc sysfs nodes
Chanwoo Choi
1
-50
/
+112
2020-10-26
PM / devfreq: Add governor feature flag
Chanwoo Choi
1
-11
/
+14
2020-10-26
PM / devfreq: Add tracepoint for frequency changes
Matthias Kaehlcke
1
-0
/
+8
2020-10-26
PM / devfreq: Unify frequency change to devfreq_update_target func
Chanwoo Choi
1
-7
/
+22
2020-09-29
PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle function
Chanwoo Choi
1
-4
/
+7
2020-09-29
PM / devfreq: Add devfreq_get_devfreq_by_node function
Leonard Crestez
1
-11
/
+35
2020-09-23
PM / devfreq: Add timer type to devfreq_summary debugfs
Chanwoo Choi
1
-3
/
+8
2020-07-30
PM / devfreq: Fix the wrong end with semicolon
Chanwoo Choi
1
-2
/
+2
2020-07-30
PM / devfreq: Fix indentaion of devfreq_summary debugfs node
Chanwoo Choi
1
-7
/
+4
2020-07-30
PM / devfreq: Clean up the devfreq instance name in sysfs attr
Chanwoo Choi
1
-34
/
+60
2020-07-30
PM / devfreq: Add support delayed timer for polling mode
Chanwoo Choi
1
-1
/
+85
2020-05-28
PM / devfreq: Use lockdep asserts instead of manual checks for locked mutex
Krzysztof Kozlowski
1
-10
/
+7
2020-05-28
PM / devfreq: Replace strncpy with strscpy
Dmitry Osipenko
1
-1
/
+1
2020-03-25
PM / devfreq: Fix handling dev_pm_qos_remove_request result
Leonard Crestez
1
-2
/
+2
2020-03-25
PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name
Chanwoo Choi
1
-5
/
+5
2020-02-24
Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"
Orson Zhai
1
-3
/
+1
2020-01-16
PM / devfreq: Add debugfs support with devfreq_summary file
Chanwoo Choi
1
-0
/
+82
2019-12-30
PM / devfreq: Fix multiple kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2019-12-30
PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)
Kamil Konieczny
1
-1
/
+1
2019-12-30
PM / devfreq: Move statistics to separate struct devfreq_stats
Kamil Konieczny
1
-21
/
+23
2019-12-30
PM / devfreq: Add clearing transitions stats
Kamil Konieczny
1
-1
/
+28
2019-12-30
PM / devfreq: Change time stats to 64-bit
Kamil Konieczny
1
-7
/
+7
2019-12-30
PM / devfreq: Add new name attribute for sysfs
Chanwoo Choi
1
-0
/
+9
2019-12-09
PM / devfreq: Use PM QoS for sysfs min/max_freq
Leonard Crestez
1
-17
/
+59
2019-12-09
PM / devfreq: Add PM QoS support
Leonard Crestez
1
-0
/
+77
2019-12-09
PM / devfreq: Don't fail devfreq_dev_release if not in list
Leonard Crestez
1
-5
/
+1
2019-12-09
PM / devfreq: Introduce get_freq_range helper
Leonard Crestez
1
-48
/
+60
2019-12-09
PM / devfreq: Set scaling_max_freq to max on OPP notifier error
Leonard Crestez
1
-1
/
+3
2019-12-09
PM / devfreq: Fix devfreq_notifier_call returning errno
Leonard Crestez
1
-11
/
+13
2019-11-29
PM / devfreq: Add missing locking while setting suspend_freq
Marek Szyprowski
1
-0
/
+4
[next]