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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FF9BC433E3 for ; Tue, 18 Aug 2020 00:49:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2D7520789 for ; Tue, 18 Aug 2020 00:49:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726634AbgHRAtd (ORCPT ); Mon, 17 Aug 2020 20:49:33 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:9752 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726371AbgHRAtc (ORCPT ); Mon, 17 Aug 2020 20:49:32 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id BB02D617EC3729C72B1C; Tue, 18 Aug 2020 08:49:28 +0800 (CST) Received: from [127.0.0.1] (10.174.179.33) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Tue, 18 Aug 2020 08:49:19 +0800 Subject: Re: [PATCH v2 01/12] ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NC From: Hanjun Guo To: Robin Murphy , Lorenzo Pieralisi CC: , Will Deacon , Sudeep Holla , Catalin Marinas , "Rafael J. Wysocki" , , , , , Rob Herring , Joerg Roedel , Bjorn Helgaas , Marc Zyngier , Makarand Pawagi , Diana Craciun , Laurentiu Tudor References: <20200521130008.8266-1-lorenzo.pieralisi@arm.com> <20200619082013.13661-1-lorenzo.pieralisi@arm.com> <20200619082013.13661-2-lorenzo.pieralisi@arm.com> <718cae1f-2f33-f6d9-f278-157300b73116@huawei.com> <20200629090551.GA28873@e121166-lin.cambridge.arm.com> <765078e7-b3ec-af5d-0405-7834ba0f120a@huawei.com> <20200630102454.GA17556@e121166-lin.cambridge.arm.com> <4817d766-0437-5356-a0b9-97b111d4cae2@huawei.com> <952a6720-f401-1441-5548-5b40cfc76d3a@arm.com> <0cbd1da8-e283-7e13-d2b3-4d14775fd870@huawei.com> Message-ID: <1c0b1657-8d45-7075-ee2c-3abfdd801006@huawei.com> Date: Tue, 18 Aug 2020 08:49:18 +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: <0cbd1da8-e283-7e13-d2b3-4d14775fd870@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.179.33] X-CFilter-Loop: Reflected Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On 2020/7/2 16:22, Hanjun Guo wrote: > > As I said in previous email, I'm not against this patch, and seems > have no regressions for platforms that using named component node > such as D05/D06 (I will test it shortly to make sure), but it's better > to update the wording of the spec (even after this patch set is merged). I can see that IORT revision E was updated to add IMP_DEF input IDs in ID mappings for Named Component nodes, thanks for that. Thanks Hanjun