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
/
devfreq
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
PM / devfreq: rk3399_dmc: Disable edev on remove()
Brian Norris
1
-0
/
+2
2020-10-01
PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
Dmitry Osipenko
1
-1
/
+3
2020-03-05
Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"
Orson Zhai
1
-3
/
+1
2020-02-24
PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency
Chanwoo Choi
2
-2
/
+3
2020-02-05
PM / devfreq: Add new name attribute for sysfs
Chanwoo Choi
1
-0
/
+9
2020-01-09
PM / devfreq: Check NULL governor in available_governors_show
Leonard Crestez
1
-1
/
+1
2020-01-09
PM / devfreq: Don't fail devfreq_dev_release if not in list
Leonard Crestez
1
-5
/
+1
2020-01-09
PM / devfreq: Set scaling_max_freq to max on OPP notifier error
Leonard Crestez
1
-1
/
+3
2020-01-09
PM / devfreq: Fix devfreq_notifier_call returning errno
Leonard Crestez
1
-11
/
+13
2019-12-17
PM / devfreq: Lock devfreq in trans_stat_show
Leonard Crestez
1
-3
/
+9
2019-12-01
PM / devfreq: Fix kernel oops on governor module load
Ezequiel Garcia
1
-1
/
+1
2019-11-24
PM / devfreq: Fix static checker warning in try_then_request_governor
Enric Balletbo i Serra
1
-2
/
+2
2019-11-24
PM / devfreq: stopping the governor before device_unregister()
Vincent Donnefort
1
-5
/
+4
2019-11-24
PM / devfreq: Fix handling of min/max_freq == 0
Matthias Kaehlcke
1
-12
/
+30
2019-11-24
PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.
Enric Balletbo i Serra
1
-4
/
+49
2019-10-11
PM / devfreq: tegra: Fix kHz to Hz conversion
Dmitry Osipenko
1
-7
/
+5
2019-10-05
PM / devfreq: passive: fix compiler warning
MyungJoo Ham
1
-1
/
+0
2019-10-05
PM / devfreq: exynos-bus: Correct clock enable sequence
Kamil Konieczny
1
-14
/
+17
2019-10-05
PM / devfreq: passive: Use non-devm notifiers
Leonard Crestez
1
-3
/
+3
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2018-07-18
PM / devfreq: rk3399_dmc: Fix duplicated opp table on reload.
Enric Balletbo i Serra
1
-4
/
+27
2018-07-18
PM / devfreq: Init user limits from OPP limits, not viceversa
Matthias Kaehlcke
1
-6
/
+6
2018-07-18
PM / devfreq: rk3399_dmc: fix spelling mistakes.
Enric Balletbo i Serra
1
-6
/
+6
2018-07-18
PM / devfreq: rk3399_dmc: do not print error when get supply and clk defer.
Lin Huang
1
-0
/
+6
2018-07-18
PM / devfreq: rk3399_dmc: remove wait for dcf irq event.
Enric Balletbo i Serra
1
-52
/
+1
2018-07-18
PM / devfreq: use put_device() instead of kfree()
Arvind Yadav
1
-1
/
+3
2018-07-18
PM / devfreq: exynos-ppmu: Delete an error message for a failed memory alloca...
Markus Elfring
1
-4
/
+2
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2
-8
/
+9
2018-01-02
PM / devfreq: Fix potential NULL pointer dereference in governor_store
Gustavo A. R. Silva
1
-1
/
+2
2018-01-02
PM / devfreq: Propagate error from devfreq_add_device()
Bjorn Andersson
1
-1
/
+1
2017-11-13
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
8
-47
/
+109
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-26
PM / devfreq: Define the constant governor name
Chanwoo Choi
7
-8
/
+9
2017-10-26
PM / devfreq: Remove unneeded conditional statement
Chanwoo Choi
1
-4
/
+3
2017-10-26
PM / devfreq: Show the all available frequencies
Chanwoo Choi
1
-11
/
+5
2017-10-26
PM / devfreq: Change return type of devfreq_set_freq_table()
Chanwoo Choi
1
-9
/
+9
2017-10-26
PM / devfreq: Use the available min/max frequency
Chanwoo Choi
1
-8
/
+32
2017-10-26
Revert "PM / devfreq: Add show_one macro to delete the duplicate code"
Chanwoo Choi
1
-9
/
+11
2017-10-26
PM / devfreq: Set min/max_freq when adding the devfreq device
Chanwoo Choi
1
-0
/
+42
2017-08-28
PM / devfreq: Fix memory leak when fail to register device
Chanwoo Choi
1
-1
/
+4
2017-08-28
PM / devfreq: Add dependency on PM_OPP
Chanwoo Choi
1
-0
/
+1
2017-08-28
PM / devfreq: Move private devfreq_update_stats() into devfreq
Chanwoo Choi
1
-0
/
+4
2017-08-28
PM / devfreq: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-07-06
PM / devfreq: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-06
PM / devfreq: tegra: fix error return code in tegra_devfreq_probe()
Gustavo A. R. Silva
1
-3
/
+3
2017-07-06
PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe()
Gustavo A. R. Silva
1
-2
/
+3
2017-06-12
PM / devfreq: exynos-ppmu: Staticize event list
Krzysztof Kozlowski
1
-1
/
+1
2017-06-12
PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enable
Arvind Yadav
1
-1
/
+5
2017-06-12
PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enable
Arvind Yadav
1
-1
/
+5
[next]