From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DA80D1CAA2; Thu, 4 Jan 2024 08:30:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oen5qtXA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94E2DC433C8; Thu, 4 Jan 2024 08:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704357026; bh=JUVtlUJqIjwvTWxtaetbdpmTuo+79ScvueqKYpGwJA4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oen5qtXAbuHqj8a+doaOBLofKIyPNKhN1k84UcEmO1pLljuymsPS0BvGBCFou48Bg MpWFFJDFWcpKqHWtqhLAZxfEPIx84k7GSDBzPyru8fQuH5r187SpHvVcYyqsFgvNLx 3tPjlvACqTTq3Y/RbbJbFn/OzFZw18yDlfK2OcJBSVfnpDjzLHjS7WSKIZHym2YS3p F1U6irpje9K/+Z177UuathtMvqKNcEYkCDPWvdJMQ5qU7FriDG900GBCW4uW1F13Yk Jam27zpFhhx6htWIc6zUG8yj57IqimNE0vJRAVGbRJ+gZKfZjtc+pD9z8IT4Esirq8 UP1n6olsyHVAw== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1rLJ7O-0007ZV-1s; Thu, 04 Jan 2024 09:30:23 +0100 Date: Thu, 4 Jan 2024 09:30:22 +0100 From: Johan Hovold To: Konrad Dybcio Cc: Bjorn Andersson , Andy Gross , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marijn Suijten , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bryan O'Donoghue Subject: Re: [PATCH v5 02/12] clk: qcom: Use qcom_branch_set_clk_en() Message-ID: References: <20230717-topic-branch_aon_cleanup-v5-0-99942e6bf1ba@linaro.org> <20230717-topic-branch_aon_cleanup-v5-2-99942e6bf1ba@linaro.org> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230717-topic-branch_aon_cleanup-v5-2-99942e6bf1ba@linaro.org> On Wed, Jan 03, 2024 at 02:36:00PM +0100, Konrad Dybcio wrote: > Instead of magically poking at the bit0 of branch clocks' CBCR, use > the newly introduced helper. > > Reviewed-by: Bryan O'Donoghue > Signed-off-by: Konrad Dybcio > --- > drivers/clk/qcom/camcc-sc8280xp.c | 6 ++---- > drivers/clk/qcom/dispcc-sc8280xp.c | 4 ++-- > drivers/clk/qcom/gcc-sc8280xp.c | 25 ++++++++++--------------- > drivers/clk/qcom/gpucc-sc8280xp.c | 9 +++------ I only reviewed the sc8280xp ones, and with the updated comment this looks good to me now: Reviewed-by: Johan Hovold Johan