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=-9.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 189A4C00454 for ; Mon, 9 Dec 2019 14:43:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD6EA207FD for ; Mon, 9 Dec 2019 14:43:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="FO+mu1DF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727859AbfLIOnC (ORCPT ); Mon, 9 Dec 2019 09:43:02 -0500 Received: from mail-wm1-f66.google.com ([209.85.128.66]:33884 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727469AbfLIOnB (ORCPT ); Mon, 9 Dec 2019 09:43:01 -0500 Received: by mail-wm1-f66.google.com with SMTP id f4so55826wmj.1; Mon, 09 Dec 2019 06:42:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=R4K9ORFcKjOfhf7UVMWZdsJH8837cw9ZvD+EXPO6074=; b=FO+mu1DFbkNK4xBPEIcCtnOc9X0v+yOEp1bS+0oyVGZ28lmpMspr3NxrIU1xKiGtDy hQnhfV8LkSCAYKPheAcx9a3opmzZM8DPtsnF/rWNS/Sx7uuPiNK3PGKs0RgMmCotAfGf 6fQ26e3wjpMTIPYtw8fO5Xpv79nwr8uV/XmselPkYcbEW2tgINBdGHJlLAa7IjePPhAm QrP+/4VZhM+UHZ+RN+z/MRF+3mo6BLj7Ec2y7SS0GlZDzZwqbLMfOc9ugc0KO6dTNlcI eN6OAR230oaoMxd5Lr5uCGOsvBqMNu5ktni53TI2dy7vTD8vvAxXU2e3cK5TNM3Jda52 Kizg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=R4K9ORFcKjOfhf7UVMWZdsJH8837cw9ZvD+EXPO6074=; b=I37yUzlzCj3+dqJB/p1jxxqelOauDb5C/SQ0mwJAf5yLsGl8qxjU+ywAo6XMrjQ99T QppIBWPqdYZ86Xb+GMECDC7S9ZLgNA9pYiiXh3cy+nvqigS7nqfsYejOfeesSZ3+6Vmw D65kX7kJEH3xVFUyjSAJLwprYlSSUslFyp9mITgyeQW5D/ZWE5iX/DI7DUzPH26KmMDh P6jGGJ1568ZmXoJD9X8OTerFUpJDuQ/rlm0BkfzEjvHgpgsNSQ68sIu6V3IKZzPQG1+F JHh7qWGqFF9Ie78bacw7JCUe4zQf/E+expOgz98hWOSNGxo9Uw4UEkqIz07NgRTFt0OJ o/Zg== X-Gm-Message-State: APjAAAUkKzXI2v+Sm6174bAYGu7F7kuF6Dhy2eFTIeN6zGWnvt102hqL GFGJIgbpYAFPq0RmgLIAbgA= X-Google-Smtp-Source: APXvYqxPxr/O9qW6OPFOFKePg95mm5+7sPweVyKnhAjNAhhX8Rnn0avW5NyNIitXIcpT4UFiXbAYQg== X-Received: by 2002:a05:600c:1108:: with SMTP id b8mr23503536wma.17.1575902579092; Mon, 09 Dec 2019 06:42:59 -0800 (PST) Received: from localhost (pD9E518ED.dip0.t-ipconnect.de. [217.229.24.237]) by smtp.gmail.com with ESMTPSA id u22sm30326898wru.30.2019.12.09.06.42.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Dec 2019 06:42:58 -0800 (PST) From: Thierry Reding To: Joerg Roedel Cc: Will Deacon , Robin Murphy , iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Frank Rowand , Rob Herring Subject: [PATCH v2 1/2] iommu: Implement of_iommu_get_resv_regions() Date: Mon, 9 Dec 2019 15:42:55 +0100 Message-Id: <20191209144256.2396808-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thierry Reding This is an implementation that IOMMU drivers can use to obtain reserved memory regions from a device tree node. It uses the reserved-memory DT bindings to find the regions associated with a given device. These regions will be used to create 1:1 mappings in the IOMMU domain that the devices will be attached to. Cc: Frank Rowand Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring Signed-off-by: Thierry Reding --- drivers/iommu/of_iommu.c | 39 +++++++++++++++++++++++++++++++++++++++ include/linux/of_iommu.h | 8 ++++++++ 2 files changed, 47 insertions(+) diff --git a/drivers/iommu/of_iommu.c b/drivers/iommu/of_iommu.c index 026ad2b29dcd..d6b14fbef64a 100644 --- a/drivers/iommu/of_iommu.c +++ b/drivers/iommu/of_iommu.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -227,3 +228,41 @@ const struct iommu_ops *of_iommu_configure(struct device *dev, return ops; } + +/** + * of_iommu_get_resv_regions - reserved region driver helper for device tree + * @dev: device for which to get reserved regions + * @list: reserved region list + * + * IOMMU drivers can use this to implement their .get_resv_regions() callback + * for memory regions attached to a device tree node. See the reserved-memory + * device tree bindings on how to use these: + * + * Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt + */ +void of_iommu_get_resv_regions(struct device *dev, struct list_head *list) +{ + struct of_phandle_iterator it; + int err; + + of_for_each_phandle(&it, err, dev->of_node, "memory-region", NULL, 0) { + struct iommu_resv_region *region; + struct resource res; + + err = of_address_to_resource(it.node, 0, &res); + if (err < 0) { + dev_err(dev, "failed to parse memory region %pOF: %d\n", + it.node, err); + continue; + } + + region = iommu_alloc_resv_region(res.start, resource_size(&res), + IOMMU_READ | IOMMU_WRITE, + IOMMU_RESV_DIRECT_RELAXABLE); + if (!region) + continue; + + list_add_tail(®ion->list, list); + } +} +EXPORT_SYMBOL(of_iommu_get_resv_regions); diff --git a/include/linux/of_iommu.h b/include/linux/of_iommu.h index f3d40dd7bb66..fa16b26f55bc 100644 --- a/include/linux/of_iommu.h +++ b/include/linux/of_iommu.h @@ -15,6 +15,9 @@ extern int of_get_dma_window(struct device_node *dn, const char *prefix, extern const struct iommu_ops *of_iommu_configure(struct device *dev, struct device_node *master_np); +extern void of_iommu_get_resv_regions(struct device *dev, + struct list_head *list); + #else static inline int of_get_dma_window(struct device_node *dn, const char *prefix, @@ -30,6 +33,11 @@ static inline const struct iommu_ops *of_iommu_configure(struct device *dev, return NULL; } +static inline void of_iommu_get_resv_regions(struct device *dev, + struct list_head *list) +{ +} + #endif /* CONFIG_OF_IOMMU */ #endif /* __OF_IOMMU_H */ -- 2.23.0