From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V3] cpufreq: qoriq: Register cooling device based on device tree Date: Mon, 29 Feb 2016 15:39:37 +0100 Message-ID: <2383054.EjbA6kk0Xz@wuerfel> References: <1448529671-48216-1-git-send-email-hongtao.jia@freescale.com> <8056913.EWiGLtcdOV@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-pm-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Li Yang , Scott Wood , linuxppc-dev , "devicetree@vger.kernel.org" , "linux-pm@vger.kernel.org" , "Rafael J. Wysocki" , Jia Hongtao , Eduardo Valentin , Viresh Kumar List-Id: devicetree@vger.kernel.org On Monday 29 February 2016 15:33:37 Rafael J. Wysocki wrote: > > > > Note the check on !CPU_THERMAL rather than !THERMAL in my patch, that > > part was correct. I think the line should be > > > > depends on !CPU_THERMAL || THERMAL > > > > as some other drivers do. I must have copied the line > > from ARM_MT8173_CPUFREQ, which is a 'bool' symbol, when > > it should have been the same as ARM_BIG_LITTLE_CPUFREQ and > > CPUFREQ_DT. > > OK, so any chance to update the patch? > I've committed the update locally now, and will follow up tomorrow with a new patch, unless it causes another build-time regression. I'll also send the respective update for the mediatek driver, making that a tristate option. Arnd