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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 84C84C10F26 for ; Fri, 6 Mar 2020 09:42:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5967521744 for ; Fri, 6 Mar 2020 09:42:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726069AbgCFJmO (ORCPT ); Fri, 6 Mar 2020 04:42:14 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11191 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725927AbgCFJmN (ORCPT ); Fri, 6 Mar 2020 04:42:13 -0500 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id CDAE13C7A857DF44D953; Fri, 6 Mar 2020 17:42:10 +0800 (CST) Received: from [127.0.0.1] (10.177.223.23) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Fri, 6 Mar 2020 17:42:08 +0800 Subject: Re: [PATCH 09/11] ACPI/IORT: Drop ATS fwspec flag To: Jean-Philippe Brucker , , , , , , , , , , , , CC: , , , , , , , , , References: <20200213165049.508908-1-jean-philippe@linaro.org> <20200213165049.508908-10-jean-philippe@linaro.org> From: Hanjun Guo Message-ID: <5c4855e4-381a-771e-d26d-0d0ad534e776@huawei.com> Date: Fri, 6 Mar 2020 17:42:01 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20200213165049.508908-10-jean-philippe@linaro.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.223.23] X-CFilter-Loop: Reflected Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On 2020/2/14 0:50, Jean-Philippe Brucker wrote: > Now that the ats_supported flag is in the host bridge structure where it > belongs, we can remove it from the per-device fwspec structure. > > Signed-off-by: Jean-Philippe Brucker > --- > drivers/acpi/arm64/iort.c | 11 ----------- > include/linux/iommu.h | 4 ---- > 2 files changed, 15 deletions(-) Acked-by: Hanjun Guo