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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 8734AC19437 for ; Wed, 9 Dec 2020 02:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5598923A75 for ; Wed, 9 Dec 2020 02:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726483AbgLICVu (ORCPT ); Tue, 8 Dec 2020 21:21:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:59890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725283AbgLICVu (ORCPT ); Tue, 8 Dec 2020 21:21:50 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607480470; bh=WT8uMkIgKNBN83uC2I/u3BLNaEQfVrbj73eqAJizD0s=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=LbgLHWcXRhEhXAFLR0hAcCso7IVVPje1UJAhAQ+5bbgdw9AjSgM8AOqn0lHOVr7Bt apkawj38xBBoH2fUXAB6I86Mg9johh8e8MV1a4o3Kt1CgRxPLHBn+Fx9BExmEa/1WT KRG5V+o+Eg2huML/xRZvKn9xqPT3EnN9IZoqNiV144xNmp/6KzyJEoXcT4OkCfhSfp XOduhPHE39QD8sJMEVKRe80bvW+be+d5bheq7acHeoVcfgIdrEJ5tdnh3hV9/xBuO3 U1yNJYSh9v45TgilzY/BAXbEWXU/RAynaz0uUIrxF+fIYB5ohc9amxLd0BtALYaPLv sTfMTR2zHlnOg== MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20201119130720.63140-2-tony@atomide.com> References: <20201119130720.63140-1-tony@atomide.com> <20201119130720.63140-2-tony@atomide.com> Subject: Re: [PATCH 1/7] clk: ti: omap4: Drop idlest polling from IVA clkctrl clocks From: Stephen Boyd Cc: =?utf-8?q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, Michael Turquette , Suman Anna , Tero Kristo , Roger Quadros , Santosh Shilimkar To: Tony Lindgren , linux-omap@vger.kernel.org Date: Tue, 08 Dec 2020 18:21:08 -0800 Message-ID: <160748046888.1580929.12704153857017758692@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Quoting Tony Lindgren (2020-11-19 05:07:14) > Similar to what we've done for IPU and DSP let's ignore the status bit > for the IVA clkctrl register. >=20 > The clkctrl status won't change unless the related rstctrl is deasserted, > and the rstctrl status won't change unless the clkctrl is enabled. >=20 > Cc: linux-clk@vger.kernel.org > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Suman Anna > Cc: Tero Kristo > Signed-off-by: Tony Lindgren > --- Acked-by: Stephen Boyd