From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbcFAWSP (ORCPT ); Wed, 1 Jun 2016 18:18:15 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:32777 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbcFAWSL (ORCPT ); Wed, 1 Jun 2016 18:18:11 -0400 Date: Wed, 1 Jun 2016 15:18:09 -0700 From: Stephen Boyd To: Abhishek Sahu Cc: andy.gross@linaro.org, david.brown@linaro.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, mturquette@baylibre.com, galak@codeaurora.org, pradeepb@codeaurora.org, mmcclint@codeaurora.org, varada@codeaurora.org, sricharan@codeaurora.org, architt@codeaurora.org, ntelkar@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values Message-ID: <20160601221808.GI28218@codeaurora.org> References: <1464618758-20965-1-git-send-email-absahu@codeaurora.org> <1464618758-20965-2-git-send-email-absahu@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464618758-20965-2-git-send-email-absahu@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/30, Abhishek Sahu wrote: > Modified the fixed clock rate initialization in the IPQ4019 clock > probe function with correct values. > > Also some of the fixed clocks entries were not added in the current > driver file so added the same. > > Signed-off-by: Abhishek Sahu This was a temporary solution until the PLL recalc code could be written. When is the real clk driver coming so we can get rid of these fixed rate clks being registered in this driver? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project