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: 9393317 X-Patchwork-Delegate: rjw@sisk.pl Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 69EAA6086B for ; Mon, 24 Oct 2016 21:39:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 57F9328EDD for ; Mon, 24 Oct 2016 21:39:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C6F12915F; Mon, 24 Oct 2016 21:39:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC08429128 for ; Mon, 24 Oct 2016 21:39:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934704AbcJXVjC (ORCPT ); Mon, 24 Oct 2016 17:39:02 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:33887 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757581AbcJXVjB (ORCPT ); Mon, 24 Oct 2016 17:39:01 -0400 Received: by mail-pf0-f170.google.com with SMTP id r16so105406023pfg.1 for ; Mon, 24 Oct 2016 14:38:55 -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=dInUjtdGpVcWQHb12J3ZpR6huo76ysCofkctZ/bPW4p1/NNffNuNd1Gp54p+cLaips S+RdJYJPQ/m3fqNwLxSsTmk2uRgucmkHT45pfDyx4nv0XO+xjNENRvccCu1nShLt+YiU ZhdHGG2E3bTPyY6kNrKWhcC8n3YDnvX7dVpVgvXOovEFs6dkjbu6VnkAPvu5GLCWOkhX Ej0pN5Ud3pUKp8isR+TnQZftd+bAbK7QZ4mh8GXqhQtTSYz4vAx4YCE8YIYszrqnld5X ciodk5hU7uZP9X2y0j2+PKTscaFre244Pcycm5js5XwpinLtv5MDPwA2rKjBo8A18Il7 prtA== X-Gm-Message-State: ABUngvfCpKocZZJ1B59fFS+aGyK7dtP3PUcTJmzmM6PjPKltZXlQfo9HZItI0iKRuleeOhz6 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-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-) 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 ---------------------------------