From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752923AbbFFBl5 (ORCPT ); Fri, 5 Jun 2015 21:41:57 -0400 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 Date: Fri, 5 Jun 2015 18:41:53 -0700 From: Stephen Boyd To: Georgi Djakov Cc: mturquette@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2 5/5] clk: qcom: Add MSM8916 audio clocks 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 Content-Disposition: inline In-Reply-To: <1433508036-28644-6-git-send-email-georgi.djakov@linaro.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 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