From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v2 0/2] clk: qcom: MISC RCG changes for SDM845 Date: Tue, 2 Jan 2018 10:13:06 -0800 Message-ID: <20180102181306.GF7997@codeaurora.org> References: <1514877987-8082-1-git-send-email-anischal@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:47306 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbeABSNH (ORCPT ); Tue, 2 Jan 2018 13:13:07 -0500 Content-Disposition: inline In-Reply-To: <1514877987-8082-1-git-send-email-anischal@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Amit Nischal Cc: Michael Turquette , Andy Gross , David Brown , Rajendra Nayak , Odelu Kukatla , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org On 01/02, Amit Nischal wrote: > Changes in v2: > * Changed usage of clk_hw_is_prepared() to __clk_is_enabled() > in clk_rcg2_shared_ops to fix build test error. Please change it to read the hardware directly and not use __clk_is_enabled() or clk_hw_is_prepared(). -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project