From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161043Ab3BGTOF (ORCPT ); Thu, 7 Feb 2013 14:14:05 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:40265 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759032Ab3BGTOC (ORCPT ); Thu, 7 Feb 2013 14:14:02 -0500 Message-ID: <5113FCF8.1060402@wwwdotorg.org> Date: Thu, 07 Feb 2013 12:14:00 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Mike Turquette CC: Peter De Schrijver , Stephen Warren , Prashant Gaikwad , Joseph Lo , linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: tegra: Add missing spinlock for hclk and pclk References: <1360255064-28833-1-git-send-email-pdeschrijver@nvidia.com> <20130207174906.11471.47056@quantum> In-Reply-To: <20130207174906.11471.47056@quantum> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/07/2013 10:49 AM, Mike Turquette wrote: > Quoting Peter De Schrijver (2013-02-07 08:37:35) >> The hclk and pclk clocks are controlled by the same register. Hence a lock is >> required to avoid corruption. >> >> Signed-off-by: Peter De Schrijver > > I assume this is going through the tegra tree with the other ccf > patches, so: > > Acked-by: Mike Turquette I've applied this to Tegra's for-3.9/soc-ccf-fixes branch.