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 1F479ECAAA1 for ; Fri, 28 Oct 2022 12:48:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230004AbiJ1Msu (ORCPT ); Fri, 28 Oct 2022 08:48:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbiJ1Mst (ORCPT ); Fri, 28 Oct 2022 08:48:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EFB61D5862; Fri, 28 Oct 2022 05:48:48 -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 0B4D26282D; Fri, 28 Oct 2022 12:48:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA151C433D6; Fri, 28 Oct 2022 12:48:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666961327; bh=LSwr3Q1J/pGFCWnuuN96Iwb8nLI745MpukwHAe01huk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BZZf13BfwEldKVyJNfqKMIqkWhYZjELSwbhUUScyaOYn/SHMZqRrvRo0aothu4efI qU9xkJCYBo7rbd/cxm8aNqbmtMZX/HeGp8lrCToIQQzS9+A8vyo6jaKg8nxWSEV9hh yEav3BQS7wb1NB5ceqhOenjClEwrBmQBDpou2VEseGkoOQSlizACxY1ds6a3zDzX7x IzamiEZMmRDqmFw0HSGBBN9YqHYDl+WzfAAThCdE+P9axR1yEsq7WHSFXvPoit8n2R yX36iYG3wbdQzNxXifRvo/x2J3C9lh/FivJYdi1/vlLGBHa92iUOy/ckjcmFLTuF+1 XRlG7/rWivHXw== Date: Fri, 28 Oct 2022 18:18:43 +0530 From: Vinod Koul To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , Dmitry Baryshkov , Kishon Vijay Abraham I , Konrad Dybcio , Michael Turquette , Taniya Das , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH v4 3/3] phy: qcom-qmp-ufs: provide symbol clocks Message-ID: References: <20220916061740.87167-1-dmitry.baryshkov@linaro.org> <20220916061740.87167-4-dmitry.baryshkov@linaro.org> <20220930005647.99FE7C433D6@smtp.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220930005647.99FE7C433D6@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 29-09-22, 17:56, Stephen Boyd wrote: > Quoting Dmitry Baryshkov (2022-09-15 23:17:40) > > Register three UFS symbol clocks (ufs_rx_symbol_0_clk_src, > > ufs_rx_symbol_1_clk_src ufs_tx_symbol_0_clk_src). Register OF clock > > provider to let other devices link these clocks through the DT. > > > > Signed-off-by: Dmitry Baryshkov > > --- > > The previous two are on clk-fixed-rate branch if you want to pull it. Okay, i dont think there is a compile time dependency, so these can go independently.. -- ~Vinod