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 EAA88C7EE29 for ; Wed, 7 Jun 2023 11:20:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239782AbjFGLUn (ORCPT ); Wed, 7 Jun 2023 07:20:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240310AbjFGLUj (ORCPT ); Wed, 7 Jun 2023 07:20:39 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04DFE198B; Wed, 7 Jun 2023 04:20:24 -0700 (PDT) Received: from dggpemm500002.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Qbkv7693fzTkyq; Wed, 7 Jun 2023 19:02:11 +0800 (CST) Received: from [10.174.178.247] (10.174.178.247) by dggpemm500002.china.huawei.com (7.185.36.229) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 7 Jun 2023 19:02:32 +0800 Subject: Re: [PATCH 0/3 v2] Update ACPI documentation for Arm systems To: Jose Marinho CC: Catalin Marinas , Jeremy Linton , James Morse , Rob Herring , Will Deacon , Jonathan Corbet , , , References: <20230606093528.1494344-1-jose.marinho@arm.com> From: Hanjun Guo Message-ID: Date: Wed, 7 Jun 2023 19:02:31 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20230606093528.1494344-1-jose.marinho@arm.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.247] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpemm500002.china.huawei.com (7.185.36.229) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 2023/6/6 17:35, Jose Marinho wrote: > This set of patches updates the Linux kernel ACPI documentation for Arm > systems. The intent is to integrate the developments in the BBR > specification that happened over the last couple of years. > > Cc: Catalin Marinas > Cc: Jeremy Linton > Cc: James Morse > Cc: Rob Herring > Cc: Will Deacon > Cc: Jonathan Corbet > Cc: Hanjun Guo > Cc:linux-arm-kernel@lists.infradead.org > Cc:linux-doc@vger.kernel.org > Cc:linux-acpi@vger.kernel.org > > v2: > - Clarify that the RAS tables are conditionaly required when ACPI > Platform Error Interfaces are required: Hanjun Guo. > - Clarify that HMAT is required if NUMA is supported and the system > contains heterogeneous memory: Hanjun Guo. Thanks for updating the document, Reviewed-by: Hanjun Guo Thanks Hanjun