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 754F1C7EE2F for ; Tue, 6 Jun 2023 23:55:26 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gvZhhJTLI8W3TFPQlj55tg0OUD3t7KhhqFeQMhq2xOI=; b=L1cNAaYk+Si30H gFTi0mCqIj9T+8kqRtKk5+OAP6G02vzpF3OaiOX4+PdY9rP0j0SSQcf1/0PF+SJDMxyJ+tBkuWAK1 0eF1285UR6U0pY/bY68QP/I/rIWz1NcwFVoCDSGkPmp2lLyqrObrwppyTV9HIVo6IKJno4P6GOz1c sS65zAajibHzpv9TFV9bu+hCrKSvJIAIcvkoS7bP5TIqlIpLx/xfSBN20p+ET7MzJZ4hqGrzauO9N E6wD0tuz3fhgoq7HkL0Yc2PBLNLMPeGe2AfFmaOI0LF3j5nGlSRkmH3gV8MRSIt6UO10HEk/lIDyw z30GSxewpcFXBXO2ymXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6gVp-003hsT-1t; Tue, 06 Jun 2023 23:54:53 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6gVl-003hqz-28 for linux-arm-kernel@lists.infradead.org; Tue, 06 Jun 2023 23:54:51 +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 0ED39AB6; Tue, 6 Jun 2023 16:55:30 -0700 (PDT) Received: from [192.168.122.164] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4AB953F587; Tue, 6 Jun 2023 16:54:44 -0700 (PDT) Message-ID: <888baa97-ac71-18ca-ad21-eae19ef241f1@arm.com> Date: Tue, 6 Jun 2023 18:54:35 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 0/3 v2] Update ACPI documentation for Arm systems Content-Language: en-US To: Jose Marinho Cc: Catalin Marinas , James Morse , Rob Herring , Will Deacon , Jonathan Corbet , Hanjun Guo , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-acpi@vger.kernel.org References: <20230606093528.1494344-1-jose.marinho@arm.com> From: Jeremy Linton In-Reply-To: <20230606093528.1494344-1-jose.marinho@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230606_165449_769926_5B964D74 X-CRM114-Status: GOOD ( 14.61 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On 6/6/23 04: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. Thanks for doing this, it has been sorely needed. The changes all look good to me too, so: Reviewed-by: Jeremy Linton Now all that said, at some point it will be worthwhile to reopen the discussion around a few of the more "controversial" parts of this document so they better reflect the current state of machines utilizing ACPI. > > 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. > > > Jose Marinho (3): > Documentation/arm64: Update ARM and arch reference > Documentation/arm64: Update references in arm-acpi > Documentation/arm64: Update ACPI tables from BBR > > Documentation/arm64/acpi_object_usage.rst | 81 ++++++++++- > Documentation/arm64/arm-acpi.rst | 168 ++++++++++++++-------- > 2 files changed, 183 insertions(+), 66 deletions(-) > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel