linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Murphy <robin.murphy@arm.com>
To: Yangtao Li <tiny.windzz@gmail.com>,
	joro@8bytes.org, m.szyprowski@samsung.com, kgene@kernel.org,
	krzk@kernel.org, will.deacon@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
Subject: Re: [PATCH 05/10] iommu/dma-iommu: convert to SPDX license tags
Date: Thu, 13 Jun 2019 17:41:48 +0100	[thread overview]
Message-ID: <867e7308-7ef7-b2a3-e088-7e9419878b76@arm.com> (raw)
In-Reply-To: <20190613162703.986-5-tiny.windzz@gmail.com>

On 13/06/2019 17:26, Yangtao Li wrote:
> Updates license to use SPDX-License-Identifier.

A more complete version of this (which also covers the header) is 
already queued in -next.

Robin.

> 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>
> 

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

Thread overview: 20+ 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 ` [PATCH 02/10] iommu/io-pgtable: " Yangtao Li
2019-06-13 16:38   ` Will Deacon
2019-06-13 16:26 ` [PATCH 03/10] iommu/omap: " Yangtao Li
2019-06-13 16:39   ` Suman Anna
2019-06-13 16:55     ` Frank Lee
2019-06-13 16:26 ` [PATCH 04/10] iommu/qcom: " Yangtao Li
2019-06-13 16:26 ` [PATCH 05/10] iommu/dma-iommu: " Yangtao Li
2019-06-13 16:41   ` Robin Murphy [this message]
2019-06-13 16:26 ` [PATCH 06/10] iommu/io-pgtable-arm-v7s: " Yangtao Li
2019-06-13 16:27 ` [PATCH 07/10] iommu/io-pgtable-arm: " Yangtao Li
2019-06-13 16:38   ` Will Deacon
2019-06-13 16:27 ` [PATCH 08/10] iommu/sysfs: " Yangtao Li
2019-06-13 16:27 ` [PATCH 09/10] iommu/rockchip: " Yangtao Li
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:35   ` Thierry Reding
2019-06-14  6:28 ` [PATCH 01/10] iommu/exynos: " Krzysztof Kozlowski
2019-06-14  7:12 ` Christoph Hellwig
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=867e7308-7ef7-b2a3-e088-7e9419878b76@arm.com \
    --to=robin.murphy@arm.com \
    --cc=agross@kernel.org \
    --cc=david.brown@linaro.org \
    --cc=heiko@sntech.de \
    --cc=iommu@lists.linux-foundation.org \
    --cc=jonathanh@nvidia.com \
    --cc=joro@8bytes.org \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=robdclark@gmail.com \
    --cc=thierry.reding@gmail.com \
    --cc=tiny.windzz@gmail.com \
    --cc=will.deacon@arm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).