| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
* All Credits to @andip71
* Modded to similar cpu stats table
|
| |
|
|
| |
Change-Id: Ie895bdf1ed1126e05483890f7ed64ac05890710a
|
| |
|
|
|
|
|
| |
simple_ondemands private data must be set to NULL, otherwise we would
run into a NULL pointer in kgsl_devfreq_get_dev_status().
Change-Id: I6cc6a8b11e3b58b8c3e3c26d43ee36949cf62351
|
| |
|
|
|
|
|
| |
It does not make sense to run kgsl on high and devfreq on regular
priority.
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
|
| |
|