aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq/governor_passive.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-30PM / devfreq: passive: revert an editing accident in SPDX-License lineGravatar Lukas Bulwahn 1-1/+1
2022-06-30PM / devfreq: Fix kernel warning with cpufreq passive register failGravatar Christian Marangi 1-1/+0
2022-06-30PM / devfreq: Rework freq_table to be local to devfreq structGravatar Christian Marangi 1-7/+7
2022-06-30PM / devfreq: passive: Use HZ_PER_KHZ macro in units.hGravatar Yicong Yang 1-2/+1
2022-06-30PM / devfreq: Fix cpufreq passive unregister erroring on PROBE_DEFERGravatar Christian 'Ansuel' Marangi 1-22/+17
2022-06-30PM / devfreq: Fix kernel panic with cpu based scaling to passive govGravatar Christian 'Ansuel' Marangi 1-2/+1
2022-05-19PM / devfreq: passive: Return non-error when not-supported event is requiredGravatar Chanwoo Choi 1-1/+1
2022-05-17PM / devfreq: passive: Keep cpufreq_policy for possible cpusGravatar Chanwoo Choi 1-16/+59
2022-05-17PM / devfreq: passive: Reduce duplicate code when passive_devfreq caseGravatar Chanwoo Choi 1-58/+8
2022-05-17PM / devfreq: Add cpu based scaling support to passive governorGravatar Saravana Kannan 1-12/+286
2021-06-24PM / devfreq: passive: Fix get_target_freq when not using required-oppGravatar Chanwoo Choi 1-1/+2
2021-02-04PM / devfreq: Add required OPPs support to passive governorGravatar Saravana Kannan 1-19/+25
2020-10-26PM / devfreq: Add governor feature flagGravatar Chanwoo Choi 1-1/+1
2020-10-26PM / devfreq: Unify frequency change to devfreq_update_target funcGravatar Chanwoo Choi 1-32/+10
2019-08-26PM / devfreq: passive: fix compiler warningGravatar MyungJoo Ham 1-1/+0
2019-08-25PM / devfreq: passive: Use non-devm notifiersGravatar Leonard Crestez 1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-10-26PM / devfreq: Define the constant governor nameGravatar Chanwoo Choi 1-1/+1
2017-02-20Merge branch 'pm-devfreq'Gravatar Rafael J. Wysocki 1-0/+6
2017-01-31PM / devfreq: Fix wrong trans_stat of passive devfreq deviceGravatar Chanwoo Choi 1-0/+5
2017-01-31PM / devfreq: Fix available_governor sysfsGravatar Chanwoo Choi 1-0/+1
2017-01-30PM / OPP: Update OPP users to put referenceGravatar Viresh Kumar 1-2/+2
2016-05-03PM / devfreq: style/typo fixesGravatar MyungJoo Ham 1-2/+0
2016-05-03PM / devfreq: Add new passive governorGravatar Chanwoo Choi 1-0/+207