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 1F114C4321E for ; Fri, 6 May 2022 12:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1392086AbiEFMoY (ORCPT ); Fri, 6 May 2022 08:44:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1392111AbiEFMoK (ORCPT ); Fri, 6 May 2022 08:44:10 -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 BA88F6438; Fri, 6 May 2022 05:40:26 -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 56ADC62010; Fri, 6 May 2022 12:40:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A57B5C385A9; Fri, 6 May 2022 12:40:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651840825; bh=yS8eoRknU8vfHA2ZcN4Bvr61OFldMWtiIxBIk0TPDw4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=frcsASHK5eNU3JFye+oDbZhLCzqMlU9dNbsjPCGF19cNFvGQxZHyjcmFbIDYhd5Ud 5tQkOYwTzCwdU1Nwxm+f0zulXuop2sAO/gNItkDWRKHU/hoN1qwXLFdsuPGe1eqLxi OLc28E9svfWyyvtuKpagv1FPWYSIlpIKCfxpfQn4sR5jq06wWuh7YNBBiT2DqJcfWf +15yJT82l12M5cchvu/a0Rgb4dvOi49PJHX4IX+DOutFApwnHnRFUhw0KnCeWL8NwX EgPEsYeTbbDvjvL6399E2hfnepAqpyYYD9LP3aDEPS4AMIAEM9jHBJYyfnk1wHQ9cU jwFWYO+6eb5Rw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1nmxFx-0007SO-Cy; Fri, 06 May 2022 14:40:26 +0200 Date: Fri, 6 May 2022 14:40:25 +0200 From: Johan Hovold To: Dmitry Baryshkov Cc: Manivannan Sadhasivam , Andy Gross , Bjorn Andersson , Stephen Boyd , Michael Turquette , Taniya Das , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Prasad Malisetty , Johan Hovold , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v4 2/5] clk: qcom: regmap: add pipe clk implementation Message-ID: References: <20220501192149.4128158-1-dmitry.baryshkov@linaro.org> <20220501192149.4128158-3-dmitry.baryshkov@linaro.org> <20220502101053.GF5053@thinkpad> <20220502111004.GH5053@thinkpad> <29819e6d-9aa1-aca9-0ff6-b81098077f28@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <29819e6d-9aa1-aca9-0ff6-b81098077f28@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, May 02, 2022 at 02:18:26PM +0300, Dmitry Baryshkov wrote: > On 02/05/2022 14:10, Manivannan Sadhasivam wrote: > > I don't understand this. How can you make this clock disabled? It just has 4 > > parents, right? > > It has 4 parents. It uses just two of them (pipe and tcxo). Really? I did not know that. Which are the other two parents and what would they be used for? Johan