From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v2 5/5] clk: qcom: Add MSM8916 audio clocks Date: Fri, 5 Jun 2015 18:41:53 -0700 Message-ID: <20150606014153.GI29237@codeaurora.org> References: <1433508036-28644-1-git-send-email-georgi.djakov@linaro.org> <1433508036-28644-6-git-send-email-georgi.djakov@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:52648 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbbFFBlz (ORCPT ); Fri, 5 Jun 2015 21:41:55 -0400 Content-Disposition: inline In-Reply-To: <1433508036-28644-6-git-send-email-georgi.djakov@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Georgi Djakov Cc: mturquette@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On 06/05, Georgi Djakov wrote: > @@ -190,6 +193,76 @@ static const char *gcc_xo_gpll0a_gpll1_gpll2[] = { > "gpll2_vote", > }; > > +static const struct parent_map gcc_xo_gpll0_gpll1_sleep_map[] = { > + { P_XO, 0 }, > + { P_GPLL0, 1 }, > + { P_GPLL1, 2 }, > + { P_SLEEP_CLK, 6 } > +}; > + > +static const char *gcc_xo_gpll0_gpll1_sleep[] = { Please make these new ones const char * const now that we've fixed that problem in the clk framework -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project