Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8466213imu; Tue, 4 Dec 2018 08:48:26 -0800 (PST) X-Google-Smtp-Source: AFSGD/Ub0AiJ72SGF3g5K424G6Z3BIFkFJamxdXiM+ErrbhsTAIZ9WTo6LLHQ76QMMUsdUzV+AD0 X-Received: by 2002:a17:902:8607:: with SMTP id f7mr20182993plo.123.1543942106921; Tue, 04 Dec 2018 08:48:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543942106; cv=none; d=google.com; s=arc-20160816; b=glRQtab2N0jzJMsdjQ91oL2INN4MFTTknOWpH/FcqRmIu2CHyGNRoJPqj1akNGizcf x1wWsWDrViTyGerq7uPz3fCV6ZHjdjbh62q6Fk2lnBrYRfooCSiv1qoJpsPBISg1idcU 1KAArBMGLYQeyvHsBhaA/7ERWiKPh36ugjTcMukzcQHmIJk4qiX6j4ZCENy40nrEVVTn DnthCCTMFTYDG34qQ2IhFtjobTnb2xHZ4qbdAkZQwHUIv7Xs4Uz6mHO30dDqnqaFhrhO evucOuCzK0hxiY7zmy5PDdGA3p6P2RrZP6r6X4A9eJ4mzlzaI9+npQCtQMEszcU4LZpO Zl4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=I6ZsC3CytOW/9FO1csbZkl8G5tN6r9JWNosv4FFPvkU=; b=Gb7iI4sMiwTdL3SB1N7/sKhNJjImoN/WV76Aj6aqrDjSPZ0Xil1FMWUJW/RevXFz24 bfvKHPyp5aXeSM2ReyU2M9oeYSJrftGndqQHzh4wdKhcVHSdyEE4aHlBDLeRIUzIJIZt cCTpqDDEuC70/mxcJNrYXYFBQTiheALMmWq0bdQoC8PjCdZqIVE/DON3MN50p5kjFytt 4K29XAn50MV2f2e625S9mbuS1P0JotAq8q+26WgS7EkBvxEFVO5lAOj/xmCZO1xyxlWl jhaKpnI735Z2qfGkSXLivDdwGhyvvC2su1yGnhGAiaeoE/gO1EuS6YlyJx8X5+D7U7q6 RVug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bc7si17467224plb.120.2018.12.04.08.48.11; Tue, 04 Dec 2018 08:48:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727084AbeLDQqC (ORCPT + 99 others); Tue, 4 Dec 2018 11:46:02 -0500 Received: from muru.com ([72.249.23.125]:56392 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726367AbeLDQqB (ORCPT ); Tue, 4 Dec 2018 11:46:01 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3F47580FA; Tue, 4 Dec 2018 16:46:03 +0000 (UTC) Date: Tue, 4 Dec 2018 08:45:57 -0800 From: Tony Lindgren To: Andreas Kemnade Cc: Stephen Boyd , Tero Kristo , bcousson@baylibre.com, letux-kernel@openphoenux.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, mturquette@baylibre.com, paul@pwsan.com Subject: Re: [PATCH v2 2/3] clk: ti: check clock type before doing autoidle ops Message-ID: <20181204164556.GB6707@atomide.com> References: <154353750560.88331.11814738542436183126@swboyd.mtv.corp.google.com> <20181130071534.0a6cd455@kemnade.info> <154356242517.88331.8496814814468751012@swboyd.mtv.corp.google.com> <9eb7b090-4803-d389-4112-3bf058385b2e@ti.com> <154356463284.88331.13323307899580657085@swboyd.mtv.corp.google.com> <20181130153729.GG53235@atomide.com> <154362191595.88331.15503578806026771935@swboyd.mtv.corp.google.com> <20181203153910.GA6707@atomide.com> <20181203172246.0e767a16@kemnade.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181203172246.0e767a16@kemnade.info> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andreas Kemnade [181204 06:17]: > On Mon, 3 Dec 2018 07:39:10 -0800 > Tony Lindgren wrote: > > The consumer device stays active just fine with PM runtime > > calls. So yes, the problem is keeping a clock controller forced > > active for the period of consumer device reset. Other than > > that typically autoidle can be just kept enabled. > > > Are we still talking about the same problem? Maybe I am losing track > here. Just to make sure. > The patch series was about disabling autoidle for devices which cannot > work with it during normal operation. Not during reset or something > like that. > Or is the keep-clock-active-during-reset just a requirement for bigger > restructuring ideas? Yeah there are two issues: The fix needed for the issue you brought up, and also how to let a reset driver to block autoidle for reset. Regards, Tony