From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753338AbcDKCOK (ORCPT ); Sun, 10 Apr 2016 22:14:10 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:34937 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752513AbcDKCOI (ORCPT ); Sun, 10 Apr 2016 22:14:08 -0400 Subject: Re: [PATCH v3] ARM64: ACPI: Update documentation for latest specification version To: Al Stone , , , References: <1459210002-3387-1-git-send-email-al.stone@linaro.org> CC: , , , Catalin Marinas , Will Deacon , Jonathan Corbet From: Hanjun Guo Message-ID: <570B081A.3070403@huawei.com> Date: Mon, 11 Apr 2016 10:12:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1459210002-3387-1-git-send-email-al.stone@linaro.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.17.188] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090204.570B0823.00C4,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d8282b4cec60dc06e1058a0a3cea7bba Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/3/29 8:06, Al Stone wrote: > The ACPI 6.1 specification was recently released at the end of January > 2016, but the arm64 kernel documentation for the use of ACPI was written > for the 5.1 version of the spec. There were significant additions to the > spec that had not yet been mentioned -- for example, the 6.0 mechanisms > added to make it easier to define processors and low power idle states, > as well as the 6.1 addition allowing regular interrupts (not just from > GPIO) be used to signal ACPI general purpose events. > > This patch reflects going back through and examining the specs in detail > and updating content appropriately. Whilst there, a few odds and ends of > typos were caught as well. This brings the documentation up to date with > ACPI 6.1 for arm64. > > Changes for v3: > -- Clarify use of _LPI/_RDI (Vikas Sajjan) > -- Whitespace cleanup as pointed out by checkpatch > > Changes for v2: > -- Clean up white space (Harb Abdulhahmid) > -- Clarification on _CCA usage (Harb Abdulhamid) > -- IORT moved to required from recommended (Hanjun Guo) > -- Clarify IORT description (Hanjun Guo) > > Signed-off-by: Al Stone Acked-by: Hanjun Guo Thanks for the doc updating! Hanjun From mboxrd@z Thu Jan 1 00:00:00 1970 From: guohanjun@huawei.com (Hanjun Guo) Date: Mon, 11 Apr 2016 10:12:42 +0800 Subject: [PATCH v3] ARM64: ACPI: Update documentation for latest specification version In-Reply-To: <1459210002-3387-1-git-send-email-al.stone@linaro.org> References: <1459210002-3387-1-git-send-email-al.stone@linaro.org> Message-ID: <570B081A.3070403@huawei.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2016/3/29 8:06, Al Stone wrote: > The ACPI 6.1 specification was recently released at the end of January > 2016, but the arm64 kernel documentation for the use of ACPI was written > for the 5.1 version of the spec. There were significant additions to the > spec that had not yet been mentioned -- for example, the 6.0 mechanisms > added to make it easier to define processors and low power idle states, > as well as the 6.1 addition allowing regular interrupts (not just from > GPIO) be used to signal ACPI general purpose events. > > This patch reflects going back through and examining the specs in detail > and updating content appropriately. Whilst there, a few odds and ends of > typos were caught as well. This brings the documentation up to date with > ACPI 6.1 for arm64. > > Changes for v3: > -- Clarify use of _LPI/_RDI (Vikas Sajjan) > -- Whitespace cleanup as pointed out by checkpatch > > Changes for v2: > -- Clean up white space (Harb Abdulhahmid) > -- Clarification on _CCA usage (Harb Abdulhamid) > -- IORT moved to required from recommended (Hanjun Guo) > -- Clarify IORT description (Hanjun Guo) > > Signed-off-by: Al Stone Acked-by: Hanjun Guo Thanks for the doc updating! Hanjun