Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755760AbdLVAeN (ORCPT ); Thu, 21 Dec 2017 19:34:13 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57678 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752165AbdLVAeK (ORCPT ); Thu, 21 Dec 2017 19:34:10 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org BA50060287 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Thu, 21 Dec 2017 16:34:08 -0800 From: Stephen Boyd To: Romain Izard Cc: Boris Brezillon , Michael Turquette , Alexandre Belloni , Nicolas Ferre , Ludovic Desroches , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 1/3] clk: at91: pmc: Wait for clocks when resuming Message-ID: <20171222003408.GV7997@codeaurora.org> References: <20171211165535.5126-1-romain.izard.pro@gmail.com> <20171211165535.5126-2-romain.izard.pro@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171211165535.5126-2-romain.izard.pro@gmail.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 Content-Length: 554 Lines: 15 On 12/11, Romain Izard wrote: > Wait for the syncronization of all clocks when resuming, not only the > UPLL clock. Do not use regmap_read_poll_timeout, as it will call BUG() > when interrupts are masked, which is the case in here. > > Signed-off-by: Romain Izard > Acked-by: Ludovic Desroches > Acked-by: Nicolas Ferre > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project