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 21BEDC38A02 for ; Fri, 28 Oct 2022 13:08:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230231AbiJ1NIX (ORCPT ); Fri, 28 Oct 2022 09:08:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230415AbiJ1NH6 (ORCPT ); Fri, 28 Oct 2022 09:07:58 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B03E18B769 for ; Fri, 28 Oct 2022 06:07:56 -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 sin.source.kernel.org (Postfix) with ESMTPS id AEFDDCE2B25 for ; Fri, 28 Oct 2022 13:07:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 441A0C433D6; Fri, 28 Oct 2022 13:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666962472; bh=EMSF72jMfi+VBIYUxvP5jSW6Mps48VRoA54UWMBEQfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EaYJIDJOMqNlY5NRc6xQ5p8lVniHraFz1U6qqpeDzEQRCU5HNWg7DQi5vVoAs6jxP vk0NWRPMjhDsKk9r1/xavMpq+ytxv7ogGmBZCdR1BPGYeB7/ZDo7w6w1rLTp+wNkyG omLZzrRlmMIkKdwJh0X1yuJi34xeYJpaQIWDB1MB2V30/NMYfgPvHmXMnsnyDkbUhS cqZoRWchF25kMOvosAHh7C+sQA5sRZ0MJ9XAWWX4O1in1G2Zs+xkX+BoqYMfxbWahT z2K8onO+C4uObv16MNWV9Pnn+50MbeYCBX4w4Y1zQ7FqdnzitcgH5GKq5iqtW0yp/j xK2cskF3ljF+g== Date: Fri, 28 Oct 2022 18:37:48 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, Johan Hovold Subject: Re: [PATCH v5] phy: qcom-qmp-ufs: provide symbol clocks Message-ID: References: <20221028125148.264833-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221028125148.264833-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 28-10-22, 15:51, Dmitry Baryshkov wrote: > 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. Sorry doesnt apply, please rebase once updated next is availble later tonight -- ~Vinod