aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq/governor_userspace.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-20PM/devfreq: governor: Add a private governor_data for governorGravatar Kant Fan 1-6/+6
2021-06-17PM / devfreq: userspace: Use DEVICE_ATTR_RW macroGravatar YueHaibing 1-5/+5
2020-03-25PM / devfreq: Use constant name of userspace governorGravatar pierre Kuo 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-10-02PM / devfreq: Don't adjust to user limits in governorsGravatar Matthias Kaehlcke 1-12/+4
2017-10-26PM / devfreq: Define the constant governor nameGravatar Chanwoo Choi 1-1/+1
2017-07-06PM / devfreq: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-01-31PM / devfreq: Fix the wrong description for userspace governorGravatar Chanwoo Choi 1-2/+1
2017-01-31PM / devfreq: Don't delete sysfs group twiceGravatar Chris Diamand 1-1/+7
2012-11-20PM / devfreq: governors: add GPL module license and allow module buildGravatar Nishanth Menon 1-0/+2
2012-11-20PM / devfreq: map devfreq drivers to governor using nameGravatar Nishanth Menon 1-1/+1
2012-11-20PM / devfreq: register governors with devfreq frameworkGravatar Nishanth Menon 1-0/+18
2012-11-15PM / devfreq: Core updates to support devices which can idleGravatar Rajagopal Venkat 1-3/+20
2012-01-20PM / devfreq: add min/max_freq limit requested by users.Gravatar MyungJoo Ham 1-3/+12
2011-10-02PM / devfreq: Add basic governorsGravatar MyungJoo Ham 1-0/+116