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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7905CC43334 for ; Mon, 18 Jul 2022 22:23:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T8SVGo6JX+I7Qflvx+G5RCRcitQnW4voncqjsi1lUXo=; b=KS6SHBCvV5js1s G9JGCjThnmaIj4oSMMBFgt/7cPR0CFuQdxRD2ZvIIn0p9QZ+uH08lWw6rK91QDKURgFFUXlCBTRvf jHaL4FzH5pGmO/1H4XU7I65nIiFOlyVDNKKDP9G73lJuYSYgRoDVgoDQxIF+pp0tlm2jBWRjDP0+A E3XRGgBd83N0pbTISnzpUxNs+c4eF7dn/gx4Bg5LP3dl9n9VTbJ44t4oJa1uDuDgg6YiPcenLMwvo MPIC78a1uBST8V9mC4uAoP4p1iNDDE9y093ELhDu7VQlaVZ6GYnMybRypzqASzw17pSuHlNmFlNAj u9V9TWOl6o9Nm2zBGs+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oDZ8V-00276g-Im; Mon, 18 Jul 2022 22:22:43 +0000 Received: from madras.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e5ab]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oDZ8S-0026ut-Rh for linux-arm-kernel@lists.infradead.org; Mon, 18 Jul 2022 22:22:42 +0000 Received: from notapiano (pool-98-113-53-228.nycmny.fios.verizon.net [98.113.53.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madras.collabora.co.uk (Postfix) with ESMTPSA id 244E466019F3; Mon, 18 Jul 2022 23:22:36 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1658182956; bh=ZtaFeUkq1jYD1KkAdKtkGmQDm6nyXB5ITHnEHsXVkLo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GYq3dgaY7yFDp96HSAeWfP4klcykjmMYkTNIPSDlNOBHlZCWdd3037EgUEEvpnGFa DVHFzWIKAq37znRj4IeTEr9Fsybh8GcRJdKkQLFYuLCYOCYAs/pvlPZ/XOLdnSbpwA y5ojemF2ezxyJ3Xe52EQ4cKEDV1si/tSk926WCsc8haNDGiejZA+9Cp18L2MUSaGdS tKOUoDAGWQm7yFC8wG2kuqLluW1u8WDqW+ggclzxG0x6cfBCsMmlw/vz+SMUbDlXIF DnN09LuR4KSWJAtuwGiVQRkKS7GeDXf5fimTKtZBy9HwbzCl/QDCz1+uSOq2t4+j7E VmedVrZGXJRhQ== Date: Mon, 18 Jul 2022 18:22:32 -0400 From: =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado To: Chen-Yu Tsai Cc: Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno Subject: Re: [PATCH v2 2/2] clk: core: Fix runtime PM sequence in clk_core_unprepare() Message-ID: <20220718222232.lffgerc6qfi6jnha@notapiano> References: <20220713082111.2233016-1-wenst@chromium.org> <20220713082111.2233016-3-wenst@chromium.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220713082111.2233016-3-wenst@chromium.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220718_152241_040742_75160542 X-CRM114-Status: GOOD ( 11.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jul 13, 2022 at 04:21:11PM +0800, Chen-Yu Tsai wrote: > In the original commit 9a34b45397e5 ("clk: Add support for runtime PM"), > the commit message mentioned that pm_runtime_put_sync() would be done > at the end of clk_core_unprepare(). This mirrors the operations in > clk_core_prepare() in the opposite order. > = > However, the actual code that was added wasn't in the order the commit > message described. Move clk_pm_runtime_put() to the end of > clk_core_unprepare() so that it is in the correct order. > = > Fixes: 9a34b45397e5 ("clk: Add support for runtime PM") > Signed-off-by: Chen-Yu Tsai Reviewed-by: N=EDcolas F. R. A. Prado Thanks, N=EDcolas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel