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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D3F4C10F25 for ; Mon, 9 Mar 2020 22:21:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0919424654 for ; Mon, 9 Mar 2020 22:21:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583792468; bh=pD+eGu+hEoThcdzbPg/WPBPpZdkfW1suNVWp40wMcW4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=Y1ziHk9F8SXipOrdNDZTU16Eg9iAB9QFTOz0sIbR61+DObhY46Oh6uJoihk+t3jLr 20njtv1HuttrkvJLoXsk62KmfIbl2hb2ap5Vmrt/LvBu9wGHtsYwcvfOcl+hgnH4gn iEZpj/AcLSDKD7VG7zqNby2PNoy+yBLRxpQeo/Gs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727283AbgCIWVG (ORCPT ); Mon, 9 Mar 2020 18:21:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:57794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726536AbgCIWVF (ORCPT ); Mon, 9 Mar 2020 18:21:05 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8A65024670; Mon, 9 Mar 2020 22:21:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583792464; bh=pD+eGu+hEoThcdzbPg/WPBPpZdkfW1suNVWp40wMcW4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=DowT9PWK9XYr9G49bemhQEPfKpHY0thsRlPFNxEvURxNYUogfnzl0l0bNiI2aOl/q /YI9xKOt4eajO8SnNaw4RnVZjLuwG1tKyMUpvckZ6UdykVRSwQPBDn8xWd/d+Gy7Zf Woih6nXt9OLAy7vVe8hPAVd6TJ9ajr5plZD3ijaA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200224045003.3783838-3-vkoul@kernel.org> References: <20200224045003.3783838-1-vkoul@kernel.org> <20200224045003.3783838-3-vkoul@kernel.org> Subject: Re: [PATCH v4 2/5] clk: qcom: clk-alpha-pll: Refactor trion PLL From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Taniya Das , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Andy Gross , Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, psodagud@codeaurora.org, tsoni@codeaurora.org, jshriram@codeaurora.org, vnkgutta@codeaurora.org, Vinod Koul To: Vinod Koul Date: Mon, 09 Mar 2020 15:21:03 -0700 Message-ID: <158379246365.66766.2439361033044035371@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Vinod Koul (2020-02-23 20:50:00) > From: Taniya Das >=20 > Remove duplicate function for calculating the round rate of PLL and also > update the trion pll ops to use the common function. >=20 > Signed-off-by: Taniya Das > Signed-off-by: Venkata Narendra Kumar Gutta > Signed-off-by: Vinod Koul > --- Applied to clk-next