From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BC2A2C25B75 for ; Mon, 3 Jun 2024 13:19:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zXBC0DWg5SH7MqCNLQcVzvnpME37JtL8GhYxkpVb+os=; b=CUEuwytVhaYaQ8 Qj4N1VCdRBlHBkmoNx13NlqZ3XV8YINMA7LEiq9Ve1tIHk3IYPQNl/Ed5ms8E8DDAKWpWJus6EsIA 7QDYRIk05kUJgUxLnJNBegYldt3xbO13cyF6EmIfG1LAasge9/FFQy6o5n4oE2ugVO5qnmBSXMUoM XpIyrc3NtfOct72eODcLskB+h+aNi/LTtkwN1RI9yUaIJ72/R1DLQG3GaXAoOb93C8fG/ODdnV+Ek GEx349ZPArAshXa9bS/eJjRXqWEREMG6KvR2t9KOrY74/Jp+DrNJYbT5lHBESgezawo5f1TL4wXyX kF+/q1l9tmONvIgya0SQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE7au-0000000GsYL-1GzM; Mon, 03 Jun 2024 13:19:24 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE7ar-0000000GsW8-1n3N for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2024 13:19:22 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 444521063; Mon, 3 Jun 2024 06:19:44 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CA52A3F64C; Mon, 3 Jun 2024 06:19:18 -0700 (PDT) Date: Mon, 3 Jun 2024 14:19:16 +0100 From: Sudeep Holla To: "Peng Fan (OSS)" Cc: cristian.marussi@arm.com, ulf.hansson@linaro.org, Sudeep Holla , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Peng Fan Subject: Re: [PATCH] pmdomain: arm: scmi_pm_domain: set flag GENPD_FLAG_ACTIVE_WAKEUP Message-ID: References: <20240514131833.911703-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240514131833.911703-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240603_061921_535724_BEE5EFC7 X-CRM114-Status: GOOD ( 11.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 14, 2024 at 09:18:33PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Set flag GENPD_FLAG_ACTIVE_WAKEUP to scmi genpd, then when a device > is set as wakeup source using device_set_wakeup_enable, the power > domain could be kept on to make sure the device could wakeup the system. > I am fine with the change, wonder if it can be made conditional but I can't think of a sane way to do so. If Ulf thinks it is harmless to keep it unconditional on all the domains, then I am fine with that. I assume Ulf can pick this up directly, Acked-by: Sudeep Holla -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel