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 D7797C3DA6E for ; Thu, 28 Dec 2023 10:28:56 +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=44wP4uAhgBG4n8ZDv8wdUItMyfS79/zjep8Det8/QWY=; b=AneiSqhiBpgGJc I7/EVuQykR/ApBbfHMb1GNwbiU1cVgl1s0NgmTjtQQxzHCayU0mQhYh0M+9TeCZSebWoYQjf9/fPx ZJHfs2YZYNiYUeYvLdFYbjYTTZ94yJVCdwupdkkFsgElsBHx+YGGW8iM28kn24WTS/i36V5JsPAY8 pwr0EFKmFhZ5kRJ5Mtc1eCdr4+1Cbb6tYwf+DeX6xsGyfpcSrJPoil/10zc2cCSQLKsqcLTUGNn2q PXAQvCFAySZ1wJFf0c6+L0kSiBsd9VYba4ORrH2YLwOpie5L/T41QtuqCXxjV/nSch8/yUrPXpCd6 a/BNbEuKEXm0831OIxyQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rIncs-00GYQn-29; Thu, 28 Dec 2023 10:28:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rIncp-00GYPy-32 for linux-arm-kernel@lists.infradead.org; Thu, 28 Dec 2023 10:28:29 +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 57B2A2F4; Thu, 28 Dec 2023 02:29:03 -0800 (PST) Received: from bogus (unknown [10.57.74.54]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3D0553F5A1; Thu, 28 Dec 2023 02:28:16 -0800 (PST) Date: Thu, 28 Dec 2023 10:25:08 +0000 From: Sudeep Holla To: Konrad Dybcio Cc: Mark Rutland , Sudeep Holla , Lorenzo Pieralisi , Marijn Suijten , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bjorn Andersson Subject: Re: [PATCH 1/2] firmware/psci: Set pm_set_resume/suspend_via_firmware() for SYSTEM_SUSPEND Message-ID: <20231228102508.dyyrfxkd7lssweoj@bogus> References: <20231227-topic-psci_fw_sus-v1-0-6910add70bf3@linaro.org> <20231227-topic-psci_fw_sus-v1-1-6910add70bf3@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231227-topic-psci_fw_sus-v1-1-6910add70bf3@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231228_022828_052234_1836AEC6 X-CRM114-Status: UNSURE ( 7.87 ) X-CRM114-Notice: Please train this message. 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 Wed, Dec 27, 2023 at 11:15:30PM +0100, Konrad Dybcio wrote: > Some device drivers are curious to know whether "the firmware" (which is > often assumed to be ACPI) takes care of suspending or resuming the > platform. Set the flag that reports this behavior if SYSTEM_SUSPEND is > implemented. > Reviewed-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