Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753603AbdC2SvF (ORCPT ); Wed, 29 Mar 2017 14:51:05 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:16922 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753324AbdC2SvE (ORCPT ); Wed, 29 Mar 2017 14:51:04 -0400 Subject: Re: [PATCH 0/8] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support To: Tony Lindgren References: <20170329015801.22240-1-d-gerlach@ti.com> <20170329171314.GD10760@atomide.com> CC: Santosh Shilimkar , Russell King , , , , Keerthy J From: Dave Gerlach Message-ID: Date: Wed, 29 Mar 2017 13:50:15 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170329171314.GD10760@atomide.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [128.247.83.19] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 24 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. Regards, Dave > > Regards, > > Tony >