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 84CB5C43219 for ; Thu, 24 Nov 2022 11:11:22 +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=/Du0m4Vus0PTHI8Z23ZN5NqJVBwWofd9hlD2RgNknzs=; b=Oycw6ZJZtIxpjp Ho4UGr1SnGMIVOXIQkqD0oSdMYpYH+icQj7OyzJXnTxSGce9CLSFlcxbhfAqrkiT6aW9LpPRHCd2+ 2utU2ylEm/bcEcG504ayxTikiB2aqSL52EqOCYpAw5Se5FcL9Sf93qEysprOJBPpOt+bWXVEDF09X XCT+BXmfEoXaRG9iom68pMgWKasZ4Nv6WHCKV3Yt1k4yYJpCTpfoE/d7j88AalIUmtulIeqot7u6r yEnVPBcRNNTjzdRh1yyu/DTU5LVJRiTJ8Sg8RAf5MIhmgOAmWkGk/yisueLEuoOXqVQXtN0qkjZx+ 5Utx/N5Bkr6/MAeuQFog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyA7f-007wm5-Iu; Thu, 24 Nov 2022 11:10:28 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyA7a-007wjS-E0 for linux-arm-kernel@lists.infradead.org; Thu, 24 Nov 2022 11:10:24 +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 DB2AA23A; Thu, 24 Nov 2022 03:10:24 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7B5703F587; Thu, 24 Nov 2022 03:10:17 -0800 (PST) Date: Thu, 24 Nov 2022 11:10:15 +0000 From: Sudeep Holla To: Wang Honghui Cc: Cristian Maruss , Jassi Brar , Sudeep Holla , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] arm_scpi: modify to support acpi Message-ID: <20221124111015.vrfuroty4fbemqv7@bogus> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221124_031022_548168_7DA93C83 X-CRM114-Status: GOOD ( 11.36 ) 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 Hi Wang, On Thu, Nov 24, 2022 at 03:09:31PM +0800, Wang Honghui wrote: > arm_scpi: modify to support acpi > 1. The commit message is pretty useless. I don't get the complete picture of why you need this change or what you are trying to do in this change. 2. I am unable to see the series as a whole, just have 2 versions of 3/3 in my inbox. 3. This is not the correct way to use SCPI or mailbox in ACPI. You need to use PCC and PCC OpRegion to achieve what you want. The whole SCPI protocol details gets abstracted in the firmware(ACPI ASL) Hope this helps. So in short, NACK for this approach for ACPI. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel