From patchwork Tue Oct 25 15:26:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 79215 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp3176709qge; Tue, 25 Oct 2016 08:26:49 -0700 (PDT) X-Received: by 10.99.130.198 with SMTP id w189mr9402171pgd.172.1477409209460; Tue, 25 Oct 2016 08:26:49 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v27si21194756pfj.204.2016.10.25.08.26.49; Tue, 25 Oct 2016 08:26:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-pm-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-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-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 S932782AbcJYP0s (ORCPT + 14 others); Tue, 25 Oct 2016 11:26:48 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:36572 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932389AbcJYP0r (ORCPT ); Tue, 25 Oct 2016 11:26:47 -0400 Received: by mail-pf0-f182.google.com with SMTP id e6so121097277pfk.3 for ; Tue, 25 Oct 2016 08:26:47 -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=zSQ/j5SlwPDRjzcKED+Rxq9enanqoZyfzaYaf43KtVg=; b=JjZX6y5azZaH+VXM3KNo9Uzjr5DmwLTk5mHaJrmLQEYEhAxO2P3a5C061S7upofAlO SfiyCaf7vex0qMFno8itu9D8r0YjAStUv3h4oi7C9nAHYDOqmMH2EbPig2hvVs9GumVm x66zOhn29wslaWZpsOlejlihp5bDjePfz4WCU= 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=zSQ/j5SlwPDRjzcKED+Rxq9enanqoZyfzaYaf43KtVg=; b=IBQP8nQ/cJEeb9u4KajOZSzlS+N6Nr3p4fsts8LsdyktNlcuUt6IY1JaFVoUuyh77B G7ctt8OxrB/k4ufbp5gT5AMNuxH5jDeqGJIZnvn8gfBWno5kLF57bG43afkitUZd/4PH S4SSd0H2Z48i9Q7ZHbQDG8SDMxsWSW96qDymydDgN4rl3irfGovrs4+oYfghAUpJ4D8z Fu+4UNUDYE9LRbS++//+c/CENl7kyPvrYbKGlxz6Mc4fP4Gm6J2jzO5XTm2LhsFs02ij COVq4aIieMKA3hgQ1nhgxjaZGTU0eeT9uRYBgxr92LZx2GXJBfrkOjRs+Hitq2QsWcxE GZng== X-Gm-Message-State: ABUngve2l+4b3KmP2iIa6ebzF2kBKnAkVI4zoo82rIstipJvPiseKcVa0XG8u3LFopfY5Egu X-Received: by 10.99.122.6 with SMTP id v6mr16557490pgc.170.1477409206612; Tue, 25 Oct 2016 08:26:46 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id s85sm34320569pfi.17.2016.10.25.08.26.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Oct 2016 08:26:45 -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 1/4] PM / doc: Update device documentation for devices in IRQ safe PM domains Date: Tue, 25 Oct 2016 08:26:36 -0700 Message-Id: <1477409199-52182-2-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477409199-52182-1-git-send-email-lina.iyer@linaro.org> References: <1477409199-52182-1-git-send-email-lina.iyer@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@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 --- 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-pm" 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 ---------------------------------