From patchwork Tue Aug 4 23:35:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 6945211 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 97D859F38B for ; Tue, 4 Aug 2015 23:39:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BDB8B2042A for ; Tue, 4 Aug 2015 23:39:05 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id DCF87203DC for ; Tue, 4 Aug 2015 23:39:04 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZMllS-0006Lr-Ot; Tue, 04 Aug 2015 23:36:58 +0000 Received: from mail-pd0-f181.google.com ([209.85.192.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZMll1-00063E-Ib for linux-arm-kernel@lists.infradead.org; Tue, 04 Aug 2015 23:36:32 +0000 Received: by pdco4 with SMTP id o4so10218940pdc.3 for ; Tue, 04 Aug 2015 16:36:10 -0700 (PDT) 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=zvaNU62gEeuoYR+JUj/OVINLS5Nz1NOxeJC2QjOoyVk=; b=XdnmBV5DORMGFtXid4/uirl0Ue2ieW3dp+G+09wLRgcY0hV5l2SSOLmb8jD4gfIUFY X52kdlerBbrksb/hV3Po55IqS6pYqL4fTyTuNTZ9TsxPZup1Jvv+LIYs9EFKgrL7oRO0 tSv4fhDWuwWo8zfe4hdZMXzdWulQloigTCrCPkVhbEeh35s+Kcork/XVWjggZQvBjXKR Ng1S3MqjVvMpLV0fvab8tsVQ4s94ALWAzZSVG+L8meRZVXeD6MFBNy6h9jykOQSf9NjT jSv6efyrGvwpx1AbXgJebMdi2KcGALwmO/CbLs5e6ISliFzhBUAcaMbxUL0cIaNv7Gh9 DunA== X-Gm-Message-State: ALoCoQlIxHS41s430TgylnWLT0wWul0ZBnCTDiIXMTpgtv/NClSrXGEbbOQYl4326YW5HipAMyvq X-Received: by 10.70.119.41 with SMTP id kr9mr13288844pdb.0.1438731370709; Tue, 04 Aug 2015 16:36:10 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id to5sm527525pac.33.2015.08.04.16.36.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 04 Aug 2015 16:36:10 -0700 (PDT) From: Lina Iyer To: rjw@rjwysocki.net, ulf.hansson@linaro.org, khilman@linaro.org Subject: [PATCH 4/9] kernel/cpu_pm: fix cpu_cluster_pm_exit comment Date: Tue, 4 Aug 2015 17:35:34 -0600 Message-Id: <1438731339-58317-5-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1438731339-58317-1-git-send-email-lina.iyer@linaro.org> References: <1438731339-58317-1-git-send-email-lina.iyer@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150804_163631_847577_E314233B X-CRM114-Status: GOOD ( 11.21 ) X-Spam-Score: -2.6 (--) 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: Nicolas Pitre , k.kozlowski@samsung.com, linux-pm@vger.kernel.org, sboyd@codeaurora.org, msivasub@codeaurora.org, geert@linux-m68k.org, Lina Iyer , agross@codeaurora.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP cpu_cluster_pm_exit() must be sent after cpu_cluster_pm_enter() has been sent for the cluster and before any cpu_pm_exit() notifications are sent for any CPU. Cc: Nicolas Pitre Signed-off-by: Lina Iyer Acked-by: Kevin Hilman --- kernel/cpu_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cpu_pm.c b/kernel/cpu_pm.c index 9656a3c..009cc9a 100644 --- a/kernel/cpu_pm.c +++ b/kernel/cpu_pm.c @@ -180,7 +180,7 @@ EXPORT_SYMBOL_GPL(cpu_cluster_pm_enter); * low power state that may have caused some blocks in the same power domain * to reset. * - * Must be called after cpu_pm_exit has been called on all cpus in the power + * Must be called after cpu_cluster_pm_enter has been called for the power * domain, and before cpu_pm_exit has been called on any cpu in the power * domain. Notified drivers can include VFP co-processor, interrupt controller * and its PM extensions, local CPU timers context save/restore which