From patchwork Fri Jun 24 15:23:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 12894763 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 28EFCC433EF for ; Fri, 24 Jun 2022 15:24:59 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=yuJbbqwLOJ131GXmlsiIpUExfK3cbGRlTNLiMI5Hn38=; b=Zj+68+khGhHs/h Dq92za5z3I3kFX6u4aT+n/OgOa6E68UwRgePpJCczCc+Dpsb0VoI10ShJTf2MmbhrfcgJ7MsIRfXw bWNuUJ+pl847UvF4pAki5WgcOvUZeO+U/Nv31N49nBtfQ5xiwczTrAwcDmXMJd0lYAdh+prNrvhDo F+VCEDUc7g2LNxjFaOvdGOH8VxWJKhOPCFcygiUbEfSclr6qIh8LEJ+euR24znSEjWVXh57Ai9DEf LgLgMf/cuYmhl6lexbXku4ws1sihzbE1KOGMU7nccxMRqvUoYWDpLZ4WRMBkmg+79fzeJ43VDhetH y/EsbODnOF+TO8e/8x3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4lA7-002q2d-Tz; Fri, 24 Jun 2022 15:24:00 +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 1o4l9y-002pzT-Oo for linux-arm-kernel@lists.infradead.org; Fri, 24 Jun 2022 15:23:52 +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 9DF521042; Fri, 24 Jun 2022 08:23:44 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 41C443F534; Fri, 24 Jun 2022 08:23:43 -0700 (PDT) From: Sudeep Holla To: linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-efi@vger.kernel.org Cc: Sudeep Holla , Ard Biesheuvel , Catalin Marinas , Will Deacon , "Rafael J . Wysocki" , Jose Marinho Subject: [PATCH 0/3] ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64 Date: Fri, 24 Jun 2022 16:23:28 +0100 Message-Id: <20220624152331.4009502-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220624_082350_915613_4FB3B827 X-CRM114-Status: UNSURE ( 5.69 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, This tiny series is to enable Platform Runtime Mechanism(PRM) support on ARM64. Not much changes. Just enabling the build and moving the config option so that it is not listed under the topmost menu for ARM64. Regards, Sudeep Sudeep Holla (3): arm64: efi: Simplify arch_efi_call_virt macro by not using efi_##f##_t type ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64 ACPI: Move PRM config option under the main ACPI config arch/arm64/include/asm/efi.h | 4 +--- drivers/acpi/Kconfig | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 18 deletions(-) --- 2.36.1