From patchwork Mon Feb 19 17:48:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 128821 Delivered-To: patch@linaro.org Received: by 10.46.124.24 with SMTP id x24csp3718276ljc; Mon, 19 Feb 2018 08:57:09 -0800 (PST) X-Google-Smtp-Source: AH8x225MFaWdQCSlMIqJgAcY+zr9y6uSo9ER4w8w8PF4ba4yl/46Akc1R0RPRzD9JEzw1UcAbxBL X-Received: by 10.98.189.8 with SMTP id a8mr15289069pff.125.1519059429208; Mon, 19 Feb 2018 08:57:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519059429; cv=none; d=google.com; s=arc-20160816; b=jTTy3zK+M4jbkVV7EXhSSns67RIi83WYddEZ6eP+GHlM1KBRqnSnVJKW24C1Jh+b1N PJRtsALhOZiRCkD9BvE4O33/n6dLjKpm2ycNXk+kPT7pxh478vjCKImCWEh2cfwVFhLC NqLRjtQ31yZNNT4VOh4JJD8OeEjuqnhPtwwo8TUppQ7xQBTC2n6yuT+WRBAT/abX7bwn YWtmmMj1CEyYAKfqYCxTWRYOWJL2ID6FNqRbV8OamifCy0apLXhqqPYLPQxl8bDr3f+c D6qX7QP+blcs7bPVi9KU+315uMc3R/+mTzn64PznM8c5ECbcTtyWXCjaUJyUcPMkUJhi 1/gw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=GYp5yU/uGQO1K1ERA8FSqF4fWfiB2vyU0ScdcjLVDFo=; b=f6CqXJijLxmzDa5kn642YW0AdA5VZ4bPx3PCoStLz6DHPC/Nt1feoXPl11zJpP5hmn nwJr27DXco9Y47W2SK7n9PezjTcYH3MPNnMQPRVGbsbH6/IhBEluwsUeNhB6uFfGbwlK mwt2mg0gtLhyH+sjeDaK0yCOjD3/w5JNr7hzEncvP0ne3+vXA2e6v5XwX5VtMtmH2Xjm j1tfzPBKcC1t/GcCx2W3kHX4uN0rKlSyq96iz6CK1yR4UOYPbEtZ77YaxpdbykdegV/C g2r4nKpEzQhWFz7we8JMxzNOu5mtV3gtTpFerag/r2O9f3mvMVtgyc+dLWO/Iwb0tBNL qAMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i63si1688256pfj.365.2018.02.19.08.57.09; Mon, 19 Feb 2018 08:57:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354AbeBSQ5H (ORCPT + 6 others); Mon, 19 Feb 2018 11:57:07 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:45686 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753233AbeBSQ5D (ORCPT ); Mon, 19 Feb 2018 11:57:03 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 03CD792BFDAEE; Tue, 20 Feb 2018 00:56:48 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.361.1; Tue, 20 Feb 2018 00:56:42 +0800 From: John Garry To: , , , , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v14 7/9] ACPI / scan: do not enumerate Indirect IO host children Date: Tue, 20 Feb 2018 01:48:38 +0800 Message-ID: <1519062520-198902-8-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1519062520-198902-1-git-send-email-john.garry@huawei.com> References: <1519062520-198902-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Through the logical PIO framework systems which otherwise have no IO space access to legacy ISA/LPC devices may access these devices through so-called "indirect IO" method. In this, IO space accesses for non-PCI hosts are redirected to a host LLDD to manually generate the IO space (bus) accesses. Hosts are able to register a region in logical PIO space to map to its bus address range. Indirect IO child devices have an associated host-specific bus address. Special translation is required to map between a logical PIO address for a device and it's host bus address. Since in the ACPI tables the child device IO resources would be the host-specific values, it is required the ACPI scan code should not enumerate these devices, and that this should be the responsibility of the host driver so that it can "fixup" the resources so that they map to the appropriate logical PIO addresses. To avoid enumerating these child devices, we check whether the parent for a device is a member of a known list of "indirect IO" hosts. For now, the HiSilicon LPC host controller ID is added. To flag a device to not be enumerated, we reuse the existing serial bus slave flag. Signed-off-by: John Garry --- drivers/acpi/scan.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 8e63d93..c1a60852 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1524,11 +1524,25 @@ static int acpi_check_serial_bus_slave(struct acpi_resource *ares, void *data) return -1; } +static bool acpi_is_indirect_io_slave(struct acpi_device *device) +{ + struct acpi_device *parent = device->parent; + const struct acpi_device_id indirect_io_hosts[] = { + {"HISI0191", 0}, + {} + }; + + return parent && !acpi_match_device_ids(parent, indirect_io_hosts); +} + static bool acpi_is_serial_bus_slave(struct acpi_device *device) { struct list_head resource_list; bool is_serial_bus_slave = false; + if (acpi_is_indirect_io_slave(device)) + return true; + /* Macs use device properties in lieu of _CRS resources */ if (x86_apple_machine && (fwnode_property_present(&device->fwnode, "spiSclkPeriod") ||