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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B293C43334 for ; Wed, 29 Jun 2022 09:07:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbiF2JHu (ORCPT ); Wed, 29 Jun 2022 05:07:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229772AbiF2JHt (ORCPT ); Wed, 29 Jun 2022 05:07:49 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C895C286FB; Wed, 29 Jun 2022 02:07:48 -0700 (PDT) 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 D1043153B; Wed, 29 Jun 2022 02:07:48 -0700 (PDT) Received: from bogus (unknown [10.57.39.193]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 174353F792; Wed, 29 Jun 2022 02:07:46 -0700 (PDT) Date: Wed, 29 Jun 2022 10:06:35 +0100 From: Sudeep Holla To: linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-efi@vger.kernel.org, "Rafael J . Wysocki" Cc: Catalin Marinas , Will Deacon , Jose Marinho , Ard Biesheuvel Subject: Re: [PATCH v2 0/4] ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64 Message-ID: <20220629090635.6kf7thawc4qc4zi2@bogus> References: <20220628125346.693304-1-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220628125346.693304-1-sudeep.holla@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Rafael, On Tue, Jun 28, 2022 at 01:53:42PM +0100, Sudeep Holla wrote: > 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. > Ard has slightly modified version of patch 2/4 which updates few other arch code. Since the PRMT driver build is dependent on that, is it OK for you to ACK if you agree with other 3 patches(1,3,4) so that it can be routed via efi tree. Alternatively, Ard has offered to provide a stable branch if needed. -- Regards, Sudeep