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 28CF5C4167B for ; Fri, 9 Dec 2022 01:23:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229498AbiLIBW6 (ORCPT ); Thu, 8 Dec 2022 20:22:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbiLIBW5 (ORCPT ); Thu, 8 Dec 2022 20:22:57 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 069805BD75; Thu, 8 Dec 2022 17:22:57 -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 9521662103; Fri, 9 Dec 2022 01:22:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFD1CC433EF; Fri, 9 Dec 2022 01:22:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670548976; bh=EGbFc3zNer0a5qa8eKg+GATLk/pdezkNFQifEeZaRHs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=jmb1FVdpSh+mFR0hnt8WkFf4Ixn+RsCdz0LLNFMOqHR84YcRy4inXAAPVzawHbK29 W70YbAKjxWRJL2K1bXz3CH/L6bxh+bjn5ApSJbDEDFejTWQWn72j5Nzz6HalEeh5ab 9mSmO4jmtqUoTzD8Vvd9mS8lvVcRgCPL7bfmu8sc3WjKpjjVarycrqgvfxizYLJ0wn 5dv4VCLEaiUCmRIE9Wcb813M9NSXN2kdiCtzC5CduV7O6vh4amm6h+J5KiVtnvyC2F H8MAIMEEUNEi3DsA94NrCERaop0xZrf1VGfMCPnowRq5AzXKY8654AMDYkwrFnQ8Um vpX+z2g9x5pTQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221208141912.47262-1-dmitry.baryshkov@linaro.org> References: <20221208141912.47262-1-dmitry.baryshkov@linaro.org> Subject: Re: [PATCH 1/3] clk: qcom: dispcc-sm6115: use parent_hws for disp_cc_mdss_rot_clk From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org To: Andy Gross , Bjorn Andersson , Dmitry Baryshkov Date: Thu, 08 Dec 2022 17:22:52 -0800 User-Agent: alot/0.10 Message-Id: <20221209012255.DFD1CC433EF@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Dmitry Baryshkov (2022-12-08 06:19:10) > Rework disp_cc_mdss_rot_clk to use parent_hws isntead of parent_names. s/isntead/instead/ >=20 > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd