Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755930AbdLVAeS (ORCPT ); Thu, 21 Dec 2017 19:34:18 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57834 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755786AbdLVAeO (ORCPT ); Thu, 21 Dec 2017 19:34:14 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 47A5960287 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:12 -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 3/3] clk: at91: pmc: Support backup for programmable clocks Message-ID: <20171222003412.GX7997@codeaurora.org> References: <20171211165535.5126-1-romain.izard.pro@gmail.com> <20171211165535.5126-4-romain.izard.pro@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171211165535.5126-4-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: 551 Lines: 15 On 12/11, Romain Izard wrote: > When an AT91 programmable clock is declared in the device tree, register > it into the Power Management Controller driver. On entering suspend mode, > the driver saves and restores the Programmable Clock registers to support > the backup mode for these clocks. > > Signed-off-by: Romain Izard > Acked-by: Nicolas Ferre > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project