All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2] dmaengine: rcar-dmac: convert to SPDX identifiers
@ 2018-07-04  0:34 ` Kuninori Morimoto
  0 siblings, 0 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2018-07-04  0:34 UTC (permalink / raw)
  To: Vinod
  Cc: Geert Uytterhoeven, Dan Williams, Magnus Damm, Linux-Renesas,
	Laurent Pinchart, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	Hiroki Negishi

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch is using C++ comment style for SPDX line only,
because driver author want it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
I posted this because I don't know which style was OK.
Please pick-up best side patch

v1 -> v2

 - used // for SPDX line only

 drivers/dma/sh/rcar-dmac.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c
index 79d14af..ebd160d 100644
--- a/drivers/dma/sh/rcar-dmac.c
+++ b/drivers/dma/sh/rcar-dmac.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Renesas R-Car Gen2 DMA Controller Driver
  *
  * Copyright (C) 2014 Renesas Electronics Inc.
  *
  * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
- *
- * This is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
  */
 
 #include <linux/delay.h>

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v2] dmaengine: rcar-dmac: convert to SPDX identifiers
@ 2018-07-04  0:34 ` Kuninori Morimoto
  0 siblings, 0 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2018-07-04  0:34 UTC (permalink / raw)
  To: Vinod
  Cc: Geert Uytterhoeven, Dan Williams, Magnus Damm, Linux-Renesas,
	Laurent Pinchart, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	Hiroki Negishi


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch is using C++ comment style for SPDX line only,
because driver author want it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
I posted this because I don't know which style was OK.
Please pick-up best side patch

v1 -> v2

 - used // for SPDX line only

 drivers/dma/sh/rcar-dmac.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c
index 79d14af..ebd160d 100644
--- a/drivers/dma/sh/rcar-dmac.c
+++ b/drivers/dma/sh/rcar-dmac.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Renesas R-Car Gen2 DMA Controller Driver
  *
  * Copyright (C) 2014 Renesas Electronics Inc.
  *
  * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
- *
- * This is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
  */
 
 #include <linux/delay.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [v2] dmaengine: rcar-dmac: convert to SPDX identifiers
  2018-07-04  0:34 ` [PATCH v2] " Kuninori Morimoto
@ 2018-07-04  7:20 ` Geert Uytterhoeven
  -1 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-07-04  7:20 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: vkoul, Dan Williams, Magnus Damm, Linux-Renesas,
	Laurent Pinchart, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	hiroki.negishi.bx

On Wed, Jul 4, 2018 at 2:34 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> This patch is using C++ comment style for SPDX line only,
> because driver author want it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

>   August 21 -  Release of renesas-drivers-2018-08-21-v4.18 (TBC) or
>               Release of renesas-drivers-2018-08-21-v4.19-rc1 (TBC)

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] dmaengine: rcar-dmac: convert to SPDX identifiers
@ 2018-07-04  7:20 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-07-04  7:20 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: vkoul, Dan Williams, Magnus Damm, Linux-Renesas,
	Laurent Pinchart, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	hiroki.negishi.bx

On Wed, Jul 4, 2018 at 2:34 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> This patch is using C++ comment style for SPDX line only,
> because driver author want it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

>   August 21 -  Release of renesas-drivers-2018-08-21-v4.18 (TBC) or
>               Release of renesas-drivers-2018-08-21-v4.19-rc1 (TBC)

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [v2] dmaengine: rcar-dmac: convert to SPDX identifiers
  2018-07-04  0:34 ` [PATCH v2] " Kuninori Morimoto
@ 2018-07-05  8:30 ` Laurent Pinchart
  -1 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2018-07-05  8:30 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Vinod, Geert Uytterhoeven, Dan Williams, Magnus Damm,
	Linux-Renesas, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	Hiroki Negishi

Hi Morimoto-san,

Thank you for the patch.

