aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq/devfreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-02-111-0/+9
|\
| * Merge 4.14.170 into kernel.lnx.4.14.r4-relNathan Chancellor2020-02-051-0/+9
| |\
| | * PM / devfreq: Add new name attribute for sysfsChanwoo Choi2020-02-051-0/+9
* | | devfreq: Avoid competing with low-priority tasksAlex Naidis2020-01-181-1/+2
* | | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-01-101-6/+2
|\| |
| * | Merge 4.14.163 into kernel.lnx.4.14.r4-relNathan Chancellor2020-01-091-6/+2
| |\|
| | * PM / devfreq: Check NULL governor in available_governors_showLeonard Crestez2020-01-091-1/+1
| | * PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez2020-01-091-5/+1
* | | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-01-061-3/+9
|\| |
| * | Merge 4.14.159 into kernel.lnx.4.14.r4-relNathan Chancellor2019-12-241-3/+9
| |\|
| | * PM / devfreq: Lock devfreq in trans_stat_showLeonard Crestez2019-12-171-3/+9
* | | devfreq_boost: Introduce devfreq boost driverSultan Alsawaf2019-12-071-4/+13
|/ /
* | devfreq: Allow bw_hwmon resume with zero resume freqRama Aparna Mallavarapu2019-09-241-1/+1
* | PM / devfreq: fix NULL pointer dereference for freq_tableQiwei Liu2019-01-071-2/+2
* | PM/devfreq: Do not switch governors from sysfs when device is suspendedRama Aparna Mallavarapu2018-10-231-4/+17
* | PM / devfreq: Fix race condition between suspend/resume and governor_storeRama Aparna Mallavarapu2018-10-131-12/+21
* | Merge changes I7d83113e,Iab5cb23d into msm-4.14Linux Build Service Account2018-04-131-1/+2
|\ \
| * | Merge remote-tracking branch 'remotes/origin/tmp-7e76ead' into msm-4.14Isaac J. Manjarres2018-04-121-1/+2
| |\|
| | * PM / devfreq: Fix potential NULL pointer dereference in governor_storeGustavo A. R. Silva2018-04-121-1/+2
* | | PM / devfreq: Introduce a sysfs lockJonathan Avila2018-04-111-1/+13
|/ /
* | PM / devfreq: Fix incorrect placement of dev_pm_opp_putKyle Yan2018-03-291-1/+1
* | FROMLIST: PM / devfreq: set min/max freq limit from freq tableRajagopal Venkat2018-03-211-0/+24
* | Merge "Merge remote-tracking branch 'remotes/origin/tmp-474d3c4' into msm-4.14"Linux Build Service Account2018-02-271-1/+1
|\ \
| * | Merge remote-tracking branch 'remotes/origin/tmp-474d3c4' into msm-4.14Isaac J. Manjarres2018-02-231-1/+1
| |\|
| | * PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson2018-02-221-1/+1
* | | Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Jonathan Avila2018-02-221-3/+1
|/ /
* | PM / devfreq: Restart previous governor if new governor fails to startSaravana Kannan2018-01-041-3/+12
* | PM / devfreq: Use freq_table for available_frequenciesSaravana Kannan2017-12-201-4/+11
|/
* PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi2017-08-281-1/+4
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge branch 'pm-devfreq'Rafael J. Wysocki2017-02-201-28/+46
|\
| * PM / devfreq: Modify the device name as devfreq(X) for sysfsChanwoo Choi2017-01-311-1/+3
| * PM / devfreq: Remove unnecessary separate _remove_devfreq()Chanwoo Choi2017-01-311-16/+7
| * PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi2017-01-311-1/+2
| * PM / devfreq: Fix available_governor sysfsChanwoo Choi2017-01-311-4/+27
| * PM / devfreq: Fix the checkpatch warningsChanwoo Choi2017-01-311-6/+7
* | PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-10/+4
* | PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-271-24/+2
|/
* PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi2017-01-031-5/+10
* PM / devfreq: correct comment typo.MyungJoo Ham2016-11-171-1/+1
* PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi2016-10-111-0/+4
* PM / devfreq: Add proper locking around list_del()Axel Lin2016-10-111-1/+3
* PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-061-0/+2
* PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker2016-07-061-12/+1
* PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi2016-06-231-1/+4
* PM / devfreq: fix initialization of current frequency in last statusLukasz Luba2016-06-221-0/+1
* PM / devfreq: remove double put_deviceMyungJoo Ham2016-06-221-1/+0
* PM / devfreq: fix double call put_deviceCai Zhiyong2016-06-221-1/+0
* PM / devfreq: fix duplicated kfree on devfreq pointerMyungJoo Ham2016-06-221-1/+0
* PM / devfreq: devm_kzalloc to have dev pointer more preciselyMyungJoo Ham2016-06-221-9/+9