projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01eed83
)
cpufreq: rename cpufreq_reboot_limit_freq to rockchip_cpufreq_reboot_limit_freq
author
陈亮
<cl@rock-chips.com>
Sun, 4 May 2014 11:48:10 +0000
(
04:48
-0700)
committer
陈亮
<cl@rock-chips.com>
Sun, 4 May 2014 11:48:10 +0000
(
04:48
-0700)
drivers/cpufreq/rockchip-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/rockchip-cpufreq.c
b/drivers/cpufreq/rockchip-cpufreq.c
index ef334727284287a97eaed2fe0d78b70202a320ba..c32af92321714fa07de86d4228ffb2c0999e6aea 100644
(file)
--- a/
drivers/cpufreq/rockchip-cpufreq.c
+++ b/
drivers/cpufreq/rockchip-cpufreq.c
@@
-400,7
+400,7
@@
static int cpufreq_reboot_notifier_event(struct notifier_block *this, unsigned l
return NOTIFY_OK;
}
-int cpufreq_reboot_limit_freq(void)
+int
rockchip_
cpufreq_reboot_limit_freq(void)
{
dvfs_disable_temp_limit();
dvfs_clk_enable_limit(clk_cpu_dvfs_node, 1000*suspend_freq, 1000*suspend_freq);