All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yangtao Li <tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org,
	m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	will.deacon-5wv7dgnIgG8@public.gmane.org,
	robin.murphy-5wv7dgnIgG8@public.gmane.org,
	agross-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Yangtao Li <tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH 02/10] iommu/io-pgtable: convert to SPDX license tags
Date: Thu, 13 Jun 2019 12:26:55 -0400	[thread overview]
Message-ID: <20190613162703.986-2-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: Yangtao Li <tiny.windzz@gmail.com>
To: joro@8bytes.org, m.szyprowski@samsung.com, kgene@kernel.org,
	krzk@kernel.org, will.deacon@arm.com, robin.murphy@arm.com,
	agross@kernel.org, david.brown@linaro.org, robdclark@gmail.com,
	heiko@sntech.de, thierry.reding@gmail.com, jonathanh@nvidia.com
Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-rockchip@lists.infradead.org, linux-tegra@vger.kernel.org,
	Yangtao Li <tiny.windzz@gmail.com>
Subject: [PATCH 02/10] iommu/io-pgtable: convert to SPDX license tags
Date: Thu, 13 Jun 2019 12:26:55 -0400	[thread overview]
Message-ID: <20190613162703.986-2-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20190613162703.986-1-tiny.windzz@gmail.com>

Updates license to use SPDX-License-Identifier.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 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@arm.com>
-- 
2.17.0


WARNING: multiple messages have this Message-ID (diff)
From: Yangtao Li <tiny.windzz@gmail.com>
To: joro@8bytes.org, m.szyprowski@samsung.com, kgene@kernel.org,
	krzk@kernel.org, will.deacon@arm.com, robin.murphy@arm.com,
	agross@kernel.org, david.brown@linaro.org, robdclark@gmail.com,
	heiko@sntech.de, thierry.reding@gmail.com, jonathanh@nvidia.com
Cc: linux-samsung-soc@vger.kernel.org,
	Yangtao Li <tiny.windzz@gmail.com>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	iommu@lists.linux-foundation.org, linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/10] iommu/io-pgtable: convert to SPDX license tags
Date: Thu, 13 Jun 2019 12:26:55 -0400	[thread overview]
Message-ID: <20190613162703.986-2-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20190613162703.986-1-tiny.windzz@gmail.com>

Updates license to use SPDX-License-Identifier.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 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@arm.com>
-- 
2.17.0

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

WARNING: multiple messages have this Message-ID (diff)
From: Yangtao Li <tiny.windzz@gmail.com>
To: joro@8bytes.org, m.szyprowski@samsung.com, kgene@kernel.org,
	krzk@kernel.org, will.deacon@arm.com, robin.murphy@arm.com,
	agross@kernel.org, david.brown@linaro.org, robdclark@gmail.com,
	heiko@sntech.de, thierry.reding@gmail.com, jonathanh@nvidia.com
Cc: linux-samsung-soc@vger.kernel.org,
	Yangtao Li <tiny.windzz@gmail.com>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	iommu@lists.linux-foundation.org, linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/10] iommu/io-pgtable: convert to SPDX license tags
Date: Thu, 13 Jun 2019 12:26:55 -0400	[thread overview]
Message-ID: <20190613162703.986-2-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20190613162703.986-1-tiny.windzz@gmail.com>

Updates license to use SPDX-License-Identifier.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 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@arm.com>
-- 
2.17.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-06-13 16:26 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-13 16:26 [PATCH 01/10] iommu/exynos: convert to SPDX license tags Yangtao Li
2019-06-13 16:26 ` Yangtao Li
2019-06-13 16:26 ` Yangtao Li
2019-06-13 16:26 ` 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:26   ` Yangtao Li
     [not found]   ` <20190613162703.986-5-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:41     ` Robin Murphy
