From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] clk: qcom: mmcc-8996: Remove clocks that should be controlled by RPM Date: Wed, 11 May 2016 15:22:36 -0700 Message-ID: <20160511222236.GH3492@codeaurora.org> References: <1462959452-21367-1-git-send-email-architt@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:52132 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751129AbcEKWWi (ORCPT ); Wed, 11 May 2016 18:22:38 -0400 Content-Disposition: inline In-Reply-To: <1462959452-21367-1-git-send-email-architt@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Archit Taneja Cc: linux-arm-msm@vger.kernel.org On 05/11, Archit Taneja wrote: > The branch clocks MMSS_MMAGIC_AXI_CLK and MMAGIC_BIMC_AXI_CLK are > controlled by RPM when the APPs processor enable or disable the > RPM_MMAXI_CLK. > > During the boot sequence, someone can enable the RPM_MMAXI_CLK, resulting > in register status bits showing that these clocks are enabled, our > clock driver may look at the enabled status of these clocks and try to > disable them since it thinks they are unused. > > Don't make the clock driver touch these clocks. > > Signed-off-by: Archit Taneja > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project