From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933062AbcGGGnm (ORCPT ); Thu, 7 Jul 2016 02:43:42 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34749 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751179AbcGGGnk (ORCPT ); Thu, 7 Jul 2016 02:43:40 -0400 MIME-Version: 1.0 In-Reply-To: References: <32d418f24a4da44ad4ca5b2b1276ffcea2aa7d6c.1466424352.git.amit.kucheria@linaro.org> <20160620131616.GA400@leoy-linaro> From: Amit Kucheria Date: Thu, 7 Jul 2016 12:13:38 +0530 X-Google-Sender-Auth: SBeqeb73DG5UEJpXdSxiJP3xWos Message-ID: Subject: Re: [PATCH] thermal: hisilicon: Add dependency on the clock driver to allow frequency scaling To: Leo Yan , xuwei5@hisilicon.com, guodong.xu@linaro.org Cc: LKML , Linux PM list , Eduardo Valentin , kongxinwei , Zhang Rui Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 26, 2016 at 10:02 PM, Amit Kucheria wrote: > On Mon, Jun 20, 2016 at 6:46 PM, Leo Yan 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 >>> --- >>> 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 > > Thanks Leo. Eduardo, will you take this through your tree or should > Wei include this in his tree? Ping!