From patchwork Fri Oct 7 22:37:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 9367801 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 87824600C8 for ; Fri, 7 Oct 2016 22:41:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 87E27297FD for ; Fri, 7 Oct 2016 22:41:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7C76C2983D; Fri, 7 Oct 2016 22:41:41 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 174E0297FD for ; Fri, 7 Oct 2016 22:41:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bsdoF-0003SU-Oz; Fri, 07 Oct 2016 22:40:07 +0000 Received: from mail-pf0-x236.google.com ([2607:f8b0:400e:c00::236]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bsdlz-0001oI-Lk for linux-arm-kernel@lists.infradead.org; Fri, 07 Oct 2016 22:37:49 +0000 Received: by mail-pf0-x236.google.com with SMTP id 190so29409227pfv.0 for ; Fri, 07 Oct 2016 15:37:27 -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=RrPFhazRgwouH7gM3IO5XrxlkGpKcuhWQyg6SJkHMUk=; b=X/ENsH5AJ8WcyPUlWXcGQBtIlJzgeolb0RD0evCDNv7PGA0K0MOiCNS+bt6EsaOLAd 4AgmcmjB4QV4h29FXFabTXk2JmTDfjAEPYkx/ioU4oMMLte9954lSWyrUv5BWDiP8xj2 src7TPOcTbKSxGOp3X8WM39pKWLdfWVYGoooU= 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=RrPFhazRgwouH7gM3IO5XrxlkGpKcuhWQyg6SJkHMUk=; b=JYtwXf1D0w7FZ39w95SmB3ZjxixvOcbHYbhj/hX7b9Zo+HlDyInlSGbTWdcvlcPC8J DKguoV8eeOrncJWYZSDXlv8KHDfqsmpHCrQ+UCpv98PFl0Gx5QwD885VUZlOGj1c4ufK 38ujHKQapuU3R2yM6Y5IiJV08ItJyTTBrnJXauGU/VZGdeDdjxeGCVruBFEG+LgfM2+W 2Bwe6hC6XslvRAJ+C/hAAcUmAmtSMjvmaiS4D1pSO855EVTvXfNMZ/wZCa3WegFWI+d7 Nw1KU1HncL6ItRBS8ciOkGkc/8mvV9VTYQhw4Bsxh9waMIZFZtTNbUBkbqKZISiUNkje frCw== X-Gm-Message-State: AA6/9RnEbc0NCjlbENsqmcSH3p1hhZt2lljr+g9I/SbQ0VtBD/Ojjj55hkakAGHoUYOfAp2B X-Received: by 10.98.84.67 with SMTP id i64mr40448994pfb.105.1475879846922; Fri, 07 Oct 2016 15:37:26 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id 4sm16409203pfw.90.2016.10.07.15.37.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 07 Oct 2016 15:37:25 -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 Subject: [PATCH v2 8/8] PM / doc: Update device documentation for devices in IRQ safe PM domains Date: Fri, 7 Oct 2016 15:37:01 -0700 Message-Id: <1475879821-8035-9-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1475879821-8035-1-git-send-email-lina.iyer@linaro.org> References: <1475879821-8035-1-git-send-email-lina.iyer@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161007_153747_921209_47A604CA X-CRM114-Status: GOOD ( 12.84 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lorenzo.pieralisi@arm.com, Juri.Lelli@arm.com, linux-arm-msm@vger.kernel.org, sboyd@codeaurora.org, brendan.jackman@arm.com, sudeep.holla@arm.com, andy.gross@linaro.org, Lina Iyer MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.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 Acked-by: Ulf Hansson --- Documentation/power/devices.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/power/devices.txt b/Documentation/power/devices.txt index 8ba6625..0401b53 100644 --- a/Documentation/power/devices.txt +++ b/Documentation/power/devices.txt @@ -607,7 +607,14 @@ 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. + +Devices and PM domains may be defined as IRQ-safe, if they can be powered +on/off even when the IRQs are disabled. An IRQ-safe device in a domain will +disallow power management on the domain, unless the domain is also defined as +IRQ-safe. The restriction this framework imposes on the parent domain of an +IRQ-safe domain is that it must also be defined as IRQ-safe. 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,