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 752A0C7EE22 for ; Thu, 18 May 2023 10:53:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230193AbjERKxq (ORCPT ); Thu, 18 May 2023 06:53:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229743AbjERKxn (ORCPT ); Thu, 18 May 2023 06:53:43 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EE9EAE66; Thu, 18 May 2023 03:53:40 -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 47A791FB; Thu, 18 May 2023 03:54:25 -0700 (PDT) Received: from josmar02Desktop.cambridge.arm.com (josmar02Desktop.cambridge.arm.com [10.2.78.53]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1CE8B3F793; Thu, 18 May 2023 03:53:39 -0700 (PDT) From: Jose Marinho Cc: Jose Marinho , Catalin Marinas , Jeremy Linton , James Morse , Rob Herring , Will Deacon , Jonathan Corbet , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH 0/3] Update ACPI documentation for Arm systems Date: Thu, 18 May 2023 11:51:59 +0100 Message-Id: <20230518105202.451739-1-jose.marinho@arm.com> X-Mailer: git-send-email 2.40.0.141.g8d90352acc MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 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: linux-arm-kernel@lists.infradead.org Cc: linux-doc@vger.kernel.org Cc: linux-acpi@vger.kernel.org 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(-) -- 2.40.0.141.g8d90352acc