On Wednesday, 4 July 2018 03:34:10 EEST Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch is using C++ comment style for SPDX line only,
> because driver author want it.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> I posted this because I don't know which style was OK.
> Please pick-up best side patch
> 
> v1 -> v2
> 
>  - used // for SPDX line only
> 
>  drivers/dma/sh/rcar-dmac.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c
> index 79d14af..ebd160d 100644
> --- a/drivers/dma/sh/rcar-dmac.c
> +++ b/drivers/dma/sh/rcar-dmac.c
> @@ -1,13 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Renesas R-Car Gen2 DMA Controller Driver
>   *
>   * Copyright (C) 2014 Renesas Electronics Inc.
>   *
>   * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> - *
> - * This is free software; you can redistribute it and/or modify
> - * it under the terms of version 2 of the GNU General Public License as
> - * published by the Free Software Foundation.
>   */
> 
>  #include <linux/delay.h>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] dmaengine: rcar-dmac: convert to SPDX identifiers
@ 2018-07-05  8:30 ` Laurent Pinchart
  0 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2018-07-05  8:30 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Vinod, Geert Uytterhoeven, Dan Williams, Magnus Damm,
	Linux-Renesas, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	Hiroki Negishi

Hi Morimoto-san,

Thank you for the patch.

On Wednesday, 4 July 2018 03:34:10 EEST Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch is using C++ comment style for SPDX line only,
> because driver author want it.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> I posted this because I don't know which style was OK.
> Please pick-up best side patch
> 
> v1 -> v2
> 
>  - used // for SPDX line only
> 
>  drivers/dma/sh/rcar-dmac.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c
> index 79d14af..ebd160d 100644
> --- a/drivers/dma/sh/rcar-dmac.c
> +++ b/drivers/dma/sh/rcar-dmac.c
> @@ -1,13 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Renesas R-Car Gen2 DMA Controller Driver
>   *
>   * Copyright (C) 2014 Renesas Electronics Inc.
>   *
>   * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> - *
> - * This is free software; you can redistribute it and/or modify
> - * it under the terms of version 2 of the GNU General Public License as
> - * published by the Free Software Foundation.
>   */
> 
>  #include <linux/delay.h>


-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [v2] dmaengine: rcar-dmac: convert to SPDX identifiers
  2018-07-04  0:34 ` [PATCH v2] " Kuninori Morimoto
@ 2018-07-06  6:02 ` Vinod
  -1 siblings, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2018-07-06  6:02 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Geert Uytterhoeven, Dan Williams, Magnus Damm, Linux-Renesas,
	Laurent Pinchart, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	Hiroki Negishi

On 04-07-18, 00:34, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch is using C++ comment style for SPDX line only,
> because driver author want it.

Applied, thanks

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] dmaengine: rcar-dmac: convert to SPDX identifiers
@ 2018-07-06  6:02 ` Vinod
  0 siblings, 0 replies; 8+ messages in thread
From: Vinod @ 2018-07-06  6:02 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Geert Uytterhoeven, Dan Williams, Magnus Damm, Linux-Renesas,
	Laurent Pinchart, Kieran Bingham, Geert Uytterhoeven, dmaengine,
	Hiroki Negishi

On 04-07-18, 00:34, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch is using C++ comment style for SPDX line only,
> because driver author want it.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-07-06  6:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04  7:20 [v2] dmaengine: rcar-dmac: convert to SPDX identifiers Geert Uytterhoeven
2018-07-04  7:20 ` [PATCH v2] " Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2018-07-06  6:02 [v2] " Vinod Koul
2018-07-06  6:02 ` [PATCH v2] " Vinod
2018-07-05  8:30 [v2] " Laurent Pinchart
2018-07-05  8:30 ` [PATCH v2] " Laurent Pinchart
2018-07-04  0:34 [v2] " Kuninori Morimoto
2018-07-04  0:34 ` [PATCH v2] " Kuninori Morimoto

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.