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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70595C433FE for ; Mon, 23 May 2022 08:56:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232165AbiEWI4x (ORCPT ); Mon, 23 May 2022 04:56:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232081AbiEWI4t (ORCPT ); Mon, 23 May 2022 04:56:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6715D11C; Mon, 23 May 2022 01:56:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 371D260F00; Mon, 23 May 2022 08:56:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 918FCC385A9; Mon, 23 May 2022 08:56:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653296204; bh=Q5eUJXYpAGTyVW1k30SbejcbHGQMhf5cXtb9Q2uVNRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f3MJbXYCAD3sent/cH8XqNpG3Q9+bKHwE/DKb/wmurC9RyRjIwhRpgOF2GNck5Xot Mfg4QS87qP0Zu6aPJh7ZkuQunIfGDo0OcazVIXtrQji8GrvcV/Rmm4iBckAFEubZiV rEYdTTqpXd888ZuCERhBLcbcqzNMl/QDh78/gYXekEfZ1mfgwefpWEZeqA6nFuNsfj Ddu4Ay0d1ZwZLez4Tt97VVK3LAEVAJ7MJvWDCcvfuS0h7tqkTmUPxmx9ml17EAbHrY vvgyhntvjQlDD4WBFhLyKfe571+tJ4SkV6YODpp35eJyoNPYD5e/m8NfSAPRMeZMHv keIfMzYgrGbfg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1nt3rl-0000hY-HM; Mon, 23 May 2022 10:56:41 +0200 Date: Mon, 23 May 2022 10:56:41 +0200 From: Johan Hovold To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Stephen Boyd , Michael Turquette , Taniya Das , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Johan Hovold , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-pci@vger.kernel.org, Prasad Malisetty Subject: Re: [PATCH v7 8/8] PCI: qcom: Drop manual pipe_clk_src handling Message-ID: References: <20220521005343.1429642-1-dmitry.baryshkov@linaro.org> <20220521005343.1429642-9-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220521005343.1429642-9-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Sat, May 21, 2022 at 03:53:43AM +0300, Dmitry Baryshkov wrote: > Manual reparenting of pipe_clk_src is being replaced with the parking of > the clock with clk_disable()/clk_enable() in the phy driver. Drop > redundant code switching of the pipe clock between the PHY clock source > and the safe bi_tcxo. > > Cc: Prasad Malisetty > Reviewed-by: Bjorn Andersson > Signed-off-by: Dmitry Baryshkov You forgot to add my Reviewed-by and Tested-by yet again. Johan