Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1263724

Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model

From Viresh Kumar <viresh.kumar@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model
Date 2015-11-06 04:30 +0100
Message-ID <qrFSV-7wi-7@gated-at.bofh.it> (permalink)
References <qmmQW-1Wt-17@gated-at.bofh.it> <qoB99-4v0-37@gated-at.bofh.it> <qqkQx-4f7-7@gated-at.bofh.it> <qqmfD-5cO-13@gated-at.bofh.it> <qrqAy-5Nb-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 05-11-15, 19:09, dawei chien wrote:
> Thank you for your kindly explaining, now I could understand what I
> miss, I will send device tree binding on next version such like
> following description.
> 
> --- a/Documentation/devicetree/bindings/clock/mt8173-cpu-dvfs.txt
> +++ b/Documentation/devicetree/bindings/clock/mt8173-cpu-dvfs.txt
> @@ -10,6 +10,17 @@ Required properties:
>         Please refer to
> Documentation/devicetree/bindings/clk/clock-bindings.txt for
>         generic clock consumer properties.
>  - proc-supply: Regulator for Vproc of CPU cluster.
> +- dynamic-power-coefficient:
> +       Usage: optional
> +       Value type: <prop-encoded-array>
> +       Definition: A u32 value that represents an indicative
> +       running time dynamic power coefficient in
> +       fundamental units of mW/MHz/uVolt^2.
> +       The dynamic energy consumption of the CPU
> +       is proportional to the square of the
> +       Voltage (V) and the clock frequency (f).
> +       Pdyn = dynamic-power-coefficient * V^2 * f
> +       where voltage is in uV, frequency is in MHz.

Please check with Punit if he is planning to add the same..

> Thank you for your kindly explaining, Now I know I should develop and
> test on mainline branch since this is where I try to add code.
> 
> However, please understanding currently mt8173_cpufreq.c is not ready
> for OPPV2 in mainline as far, that's the reason why currently I can't
> reuse OPPV2 and extend for static power table. My propose is for adding
> CPU cooling device for our own product.

Firstly, we don't care. You are pushing something to mainline, you
have to get it tested someway on mainline.

Secondly, there are *almost* no changes required to the mtk cpufreq
driver for OPPV2. Just update your DT in a similar way it is done for
one of the exynos platforms and it should just work fine.

-- 
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model dawei chien <dawei.chien@mediatek.com> - 2015-11-02 11:50 +0100
  Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model Viresh Kumar <viresh.kumar@linaro.org> - 2015-11-02 13:20 +0100
    Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model dawei chien <dawei.chien@mediatek.com> - 2015-11-05 12:10 +0100
      Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model Viresh Kumar <viresh.kumar@linaro.org> - 2015-11-06 04:30 +0100
        Re: [PATCH v3 0/2] thermal: mediatek: Add cpu power cooling model dawei chien <dawei.chien@mediatek.com> - 2015-11-11 13:10 +0100

csiph-web