* [PATCH 05/10] iommu/dma-iommu: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
@ 2019-06-13 16:26 ` Yangtao Li
[not found] ` <20190613162703.986-5-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:26 ` [PATCH 06/10] iommu/io-pgtable-arm-v7s: " Yangtao Li
` (6 subsequent siblings)
7 siblings, 1 reply; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:26 UTC (permalink / raw)
To: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, heiko, thierry.reding, jonathanh
Cc: iommu, linux-kernel, linux-arm-kernel, linux-samsung-soc,
linux-arm-msm, linux-rockchip, linux-tegra, Yangtao Li
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/iommu/dma-iommu.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c
index 129c4badf9ae..2d76bac43b82 100644
--- a/drivers/iommu/dma-iommu.c
+++ b/drivers/iommu/dma-iommu.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* A fairly generic DMA-API to IOMMU-API glue layer.
*
@@ -5,18 +6,6 @@
*
* based in part on arch/arm/mm/dma-mapping.c:
* Copyright (C) 2000-2004 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <linux/acpi_iort.h>
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* [PATCH 06/10] iommu/io-pgtable-arm-v7s: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
2019-06-13 16:26 ` [PATCH 05/10] iommu/dma-iommu: " Yangtao Li
@ 2019-06-13 16:26 ` Yangtao Li
2019-06-13 16:27 ` [PATCH 07/10] iommu/io-pgtable-arm: " Yangtao Li
` (5 subsequent siblings)
7 siblings, 0 replies; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:26 UTC (permalink / raw)
To: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, heiko, thierry.reding, jonathanh
Cc: iommu, linux-kernel, linux-arm-kernel, linux-samsung-soc,
linux-arm-msm, linux-rockchip, linux-tegra, Yangtao Li
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/iommu/io-pgtable-arm-v7s.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/iommu/io-pgtable-arm-v7s.c b/drivers/iommu/io-pgtable-arm-v7s.c
index 9a8a8870e267..fd0c8f2def45 100644
--- a/drivers/iommu/io-pgtable-arm-v7s.c
+++ b/drivers/iommu/io-pgtable-arm-v7s.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* CPU-agnostic ARM page table allocator.
*
@@ -14,18 +15,6 @@
* - PXN
* - Domains
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
* Copyright (C) 2014-2015 ARM Limited
* Copyright (c) 2014-2015 MediaTek Inc.
*/
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* [PATCH 07/10] iommu/io-pgtable-arm: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
2019-06-13 16:26 ` [PATCH 05/10] iommu/dma-iommu: " Yangtao Li
2019-06-13 16:26 ` [PATCH 06/10] iommu/io-pgtable-arm-v7s: " Yangtao Li
@ 2019-06-13 16:27 ` Yangtao Li
[not found] ` <20190613162703.986-7-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:27 ` [PATCH 08/10] iommu/sysfs: " Yangtao Li
` (4 subsequent siblings)
7 siblings, 1 reply; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:27 UTC (permalink / raw)
To: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, heiko, thierry.reding, jonathanh
Cc: iommu, linux-kernel, linux-arm-kernel, linux-samsung-soc,
linux-arm-msm, linux-rockchip, linux-tegra, Yangtao Li
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/iommu/io-pgtable-arm.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/iommu/io-pgtable-arm.c b/drivers/iommu/io-pgtable-arm.c
index 4e21efbc4459..6282c45eefaa 100644
--- a/drivers/iommu/io-pgtable-arm.c
+++ b/drivers/iommu/io-pgtable-arm.c
@@ -1,18 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* CPU-agnostic ARM page table allocator.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
* Copyright (C) 2014 ARM Limited
*
* Author: Will Deacon <will.deacon@arm.com>
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* [PATCH 08/10] iommu/sysfs: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
` (2 preceding siblings ...)
2019-06-13 16:27 ` [PATCH 07/10] iommu/io-pgtable-arm: " Yangtao Li
@ 2019-06-13 16:27 ` Yangtao Li
2019-06-13 16:27 ` [PATCH 09/10] iommu/rockchip: " Yangtao Li
` (3 subsequent siblings)
7 siblings, 0 replies; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:27 UTC (permalink / raw)
To: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, heiko, thierry.reding, jonathanh
Cc: iommu, linux-kernel, linux-arm-kernel, linux-samsung-soc,
linux-arm-msm, linux-rockchip, linux-tegra, Yangtao Li
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/iommu/iommu-sysfs.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/iommu/iommu-sysfs.c b/drivers/iommu/iommu-sysfs.c
index 44127d54e943..a193758c8122 100644
--- a/drivers/iommu/iommu-sysfs.c
+++ b/drivers/iommu/iommu-sysfs.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* IOMMU sysfs class support
*
* Copyright (C) 2014 Red Hat, Inc. All rights reserved.
* Author: Alex Williamson <alex.williamson@redhat.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/device.h>
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* [PATCH 09/10] iommu/rockchip: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
` (3 preceding siblings ...)
2019-06-13 16:27 ` [PATCH 08/10] iommu/sysfs: " Yangtao Li
@ 2019-06-13 16:27 ` Yangtao Li
2019-06-13 19:09 ` Heiko Stübner
2019-06-13 16:27 ` [PATCH 10/10] iommu/tegra-smmu: " Yangtao Li
` (2 subsequent siblings)
7 siblings, 1 reply; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:27 UTC (permalink / raw)
To: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, heiko, thierry.reding, jonathanh
Cc: iommu, linux-kernel, linux-arm-kernel, linux-samsung-soc,
linux-arm-msm, linux-rockchip, linux-tegra, Yangtao Li
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/iommu/rockchip-iommu.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/iommu/rockchip-iommu.c b/drivers/iommu/rockchip-iommu.c
index 77d4bd93fe4b..9c4c6eb7d42b 100644
--- a/drivers/iommu/rockchip-iommu.c
+++ b/drivers/iommu/rockchip-iommu.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* IOMMU API for Rockchip
*
* Module Authors: Simon Xue <xxm@rock-chips.com>
* Daniel Kurtz <djkurtz@chromium.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/clk.h>
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* Re: [PATCH 09/10] iommu/rockchip: convert to SPDX license tags
2019-06-13 16:27 ` [PATCH 09/10] iommu/rockchip: " Yangtao Li
@ 2019-06-13 19:09 ` Heiko Stübner
0 siblings, 0 replies; 20+ messages in thread
From: Heiko Stübner @ 2019-06-13 19:09 UTC (permalink / raw)
To: Yangtao Li
Cc: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, thierry.reding, jonathanh, iommu,
linux-kernel, linux-arm-kernel, linux-samsung-soc, linux-arm-msm,
linux-rockchip, linux-tegra
Am Donnerstag, 13. Juni 2019, 18:27:02 CEST schrieb Yangtao Li:
> Updates license to use SPDX-License-Identifier.
>
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 20+ messages in thread
* [PATCH 10/10] iommu/tegra-smmu: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
` (4 preceding siblings ...)
2019-06-13 16:27 ` [PATCH 09/10] iommu/rockchip: " Yangtao Li
@ 2019-06-13 16:27 ` Yangtao Li
[not found] ` <20190613162703.986-10-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-14 6:28 ` [PATCH 01/10] iommu/exynos: " Krzysztof Kozlowski
[not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
7 siblings, 1 reply; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:27 UTC (permalink / raw)
To: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, david.brown, robdclark, heiko, thierry.reding, jonathanh
Cc: iommu, linux-kernel, linux-arm-kernel, linux-samsung-soc,
linux-arm-msm, linux-rockchip, linux-tegra, Yangtao Li
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
drivers/iommu/tegra-smmu.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index 463ee08f7d3a..9a50ca4ec65c 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2011-2014 NVIDIA CORPORATION. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/bitops.h>
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* Re: [PATCH 01/10] iommu/exynos: convert to SPDX license tags
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
` (5 preceding siblings ...)
2019-06-13 16:27 ` [PATCH 10/10] iommu/tegra-smmu: " Yangtao Li
@ 2019-06-14 6:28 ` Krzysztof Kozlowski
[not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
7 siblings, 0 replies; 20+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-14 6:28 UTC (permalink / raw)
To: Yangtao Li
Cc: joro, Marek Szyprowski, kgene, will.deacon, robin.murphy, agross,
david.brown, robdclark, heiko, thierry.reding, jonathanh, iommu,
linux-kernel, linux-arm-kernel, linux-samsung-soc@vger.kernel.org,
linux-arm-msm, linux-rockchip, linux-tegra
On Thu, 13 Jun 2019 at 18:27, Yangtao Li <tiny.windzz@gmail.com> wrote:
>
> Updates license to use SPDX-License-Identifier.
>
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
> ---
> drivers/iommu/exynos-iommu.c | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
Splitting this per driver is too much... it is not necessary. Such
changes should be done in one patch per subsystem.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 20+ messages in thread[parent not found: <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* [PATCH 02/10] iommu/io-pgtable: convert to SPDX license tags
[not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2019-06-13 16:26 ` Yangtao Li
[not found] ` <20190613162703.986-2-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:26 ` [PATCH 03/10] iommu/omap: " Yangtao Li
` (2 subsequent siblings)
3 siblings, 1 reply; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:26 UTC (permalink / raw)
To: joro-zLv9SwRftAIdnm+yROfE0A, m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ,
kgene-DgEjT+Ai2ygdnm+yROfE0A, krzk-DgEjT+Ai2ygdnm+yROfE0A,
will.deacon-5wv7dgnIgG8, robin.murphy-5wv7dgnIgG8,
agross-DgEjT+Ai2ygdnm+yROfE0A, david.brown-QSEj5FYQhm4dnm+yROfE0A,
robdclark-Re5JQEeQqe8AvxtiuMwx3w, heiko-4mtYJXux2i+zQB+pC5nmwQ,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
jonathanh-DDmLM1+adcrQT0dZR+AlfA
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, Yangtao Li,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
drivers/iommu/io-pgtable.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/iommu/io-pgtable.c b/drivers/iommu/io-pgtable.c
index 5227cfdbb65b..3c84ff1901ea 100644
--- a/drivers/iommu/io-pgtable.c
+++ b/drivers/iommu/io-pgtable.c
@@ -1,18 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Generic page table allocator for IOMMUs.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
* Copyright (C) 2014 ARM Limited
*
* Author: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* [PATCH 03/10] iommu/omap: convert to SPDX license tags
[not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:26 ` [PATCH 02/10] iommu/io-pgtable: " Yangtao Li
@ 2019-06-13 16:26 ` Yangtao Li
[not found] ` <20190613162703.986-3-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:26 ` [PATCH 04/10] iommu/qcom: " Yangtao Li
2019-06-14 7:12 ` [PATCH 01/10] iommu/exynos: " Christoph Hellwig
3 siblings, 1 reply; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:26 UTC (permalink / raw)
To: joro-zLv9SwRftAIdnm+yROfE0A, m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ,
kgene-DgEjT+Ai2ygdnm+yROfE0A, krzk-DgEjT+Ai2ygdnm+yROfE0A,
will.deacon-5wv7dgnIgG8, robin.murphy-5wv7dgnIgG8,
agross-DgEjT+Ai2ygdnm+yROfE0A, david.brown-QSEj5FYQhm4dnm+yROfE0A,
robdclark-Re5JQEeQqe8AvxtiuMwx3w, heiko-4mtYJXux2i+zQB+pC5nmwQ,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
jonathanh-DDmLM1+adcrQT0dZR+AlfA
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, Yangtao Li,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
drivers/iommu/omap-iommu-debug.c | 5 +----
drivers/iommu/omap-iommu.c | 5 +----
drivers/iommu/omap-iommu.h | 5 +----
drivers/iommu/omap-iopgtable.h | 5 +----
4 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/drivers/iommu/omap-iommu-debug.c b/drivers/iommu/omap-iommu-debug.c
index 4abc0ef522a8..55ec67a45101 100644
--- a/drivers/iommu/omap-iommu-debug.c
+++ b/drivers/iommu/omap-iommu-debug.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* omap iommu: debugfs interface
*
* Copyright (C) 2008-2009 Nokia Corporation
*
* Written by Hiroshi DOYU <Hiroshi.DOYU-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/err.h>
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c
index d2fb347aa4ff..e6442876913f 100644
--- a/drivers/iommu/omap-iommu.c
+++ b/drivers/iommu/omap-iommu.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* omap iommu: tlb and pagetable primitives
*
@@ -6,10 +7,6 @@
*
* Written by Hiroshi DOYU <Hiroshi.DOYU-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>,
* Paul Mundt and Toshihiro Kobayashi
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/dma-mapping.h>
diff --git a/drivers/iommu/omap-iommu.h b/drivers/iommu/omap-iommu.h
index 1703159ef5af..5256e17d86a7 100644
--- a/drivers/iommu/omap-iommu.h
+++ b/drivers/iommu/omap-iommu.h
@@ -1,13 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* omap iommu: main structures
*
* Copyright (C) 2008-2009 Nokia Corporation
*
* Written by Hiroshi DOYU <Hiroshi.DOYU-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#ifndef _OMAP_IOMMU_H
diff --git a/drivers/iommu/omap-iopgtable.h b/drivers/iommu/omap-iopgtable.h
index 01a315227bf0..871c2a38f453 100644
--- a/drivers/iommu/omap-iopgtable.h
+++ b/drivers/iommu/omap-iopgtable.h
@@ -1,13 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* omap iommu: pagetable definitions
*
* Copyright (C) 2008-2010 Nokia Corporation
*
* Written by Hiroshi DOYU <Hiroshi.DOYU-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#ifndef _OMAP_IOPGTABLE_H
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* [PATCH 04/10] iommu/qcom: convert to SPDX license tags
[not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:26 ` [PATCH 02/10] iommu/io-pgtable: " Yangtao Li
2019-06-13 16:26 ` [PATCH 03/10] iommu/omap: " Yangtao Li
@ 2019-06-13 16:26 ` Yangtao Li
2019-06-14 7:12 ` [PATCH 01/10] iommu/exynos: " Christoph Hellwig
3 siblings, 0 replies; 20+ messages in thread
From: Yangtao Li @ 2019-06-13 16:26 UTC (permalink / raw)
To: joro-zLv9SwRftAIdnm+yROfE0A, m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ,
kgene-DgEjT+Ai2ygdnm+yROfE0A, krzk-DgEjT+Ai2ygdnm+yROfE0A,
will.deacon-5wv7dgnIgG8, robin.murphy-5wv7dgnIgG8,
agross-DgEjT+Ai2ygdnm+yROfE0A, david.brown-QSEj5FYQhm4dnm+yROfE0A,
robdclark-Re5JQEeQqe8AvxtiuMwx3w, heiko-4mtYJXux2i+zQB+pC5nmwQ,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
jonathanh-DDmLM1+adcrQT0dZR+AlfA
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, Yangtao Li,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
drivers/iommu/qcom_iommu.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/iommu/qcom_iommu.c b/drivers/iommu/qcom_iommu.c
index 8cdd3f059513..ad913720d7dd 100644
--- a/drivers/iommu/qcom_iommu.c
+++ b/drivers/iommu/qcom_iommu.c
@@ -1,18 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* IOMMU API for QCOM secure IOMMUs. Somewhat based on arm-smmu.c
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
* Copyright (C) 2013 ARM Limited
* Copyright (C) 2017 Red Hat
*/
--
2.17.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* Re: [PATCH 01/10] iommu/exynos: convert to SPDX license tags
[not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
` (2 preceding siblings ...)
2019-06-13 16:26 ` [PATCH 04/10] iommu/qcom: " Yangtao Li
@ 2019-06-14 7:12 ` Christoph Hellwig
2019-06-14 17:39 ` Frank Lee
3 siblings, 1 reply; 20+ messages in thread
From: Christoph Hellwig @ 2019-06-14 7:12 UTC (permalink / raw)
To: Yangtao Li
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
heiko-4mtYJXux2i+zQB+pC5nmwQ,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA, joro-zLv9SwRftAIdnm+yROfE0A,
will.deacon-5wv7dgnIgG8, agross-DgEjT+Ai2ygdnm+yROfE0A,
krzk-DgEjT+Ai2ygdnm+yROfE0A, jonathanh-DDmLM1+adcrQT0dZR+AlfA,
david.brown-QSEj5FYQhm4dnm+yROfE0A,
robdclark-Re5JQEeQqe8AvxtiuMwx3w, kgene-DgEjT+Ai2ygdnm+yROfE0A,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA, robin.murphy-5wv7dgnIgG8,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ
Thomas Gleixner is doing automated SPDX conversion that directly
got to Linux at the moment. I'd avoid doing more manual ones for
now as it will just create conflicts.
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: [PATCH 01/10] iommu/exynos: convert to SPDX license tags
2019-06-14 7:12 ` [PATCH 01/10] iommu/exynos: " Christoph Hellwig
@ 2019-06-14 17:39 ` Frank Lee
0 siblings, 0 replies; 20+ messages in thread
From: Frank Lee @ 2019-06-14 17:39 UTC (permalink / raw)
To: tglx
Cc: joro, m.szyprowski, kgene, krzk, will.deacon, robin.murphy,
agross, David Brown, Rob Clark, Heiko Stübner,
Thierry Reding, jonathanh, linux-samsung-soc, linux-arm-msm,
Linux Kernel Mailing List, linux-rockchip, iommu, linux-tegra,
Linux ARM, Christoph Hellwig
Need me to make them a patch?
MBR,
Yangtao
^ permalink raw reply [flat|nested] 20+ messages in thread