From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 1/2] PM / Domains: Allow genpd to power on during the system PM phase Date: Fri, 13 May 2016 11:54:49 +0200 Message-ID: References: <1462953610-20824-1-git-send-email-ulf.hansson@linaro.org> <1462953610-20824-2-git-send-email-ulf.hansson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-wm0-f50.google.com ([74.125.82.50]:36795 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbcEMJyw (ORCPT ); Fri, 13 May 2016 05:54:52 -0400 Received: by mail-wm0-f50.google.com with SMTP id n129so15678027wmn.1 for ; Fri, 13 May 2016 02:54:52 -0700 (PDT) In-Reply-To: (Ulf Hansson's message of "Thu, 12 May 2016 15:13:07 +0200") Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Ulf Hansson Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , "linux-pm@vger.kernel.org" , Len Brown , Pavel Machek , Geert Uytterhoeven , Lina Iyer , Axel Haslam , Marek Szyprowski , Jon Hunter , Andy Gross , Laurent Pinchart , David Airlie , Alex Deucher , Maruthi Srinivas Bayyavarapu , dri-devel , Christian =?utf-8?Q?K=C3=B6nig?= Ulf Hansson writes: > On 11 May 2016 at 23:25, Rafael J. Wysocki wrote: >> On Wed, May 11, 2016 at 10:00 AM, Ulf Hansson wrote: >>> If the PM domain is powered off when the first device in the domain starts >>> its system PM prepare phase, genpd prevents any further attempts to power >>> on the PM domain during the system PM phase. This constraint affects not >>> only the current device which is being prepared, but all devices within >>> the same PM domain. >> >> What exactly do you mean by "the system PM phase"? > > In between system PM device prepare and system PM device complete. > > Do you want me to clarify this in a better way in the change log? It might be more clear if you something like "during system suspend/resume" Kevin