From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933672AbdERO7l (ORCPT ); Thu, 18 May 2017 10:59:41 -0400 Received: from muru.com ([72.249.23.125]:48136 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932227AbdERO72 (ORCPT ); Thu, 18 May 2017 10:59:28 -0400 Date: Thu, 18 May 2017 07:59:24 -0700 From: Tony Lindgren To: Dave Gerlach Cc: Santosh Shilimkar , Russell King , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Keerthy J Subject: Re: [PATCH 0/8] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support Message-ID: <20170518145923.GB10472@atomide.com> References: <20170329015801.22240-1-d-gerlach@ti.com> <20170329171314.GD10760@atomide.com> <20170516154717.GF31418@atomide.com> <597b3b18-154d-9e81-35c3-4790d813031b@ti.com> <0bf4723f-dd94-bbbf-21a8-2ec60dff58cb@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0bf4723f-dd94-bbbf-21a8-2ec60dff58cb@ti.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dave Gerlach [170518 07:23]: > Tony, > On 05/16/2017 10:49 AM, Dave Gerlach wrote: > > On 05/16/2017 10:47 AM, Tony Lindgren wrote: > > > * Dave Gerlach [170329 11:52]: > > > > Hi Tony, > > > > On 03/29/2017 12:13 PM, Tony Lindgren wrote: > > > > > * Dave Gerlach [170328 19:00]: > > > > > > Hi, > > > > > > This series contains the remaining code to enable suspend to mem and > > > > > > standby on > > > > > > am335x and am437x platforms. It depends on the ti-emif-sram series sent > > > > > > here [1]. > > > > > > > > > > Looks good to me in general. To remove the dependency, can some > > > > > of this be merged separately without breaking things before [1]? > > > > > Maybe by disabling some of the PM states until [1] is in place? > > > > > > > > Thanks for the feedback. Actually, patch 7 is the only patch with a > > > > dependency to [1]. The rest of the patches just add platform PM support > > > > needed for suspend but won't do much of anything until patch 7 actually > > > > enables the suspend states, so there is no reason why patches 1-6 and patch > > > > 8 can't be merged now. > > > > > > I'm applying patches 1-5 into omap-for-v4.13/soc. Patch 6 needs > > > ack from Russell. > > > > > > > Thanks. I will resend patches 6-8 as a separate series. > > On second thought, it's probably best to keep patches 4 and 5 as part of the > new series as well for review purposes, as they are not added to the build > until patch 6 but also make use of the asm-offsets macros introduced in > patch 6. I will send them along with patch 6-8 resend, making the new series > patches 4-8. OK dropping 4 and 5 today. Regards, Tony