| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PM / devfreq: Fix incorrect type issue. | Xiaolong Ye | 2017-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | commit 5f25f066f75a67835abb5e400471a27abd09395b upstream time_in_state in struct devfreq is defined as unsigned long, so devm_kzalloc should use sizeof(unsigned long) as argument instead of sizeof(unsigned int), otherwise it will cause unexpected result in 64bit system. Signed-off-by: Xiaolong Ye <yexl@marvell.com> Signed-off-by: Kevin Liu <kliu5@marvell.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Willy Tarreau <w@1wt.eu> | ||||
| * | devfreq: gpu: added simple time_in_state stats | anarkia1976 | 2016-09-13 | 1 | -0/+21 |
| | | | | | | * All Credits to @andip71 * Modded to similar cpu stats table | ||||
| * | PM: devfreq: Always reflect a change of polling interval | myfluxi | 2016-09-13 | 1 | -1/+1 |
| | | | | | Change-Id: Ie895bdf1ed1126e05483890f7ed64ac05890710a | ||||
| * | devfreq: Use high priority workqueue | myfluxi | 2016-09-13 | 1 | -1/+4 |
| | | | | | | | | It does not make sense to run kgsl on high and devfreq on regular priority. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> | ||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+1078 |
