From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH v3 1/3] ARM: shmobile: sh73a0: wait for completion when kicking the clock Date: Thu, 21 Mar 2013 22:25:23 +0900 Message-ID: <20130321132522.GA22565@verge.net.au> References: <1362054120-8600-1-git-send-email-g.liakhovetski@gmx.de> <1362054120-8600-2-git-send-email-g.liakhovetski@gmx.de> <20130301025222.GA32306@verge.net.au> <20130319034214.GB21444@verge.net.au> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-sh-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Magnus Damm Cc: Guennadi Liakhovetski , linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Rafael J. Wysocki" , cpufreq@vger.kernel.org On Tue, Mar 19, 2013 at 02:15:29PM +0900, Magnus Damm wrote: > On Tue, Mar 19, 2013 at 12:42 PM, Simon Horman wrote: > > On Fri, Mar 01, 2013 at 11:52:25AM +0900, Simon Horman wrote: > >> On Thu, Feb 28, 2013 at 01:21:58PM +0100, Guennadi Liakhovetski wrote: > >> > To reconfigure clocks, controlled by FRQCRA and FRQCRB, a kick bit has to > >> > be set and to make sure the setting has taken effect, it has to be read > >> > back repeatedly until it is cleared by the hardware. This patch adds the > >> > waiting part, that was missing until now. > >> > > >> > Signed-off-by: Guennadi Liakhovetski > >> > >> This patch seems to be ready to be applied. > >> > >> Magnus, could I get a review from you? > > > > Magnus, ping. > > Thanks for the ping. This patch looks good to me. > > Acked-by: Magnus Damm Thanks, applied to the soc branch. > Now if we could do the same thing for the MSTP bits too then that > would be excellent... > > / magnus >