From patchwork Mon Oct 24 21:38:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 79088 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp2798215qge; Mon, 24 Oct 2016 14:39:03 -0700 (PDT) X-Received: by 10.98.86.85 with SMTP id k82mr32503069pfb.164.1477345143640; Mon, 24 Oct 2016 14:39:03 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h190si17375763pgc.72.2016.10.24.14.39.03; Mon, 24 Oct 2016 14:39:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757366AbcJXVjC (ORCPT + 10 others); Mon, 24 Oct 2016 17:39:02 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:33248 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757389AbcJXVjB (ORCPT ); Mon, 24 Oct 2016 17:39:01 -0400 Received: by mail-pf0-f171.google.com with SMTP id 128so105796101pfz.0 for ; Mon, 24 Oct 2016 14:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7UG+TzCsDAyAsRZ8sohuqi34MLiD6miuyDlAfFrUiPI=; b=a7pg9yp0il/RqAf4GnzdscJLNiwzYYj6fs/VhofPONEpSXBS27YpoI6iSzImxuw54o rE6AJATIcI++1cLyC1XDtR+CCNGD3GtrScYfPBu68mGKvthKfJ9v+QDTbf0sj8i0Is9B s6/Izr118eZl4N4SUg/IPLK5EbGE4fnMOlBHE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7UG+TzCsDAyAsRZ8sohuqi34MLiD6miuyDlAfFrUiPI=; b=hXNh1yczWtOTeTucMTb6P0QEjGX/cg5gC0PcgRb00V/TVyCqs+5Xq2w+9gKKoMWLPm pccdfEDbN2Z31H05nGaMiJFfDuogh1Ajt8yNnKT5uG1i/VPcB7wxbgW0c+4Q/6PW0Shc aqt9xEH4nRJmYZVaOp9T6JqWyRRW3DAiKjJ/tEa+xrZ9VDzFIfu6DxwEEH8iJzz5DKgL d9Kz9l4L0/ilvD5IH72KUUPurw4sfNGvnRAWT0mcVeeU+LcEi0GFw07aGfNKPjW+hLMy 6f9zF3B62JBM9CZEotYgLWi7cppbCg4RXqgJ99LUEmZyq5S4SlEkA+OrWPy9GAlW2u2y h64A== X-Gm-Message-State: ABUngvfmRCFpeaazcePvkW4WB2y78xSIXaG7xhwavmBuwm+iMPDTb3JXY0stgzwPYOR39hk7 X-Received: by 10.98.36.219 with SMTP id k88mr32344491pfk.88.1477345134479; Mon, 24 Oct 2016 14:38:54 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id r77sm27592617pfb.2.2016.10.24.14.38.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Oct 2016 14:38:53 -0700 (PDT) From: Lina Iyer To: ulf.hansson@linaro.org, khilman@kernel.org, rjw@rjwysocki.net, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: andy.gross@linaro.org, sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org, brendan.jackman@arm.com, lorenzo.pieralisi@arm.com, sudeep.holla@arm.com, Juri.Lelli@arm.com, Lina Iyer Subject: [PATCH v3 [fix-2]] PM / doc: Update device documentation for devices in IRQ safe PM domains Date: Mon, 24 Oct 2016 14:38:47 -0700 Message-Id: <1477345127-23839-1-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477090375-13814-1-git-send-email-lina.iyer@linaro.org> References: <1477090375-13814-1-git-send-email-lina.iyer@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Update documentation to reflect the changes made to support IRQ safe PM domains. Signed-off-by: Lina Iyer Signed-off-by: Rafael J. Wysocki --- Changes since: - Updated the text per Rafael's suggestion. - Updated commit text with signed-off-by --- Documentation/power/devices.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/power/devices.txt b/Documentation/power/devices.txt index 8ba6625..73ddea3 100644 --- a/Documentation/power/devices.txt +++ b/Documentation/power/devices.txt @@ -607,7 +607,9 @@ individually. Instead, a set of devices sharing a power resource can be put into a low-power state together at the same time by turning off the shared power resource. Of course, they also need to be put into the full-power state together, by turning the shared power resource on. A set of devices with this -property is often referred to as a power domain. +property is often referred to as a power domain. A power domain may also be +nested inside another power domain. The nested domain is referred to as the +sub-domain of the parent domain. Support for power domains is provided through the pm_domain field of struct device. This field is a pointer to an object of type struct dev_pm_domain, @@ -629,6 +631,16 @@ support for power domains into subsystem-level callbacks, for example by modifying the platform bus type. Other platforms need not implement it or take it into account in any way. +Devices may be defined as IRQ-safe which indicates to the PM core that their +runtime PM callbacks may be invoked with disabled interrupts (see +Documentation/power/runtime_pm.txt for more information). If an IRQ-safe +device belongs to a PM domain, the runtime PM of the domain will be +disallowed, unless the domain itself is defined as IRQ-safe. However, it +makes sense to define a PM domain as IRQ-safe only if all the devices in it +are IRQ-safe. Moreover, if an IRQ-safe domain has a parent domain, the runtime +PM of the parent is only allowed if the parent itself is IRQ-safe too with the +additional restriction that all child domains of an IRQ-safe parent must also +be IRQ-safe. Device Low Power (suspend) States ---------------------------------