[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHLCerPjDdQToVnkh6q=xq4=BWjV-tnX3=599yudfVwf_XBnPQ@mail.gmail.com>
Date: Sun, 26 Jun 2016 22:02:25 +0530
From: Amit Kucheria <amit.kucheria@...aro.org>
To: Leo Yan <leo.yan@...aro.org>, xuwei5@...ilicon.com
Cc: LKML <linux-kernel@...r.kernel.org>,
Linux PM list <linux-pm@...r.kernel.org>,
Eduardo Valentin <edubezval@...il.com>,
kongxinwei <kong.kongxinwei@...ilicon.com>,
Zhang Rui <rui.zhang@...el.com>
Subject: Re: [PATCH] thermal: hisilicon: Add dependency on the clock driver to
allow frequency scaling
On Mon, Jun 20, 2016 at 6:46 PM, Leo Yan <leo.yan@...aro.org> wrote:
> Hi Amit,
>
> On Mon, Jun 20, 2016 at 05:46:36PM +0530, Amit Kucheria wrote:
>> The Hisilicon clock stub driver is needed to allow the thermal drivers to
>> actually scale the frequency. Make it an automatic dependency.
>>
>> Signed-off-by: Amit Kucheria <amit.kucheria@...aro.org>
>> ---
>> drivers/thermal/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
>> index 22ae1f7..4e843f7 100644
>> --- a/drivers/thermal/Kconfig
>> +++ b/drivers/thermal/Kconfig
>> @@ -178,6 +178,7 @@ config THERMAL_EMULATION
>> config HISI_THERMAL
>> tristate "Hisilicon thermal driver"
>> depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST
>> + select STUB_CLK_HI6220
>
> Acked-by: Leo Yan <leo.yan@...aro.org>
Thanks Leo. Eduardo, will you take this through your tree or should
Wei include this in his tree?
Regards,
Amit
Powered by blists - more mailing lists