From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753009AbbCYLxP (ORCPT ); Wed, 25 Mar 2015 07:53:15 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:57583 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752136AbbCYLtx (ORCPT ); Wed, 25 Mar 2015 07:49:53 -0400 From: "Rafael J. Wysocki" To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, tglx@linutronix.de, Linux PM list Subject: Re: [PATCH 00/09] Some kernel/time cleanups (related to timer_suspend/resume) Date: Wed, 25 Mar 2015 13:13:51 +0100 Message-ID: <2450480.24OCjXdgSB@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/3.19.0+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <4241632.Wi7SZdKMQs@vostro.rjw.lan> References: <20150216121435.203983131@infradead.org> <4241632.Wi7SZdKMQs@vostro.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, March 25, 2015 01:04:23 PM Rafael J. Wysocki wrote: > Hi, > > On Monday, February 16, 2015 01:14:35 PM Peter Zijlstra wrote: > > Hi, > > > > While working with Rafael on the suspend to idle machinery Thomas made these > > cleanups; since one might as well clean code up while you've done the work of > > thinking through it again. > > > > As it stands there's very little overlap between Rafael's series and this one > > aside from a few trivial fixups. So we'll merge them seperately. > > Since some of the original Thomas' patches needed to be rebased on top of the > suspend-to-idle material that went in during the 4.0 merge window, I did > that with the patches related to the suspending/resuming of ticks which > follow. I forgot to mention that I'd tested these vs suspend-to-idle and suspend-to-RAM on a couple of different systems and they don't seem to break anything for me. Also I have a plan to make the compilation of some PM-related stuff conditional on CONFIG_PM_SLEEP etc. on top of these. Rafael