From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751598AbdFFQsX (ORCPT ); Tue, 6 Jun 2017 12:48:23 -0400 Received: from mail-wr0-f178.google.com ([209.85.128.178]:36536 "EHLO mail-wr0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbdFFQsW (ORCPT ); Tue, 6 Jun 2017 12:48:22 -0400 Date: Tue, 6 Jun 2017 18:48:17 +0200 From: Daniel Lezcano To: Alexandre Belloni Cc: Nicolas Ferre , Thomas Gleixner , Boris Brezillon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] clockevents/tcb_clksrc: implement suspend/resume Message-ID: <20170606164817.GF2345@mai> References: <20170512182251.23948-1-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170512182251.23948-1-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 12, 2017 at 08:22:51PM +0200, Alexandre Belloni wrote: > On sama5d2, power to the core may be cut while entering suspend mode. It is > necessary to save and restore the TCB registers. > > Signed-off-by: Alexandre Belloni > --- > Changes in v2: > - use writel instead of __raw_writel > - Document sequence > - use ARRAY_SIZE(tcb_cache) instead of 3 > > drivers/clocksource/tcb_clksrc.c | 51 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 51 insertions(+) > > diff --git a/drivers/clocksource/tcb_clksrc.c b/drivers/clocksource/tcb_clksrc.c Hi, what should I do with this patch as the patched file is supposed to be removed [1]. -- Daniel [1] https://www.spinics.net/lists/kernel/msg2520390.html