From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754558AbbGXRZd (ORCPT ); Fri, 24 Jul 2015 13:25:33 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:52483 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752532AbbGXRZb (ORCPT ); Fri, 24 Jul 2015 13:25:31 -0400 Message-ID: <55B27509.8080108@codeaurora.org> Date: Fri, 24 Jul 2015 10:25:29 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Georgi Djakov CC: agross@codeaurora.org, mturquette@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2 1/5] clk: qcom: Enable gpll0_vote rate propagation on MSM8916 References: <1437757119-6910-1-git-send-email-georgi.djakov@linaro.org> <1437757119-6910-2-git-send-email-georgi.djakov@linaro.org> In-Reply-To: <1437757119-6910-2-git-send-email-georgi.djakov@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/24/2015 09:58 AM, Georgi Djakov wrote: > Currently we are missing the SET_RATE_PARENT flag on gpll0_vote and > as a result of that, when it has a child with SET_RATE_PARENT flag, > the rate of the child is not propagated up to the gpll0. Fix that > by adding the SET_RATE_PARENT flag to gpll0_vote. > > Signed-off-by: Georgi Djakov This doesn't make any sense. GPLL0 doesn't change rate, so having the flag here on the GPLL0 vote clock doesn't help anything. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project