From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62FA2FC6197 for ; Fri, 8 Nov 2019 20:51:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3923C214DB for ; Fri, 8 Nov 2019 20:51:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730330AbfKHUvn (ORCPT ); Fri, 8 Nov 2019 15:51:43 -0500 Received: from muru.com ([72.249.23.125]:41202 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726670AbfKHUvn (ORCPT ); Fri, 8 Nov 2019 15:51:43 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4755C80D4; Fri, 8 Nov 2019 20:52:18 +0000 (UTC) Date: Fri, 8 Nov 2019 12:51:39 -0800 From: Tony Lindgren To: Adam Ford Cc: "H. Nikolaus Schaller" , Mark Rutland , devicetree , Russell King , Linux Kernel Mailing List , Rob Herring , =?utf-8?Q?Beno=C3=AEt?= Cousson , Linux-OMAP , Adam Ford , arm-soc Subject: Re: [PATCH 1/2] configs: ARM: omap2plus: Enable OMAP3_THERMAL Message-ID: <20191108205139.GP5610@atomide.com> References: <20191007220540.30690-1-aford173@gmail.com> <20191022162223.GU5610@atomide.com> <20191022221919.GF5610@atomide.com> <1CE62E4E-1A38-448C-9197-8FA16747F942@goldelico.com> <20191023143646.GG5610@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Adam Ford [191108 20:03]: > On Wed, Oct 23, 2019 at 9:36 AM Tony Lindgren wrote: > > My guess is we need to call clk_disable() and call > > ti_bandgap_save_ctxt() on CPU_CLUSTER_PM_ENTER similar to > > what ti_bandgap_suspend does. And then restore it on > > CPU_CLUSTER_PM_EXIT. > > > > There's a similar example already in gpio_omap_cpu_notifier(). > > Not sure if there is some related errata to deal with too, > > probably the old Nokia n900 or n9 would provide some hints > > on what exactly needs to be done. > > I 'think' I have a patch ready that does what you're asking, but I > will fully admit that I don't completely grasp what's going on. > > I'll submit it as an RFC, but I am not even sure I understand what to > put into the description, so if you're OK with reviewing the RFC, feel > free to mark up the actual commit message as well. > > From what I can see, the changes haven't negatively impact stuff. I > didn't see the power consumption go up before, so I am not sure I can > replicate your findings. > > It'll be posted shortly. Yeah seems to do the job, thanks for fixing this issue. Tony