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 48826C43217 for ; Tue, 15 Nov 2022 13:01:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229959AbiKONBh (ORCPT ); Tue, 15 Nov 2022 08:01:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229695AbiKONBf (ORCPT ); Tue, 15 Nov 2022 08:01:35 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 031896458; Tue, 15 Nov 2022 05:01:35 -0800 (PST) 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 9262A61736; Tue, 15 Nov 2022 13:01:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F204BC433D6; Tue, 15 Nov 2022 13:01:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668517294; bh=cghDh8Va/Q5LQMx7fDxebOXRPrb9UBTPEQAnugP4Wq8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UQEqRBZumHPNLBw3c3qmEi6My9KaZH222LzaWmJvlnzLzeFMIakStZP/DorPVjpiD 3qR2wS5R6A8NZZFardBqj6NayLGsZ/3Un70CGsQhlU9z/umUZs4IE6YdCn6NUA89bS Yv7D6Imc0lNIUkW6xpTj1j+voSA593SGyezGZxqkmGnkNjDs5pf+aEIZqIf+KnAIsw uOnoockxAbRYOTQZqJObCtRtDM4K/3IKw+T6WoVoBd1Rhu21iVbMx1tyDF6kKKcT+L b9uqd+uvapJrCSwQh10YeKYk5hxT5Dv+L8J7TE/AJ6PoOABExytcNeCn2lJDz3zba/ CTeXyA1rffzkQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1ouvYm-0002Cu-0D; Tue, 15 Nov 2022 14:01:04 +0100 Date: Tue, 15 Nov 2022 14:01:04 +0100 From: Johan Hovold To: Brian Masney Cc: Shazad Hussain , andersson@kernel.org, sboyd@kernel.org, agross@kernel.org, mturquette@baylibre.com, Konrad Dybcio , Vinod Koul , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] clk: qcom: gcc-sc8280xp: add cxo as parent for three ufs ref clks Message-ID: References: <20221115102217.6381-1-quic_shazhuss@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Tue, Nov 15, 2022 at 07:50:22AM -0500, Brian Masney wrote: > On Tue, Nov 15, 2022 at 03:52:17PM +0530, Shazad Hussain wrote: > > Added parent_data as CXO for three UFS reference clocks named, > > gcc_ufs_ref_clkref_clk, gcc_ufs_card_clkref_clk and > > gcc_ufs_1_card_clkref_clk. > > > > Fixes: d65d005f9a6c ("clk: qcom: add sc8280xp GCC driver") > > Link: https://lore.kernel.org/lkml/Y2Tber39cHuOSR%2FW@hovoldconsulting.com/ > > Signed-off-by: Shazad Hussain > > Put this Link beneath the --- since Bjorn will add one that's specific > to your patch when he adds it to his tree. I think it's ok to keep that Link if it was intended as a reference to the discussions leading up to this patch. There can be more than one Link tag, and this one is more in line with how Linus thinks they should be used than the ones added by tooling such as b4 when applying. Johan