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 3B7B1C433EF for ; Thu, 30 Jun 2022 13:03:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234003AbiF3NDP (ORCPT ); Thu, 30 Jun 2022 09:03:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235144AbiF3NDO (ORCPT ); Thu, 30 Jun 2022 09:03:14 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 910BD6564; Thu, 30 Jun 2022 06:03:13 -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 E903F1063; Thu, 30 Jun 2022 06:03:12 -0700 (PDT) Received: from bogus (unknown [10.57.39.193]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 392893F5A1; Thu, 30 Jun 2022 06:03:11 -0700 (PDT) Date: Thu, 30 Jun 2022 14:02:00 +0100 From: Sudeep Holla To: "Rafael J. Wysocki" , Ard Biesheuvel Cc: ACPI Devel Maling List , Linux ARM , linux-efi , Catalin Marinas , Will Deacon , Jose Marinho , Sudeep Holla Subject: Re: [PATCH v2 0/4] ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64 Message-ID: <20220630130200.4jukcfwiescii32t@bogus> References: <20220628125346.693304-1-sudeep.holla@arm.com> <20220629090635.6kf7thawc4qc4zi2@bogus> <20220629092137.a5fl33recfds7bq3@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Jun 29, 2022 at 09:12:39PM +0200, Rafael J. Wysocki wrote: > On Wed, Jun 29, 2022 at 11:22 AM Sudeep Holla wrote: > > > > On Wed, Jun 29, 2022 at 10:06:35AM +0100, Sudeep Holla wrote: > > > 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. > > > > Sorry pressed enter too early. I wanted to add reference to the commit in > > Ard's efi queue I was referring[1] and the email where we discussed how > > to deal with these PRMT patches[2] > > The ACPI changes in this series are fine with me, so please feel free to add > > Acked-by: Rafael J. Wysocki > > to the patches and route them through the EFI tree. > Thanks Rafael. Hi Ard, I assume you will pick up the patches(except 2/4 which is already in your -next) with Rafael's ack. -- Regards, Sudeep