From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH v3 00/47] kernel: Add support for power-off handler call chain Date: Mon, 27 Oct 2014 18:43:20 +0100 Message-ID: <20141027174320.GI2006@localhost> References: <1414425354-10359-1-git-send-email-linux@roeck-us.net> <20141027160324.GD10814@saruman> <20141027171617.GA19379@roeck-us.net> <20141027173310.GB16005@saruman> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-lb0-f173.google.com ([209.85.217.173]:47584 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752213AbaJ0Rqb (ORCPT ); Mon, 27 Oct 2014 13:46:31 -0400 Content-Disposition: inline In-Reply-To: <20141027173310.GB16005@saruman> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Felipe Balbi Cc: Guenter Roeck , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Alan Cox , Alexander Graf , Andrew Morton , Geert Uytterhoeven , Heiko Stuebner , Lee Jones , Len Brown , Pavel Machek , "Rafael J. Wysocki" , Romain Perier , Johan Hovold On Mon, Oct 27, 2014 at 12:33:10PM -0500, Felipe Balbi wrote: > On Mon, Oct 27, 2014 at 10:16:17AM -0700, Guenter Roeck wrote: > > On Mon, Oct 27, 2014 at 11:03:24AM -0500, Felipe Balbi wrote: > > > Adding Johan, who's working on RTC power off for AM335x devices > > > > > Hi Felipe, > > > > is that the rtc-omap driver ? > > yes it is. > > > I am tracking linux-next for related changes. As new power-off handlers are > > introduced, I prepare patches for those as well. I currently have patches for > > the following two drivers in the queue: > > drivers/regulator/act8865-regulator.c > > drivers/rtc/rtc-omap.c > > > > I plan to send review requests for those patches in a week or so (I think > > there is still some change pending to the power-off function in the rtc-omap > > driver, and I want to wait for it). > > yeah, Johan's working on that. It's finished. I just sent the final version to akpm this morning (adding a single mdelay), so you should be fine basing any conversion on either v2 (in mmotm) or v3. Johan