From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 10/13] clk: qcom: support for Huayra PLL Date: Fri, 8 Dec 2017 16:18:22 -0800 Message-ID: <20171209001822.GE7997@codeaurora.org> References: <1506621050-10129-1-git-send-email-absahu@codeaurora.org> <1506621050-10129-11-git-send-email-absahu@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <1506621050-10129-11-git-send-email-absahu@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Abhishek Sahu Cc: Michael Turquette , Andy Gross , David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On 09/28, Abhishek Sahu wrote: > Following are the major differences in Huayra PLL > > 1. PLL Alpha Value is 16 bits > 2. Depending on alpha_mode, the pll_alpha_val can be treated as > M/N value or as a two’s compliment number. > 3. Huayra PLL supports PLL dynamic programming. User can change > L_VAL, without having to go through the power on sequence. > > Since the decoding of alpha val and dynamic programming are > completely different from other Alpha PLL’s so this patch > made adds separate functions for Huayra PLL. > > Signed-off-by: Abhishek Sahu > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project