2019-06-13 16:41       ` Robin Murphy
2019-06-13 16:41       ` Robin Murphy
2019-06-13 16:41       ` Robin Murphy
2019-06-13 16:26 ` [PATCH 06/10] iommu/io-pgtable-arm-v7s: " Yangtao Li
2019-06-13 16:26   ` Yangtao Li
2019-06-13 16:26   ` Yangtao Li
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   ` Yangtao Li
     [not found]   ` <20190613162703.986-7-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:38     ` Will Deacon
2019-06-13 16:38       ` Will Deacon
2019-06-13 16:38       ` Will Deacon
2019-06-13 16:38       ` Will Deacon
2019-06-13 16:27 ` [PATCH 08/10] iommu/sysfs: " Yangtao Li
2019-06-13 16:27   ` Yangtao Li
2019-06-13 16:27   ` Yangtao Li
2019-06-13 16:27 ` [PATCH 09/10] iommu/rockchip: " Yangtao Li
2019-06-13 16:27   ` Yangtao Li
2019-06-13 16:27   ` Yangtao Li
2019-06-13 19:09   ` Heiko Stübner
2019-06-13 19:09     ` Heiko Stübner
2019-06-13 19:09     ` Heiko Stübner
2019-06-13 16:27 ` [PATCH 10/10] iommu/tegra-smmu: " Yangtao Li
2019-06-13 16:27   ` Yangtao Li
2019-06-13 16:27   ` Yangtao Li
     [not found]   ` <20190613162703.986-10-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:35     ` Thierry Reding
2019-06-13 16:35       ` Thierry Reding
2019-06-13 16:35       ` Thierry Reding
2019-06-13 16:35       ` Thierry Reding
2019-06-14  6:28 ` [PATCH 01/10] iommu/exynos: " Krzysztof Kozlowski
2019-06-14  6:28   ` Krzysztof Kozlowski
2019-06-14  6:28   ` Krzysztof Kozlowski
2019-06-14  6:28   ` Krzysztof Kozlowski
     [not found] ` <20190613162703.986-1-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:26   ` Yangtao Li [this message]
2019-06-13 16:26     ` [PATCH 02/10] iommu/io-pgtable: " Yangtao Li
2019-06-13 16:26     ` Yangtao Li
2019-06-13 16:26     ` Yangtao Li
     [not found]     ` <20190613162703.986-2-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:38       ` Will Deacon
2019-06-13 16:38         ` Will Deacon
2019-06-13 16:38         ` Will Deacon
2019-06-13 16:38         ` Will Deacon
2019-06-13 16:26   ` [PATCH 03/10] iommu/omap: " Yangtao Li
2019-06-13 16:26     ` Yangtao Li
2019-06-13 16:26     ` Yangtao Li
2019-06-13 16:26     ` Yangtao Li
     [not found]     ` <20190613162703.986-3-tiny.windzz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-13 16:39       ` Suman Anna
2019-06-13 16:39         ` Suman Anna
2019-06-13 16:39         ` Suman Anna via iommu
2019-06-13 16:39         ` Suman Anna
2019-06-13 16:55         ` Frank Lee
2019-06-13 16:55           ` Frank Lee
2019-06-13 16:55           ` Frank Lee
2019-06-13 16:55           ` Frank Lee
2019-06-13 16:26   ` [PATCH 04/10] iommu/qcom: " Yangtao Li
2019-06-13 16:26     ` Yangtao Li
2019-06-13 16:26     ` Yangtao Li
2019-06-13 16:26     ` Yangtao Li
2019-06-14  7:12   ` [PATCH 01/10] iommu/exynos: " Christoph Hellwig
2019-06-14  7:12     ` Christoph Hellwig
2019-06-14  7:12     ` Christoph Hellwig
2019-06-14  7:12     ` Christoph Hellwig
2019-06-14 17:39     ` Frank Lee
2019-06-14 17:39       ` Frank Lee
2019-06-14 17:39       ` Frank Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190613162703.986-2-tiny.windzz@gmail.com \
    --to=tiny.windzz-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=agross-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org \
    --cc=kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=robin.murphy-5wv7dgnIgG8@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.