lkml.org 
[lkml]   [2013]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v11 6/7] cpufreq:exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQ
    Date
    Special driver data flag (CPUFREQ_BOOST_FREQ) has been added to indicate
    frequency, which can be only enabled for BOOST mode.
    This frequency shall be used only for limited time, since it might cause
    target device to overheat.

    Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
    Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
    Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

    ---
    Changes for v11:
    - None

    Changes for v10:
    - None

    Changes for v9:
    - None

    Changes for v8:
    - None

    Changes for v7:
    - None

    Changes for v6:
    - New patch

    drivers/cpufreq/exynos4x12-cpufreq.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/cpufreq/exynos4x12-cpufreq.c b/drivers/cpufreq/exynos4x12-cpufreq.c
    index efad5e6..77ae129 100644
    --- a/drivers/cpufreq/exynos4x12-cpufreq.c
    +++ b/drivers/cpufreq/exynos4x12-cpufreq.c
    @@ -32,7 +32,7 @@ static unsigned int exynos4x12_volt_table[] = {
    };

    static struct cpufreq_frequency_table exynos4x12_freq_table[] = {
    - {L0, CPUFREQ_ENTRY_INVALID},
    + {CPUFREQ_BOOST_FREQ, 1500 * 1000},
    {L1, 1400 * 1000},
    {L2, 1300 * 1000},
    {L3, 1200 * 1000},
    --
    1.7.10.4


    \
     
     \ /
      Last update: 2013-12-13 18:21    [W:2.681 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site