From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753042AbcBZCLd (ORCPT ); Thu, 25 Feb 2016 21:11:33 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:45040 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752727AbcBZCLb (ORCPT ); Thu, 25 Feb 2016 21:11:31 -0500 Date: Thu, 25 Feb 2016 18:11:29 -0800 From: Stephen Boyd To: Shawn Lin Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: skip unnecessary set_phase if nothing to do Message-ID: <20160226021129.GQ28849@codeaurora.org> References: <1456449952-27551-1-git-send-email-shawn.lin@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456449952-27551-1-git-send-email-shawn.lin@rock-chips.com> 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 02/26, Shawn Lin wrote: > Let's compare the degrees from clk_set_rate with > clk->core->phase. If the requested drgrees is already > there, skip the following steps. > > Signed-off-by: Shawn Lin > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project