All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: mt6797-mt6351: switch to SPDX license tag
@ 2018-04-27  1:54 KaiChieh Chuang
       [not found] ` <20180427015445.4334-1-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  2018-04-27  1:54 ` [PATCH v2 2/2] ASoC: mt6351 switch to SPDX license tag KaiChieh Chuang
  0 siblings, 2 replies; 11+ messages in thread
From: KaiChieh Chuang @ 2018-04-27  1:54 UTC (permalink / raw)
  To: garlic.tseng, broonie, ryder.lee
  Cc: alsa-devel, linux-mediatek, chipeng.chang, wsd_upstream, kaichieh.chuang

Author name correction is confirmed by Ryder and Garlic

change since v1:
c files header use c++ comment

KaiChieh Chuang (2):
  ASoC: mt6797: switch to SPDX license tag
  ASoC: mt6351 switch to SPDX license tag

 sound/soc/codecs/mt6351.c                          | 11 +++++------
 sound/soc/mediatek/mt6797/Makefile                 | 13 +------------
 sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
 sound/soc/mediatek/mt6797/mt6797-afe-clk.h         | 10 +---------
 sound/soc/mediatek/mt6797/mt6797-afe-common.h      | 10 +---------
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 21 ++++++---------------
 sound/soc/mediatek/mt6797/mt6797-interconnection.h | 10 +---------
 sound/soc/mediatek/mt6797/mt6797-mt6351.c          | 21 ++++++---------------
 sound/soc/mediatek/mt6797/mt6797-reg.h             | 12 ++----------
 9 files changed, 29 insertions(+), 100 deletions(-)

-- 
2.12.5

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

* [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
       [not found] ` <20180427015445.4334-1-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2018-04-27  1:54   ` KaiChieh Chuang
  2018-04-27  9:15     ` Matthias Brugger
                       ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: KaiChieh Chuang @ 2018-04-27  1:54 UTC (permalink / raw)
  To: garlic.tseng-NuS5LvNUpcJWk0Htik3J/w,
	broonie-DgEjT+Ai2ygdnm+yROfE0A, ryder.lee-NuS5LvNUpcJWk0Htik3J/w
  Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	chipeng.chang-NuS5LvNUpcJWk0Htik3J/w,
	wsd_upstream-NuS5LvNUpcJWk0Htik3J/w,
	kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w

Signed-off-by: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
---
 sound/soc/mediatek/mt6797/Makefile                 | 13 +------------
 sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
 sound/soc/mediatek/mt6797/mt6797-afe-clk.h         | 10 +---------
 sound/soc/mediatek/mt6797/mt6797-afe-common.h      | 10 +---------
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 21 ++++++---------------
 sound/soc/mediatek/mt6797/mt6797-interconnection.h | 10 +---------
 sound/soc/mediatek/mt6797/mt6797-mt6351.c          | 21 ++++++---------------
 sound/soc/mediatek/mt6797/mt6797-reg.h             | 12 ++----------
 8 files changed, 24 insertions(+), 94 deletions(-)

diff --git a/sound/soc/mediatek/mt6797/Makefile b/sound/soc/mediatek/mt6797/Makefile
index 58618a0d339a..50fd50f7aa6a 100644
--- a/sound/soc/mediatek/mt6797/Makefile
+++ b/sound/soc/mediatek/mt6797/Makefile
@@ -1,15 +1,4 @@
-#
-# Copyright (C) 2018 MediaTek Inc.
-#
-# 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.
-#
+# SPDX-License-Identifier: GPL-2.0
 
 # platform driver
 snd-soc-mt6797-afe-objs := mt6797-afe-pcm.o mt6797-afe-clk.o
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-clk.c b/sound/soc/mediatek/mt6797/mt6797-afe-clk.c
index f401440b5f70..6f3e6acfcfab 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-clk.c
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-clk.c
@@ -1,18 +1,9 @@
-/*
- * mt6797-afe-clk.c  --  Mediatek 6797 afe clock ctrl
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// mt6797-afe-clk.c  --  Mediatek 6797 afe clock ctrl
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 
 #include <linux/clk.h>
 
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-clk.h b/sound/soc/mediatek/mt6797/mt6797-afe-clk.h
index 43d979402f31..a6f0cb572711 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-clk.h
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-clk.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mt6797-afe-clk.h  --  Mediatek 6797 afe clock ctrl definition
  *
  * Copyright (c) 2018 MediaTek Inc.
  * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
  */
 
 #ifndef _MT6797_AFE_CLK_H_
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-common.h b/sound/soc/mediatek/mt6797/mt6797-afe-common.h
index 3509f53360e2..c1de3fc5dc3d 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-common.h
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-common.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mt6797-afe-common.h  --  Mediatek 6797 audio driver definitions
  *
  * Copyright (c) 2018 MediaTek Inc.
  * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
  */
 
 #ifndef _MT_6797_AFE_COMMON_H_
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c b/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
index 2df7ca4e98da..79a3551eb485 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
@@ -1,18 +1,9 @@
-/*
- * Mediatek ALSA SoC AFE platform driver for 6797
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Mediatek ALSA SoC AFE platform driver for 6797
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 
 #include <linux/delay.h>
 #include <linux/module.h>
diff --git a/sound/soc/mediatek/mt6797/mt6797-interconnection.h b/sound/soc/mediatek/mt6797/mt6797-interconnection.h
index 78774cd19383..07b759b20079 100644
--- a/sound/soc/mediatek/mt6797/mt6797-interconnection.h
+++ b/sound/soc/mediatek/mt6797/mt6797-interconnection.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Mediatek MT6797 audio driver interconnection definition
  *
  * Copyright (c) 2018 MediaTek Inc.
  * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
  */
 
 #ifndef _MT6797_INTERCONNECTION_H_
diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
index d42a9d9fbf3e..9e5866d6819a 100644
--- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c
+++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
@@ -1,18 +1,9 @@
-/*
- * mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: Ryder Lee <ryder.lee-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 
 #include <linux/module.h>
 #include <sound/soc.h>
diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h
index 3330f73fc8bb..ffb55367f59f 100644
--- a/sound/soc/mediatek/mt6797/mt6797-reg.h
+++ b/sound/soc/mediatek/mt6797/mt6797-reg.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mt6797-reg.h  --  Mediatek 6797 audio driver reg definition
  *
  * Copyright (c) 2018 MediaTek Inc.
- * Author: Garlic Tseng <garlic.tseng-NuS5LvNUpcJWk0Htik3J/w@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 and
- * only 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.
+ * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  */
 
 #ifndef _MT6797_REG_H_
-- 
2.12.5

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

* [PATCH v2 2/2] ASoC: mt6351 switch to SPDX license tag
  2018-04-27  1:54 [PATCH v2 0/2] ASoC: mt6797-mt6351: switch to SPDX license tag KaiChieh Chuang
       [not found] ` <20180427015445.4334-1-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2018-04-27  1:54 ` KaiChieh Chuang
       [not found]   ` <20180427015445.4334-3-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 11+ messages in thread
From: KaiChieh Chuang @ 2018-04-27  1:54 UTC (permalink / raw)
  To: garlic.tseng, broonie, ryder.lee
  Cc: alsa-devel, linux-mediatek, chipeng.chang, wsd_upstream, kaichieh.chuang

Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
---
 sound/soc/codecs/mt6351.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sound/soc/codecs/mt6351.c b/sound/soc/codecs/mt6351.c
index 06fd4706ae20..e739f078fec5 100644
--- a/sound/soc/codecs/mt6351.c
+++ b/sound/soc/codecs/mt6351.c
@@ -1,10 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0
-/*
- * mt6351.c  --  mt6351 ALSA SoC audio codec driver
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
- */
+//
+// mt6351.c  --  mt6351 ALSA SoC audio codec driver
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
 
 #include <linux/dma-mapping.h>
 #include <linux/platform_device.h>
-- 
2.12.5

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

* Re: [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
  2018-04-27  1:54   ` [PATCH v2 1/2] ASoC: mt6797: " KaiChieh Chuang
@ 2018-04-27  9:15     ` Matthias Brugger
  2018-04-27  9:23       ` Sean Wang
  2018-04-27 10:41     ` Mark Brown
  2018-04-27 10:53     ` Applied "ASoC: mt6797: switch to SPDX license tag" to the asoc tree Mark Brown
  2 siblings, 1 reply; 11+ messages in thread
From: Matthias Brugger @ 2018-04-27  9:15 UTC (permalink / raw)
  To: KaiChieh Chuang, garlic.tseng, broonie, ryder.lee
  Cc: alsa-devel, linux-mediatek, wsd_upstream, chipeng.chang



On 04/27/2018 03:54 AM, KaiChieh Chuang wrote:
> Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> ---
>  sound/soc/mediatek/mt6797/Makefile                 | 13 +------------
>  sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
>  sound/soc/mediatek/mt6797/mt6797-afe-clk.h         | 10 +---------
>  sound/soc/mediatek/mt6797/mt6797-afe-common.h      | 10 +---------
>  sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 21 ++++++---------------
>  sound/soc/mediatek/mt6797/mt6797-interconnection.h | 10 +---------
>  sound/soc/mediatek/mt6797/mt6797-mt6351.c          | 21 ++++++---------------
>  sound/soc/mediatek/mt6797/mt6797-reg.h             | 12 ++----------
>  8 files changed, 24 insertions(+), 94 deletions(-)
> 

[...]

> diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> index d42a9d9fbf3e..9e5866d6819a 100644
> --- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> +++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> @@ -1,18 +1,9 @@
> -/*
> - * mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
> - *
> - * Copyright (c) 2018 MediaTek Inc.
> - * Author: Ryder Lee <ryder.lee@mediatek.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 and
> - * only 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.
> - */
> +// SPDX-License-Identifier: GPL-2.0
> +//
> +// mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
> +//
> +// Copyright (c) 2018 MediaTek Inc.
> +// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>

As we said in the last version, you should not delete Ryder from the author list.

>  
>  #include <linux/module.h>
>  #include <sound/soc.h>
> diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h
> index 3330f73fc8bb..ffb55367f59f 100644
> --- a/sound/soc/mediatek/mt6797/mt6797-reg.h
> +++ b/sound/soc/mediatek/mt6797/mt6797-reg.h
> @@ -1,17 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>  /*
>   * mt6797-reg.h  --  Mediatek 6797 audio driver reg definition
>   *
>   * Copyright (c) 2018 MediaTek Inc.
> - * Author: Garlic Tseng <garlic.tseng@mediatek.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 and
> - * only 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.
> + * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>

Same here, Garlic is an author as well, don't delete him from the comment.

Regards,
Matthias

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

* Re: [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
  2018-04-27  9:15     ` Matthias Brugger
@ 2018-04-27  9:23       ` Sean Wang
  2018-04-27  9:27         ` Matthias Brugger
  2018-04-27  9:28         ` Sean Wang
  0 siblings, 2 replies; 11+ messages in thread
From: Sean Wang @ 2018-04-27  9:23 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: alsa-devel, ryder.lee, chipeng.chang, wsd_upstream, garlic.tseng,
	broonie, linux-mediatek, KaiChieh Chuang

Ryder and Garlic are not actual authors.

There are totally copy-n-paste errors on Author fields when KaiChieh is
making the 1st version.

also can see

http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html

http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html


On Fri, 2018-04-27 at 11:15 +0200, Matthias Brugger wrote:
> 
> On 04/27/2018 03:54 AM, KaiChieh Chuang wrote:
> > Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> > ---
> >  sound/soc/mediatek/mt6797/Makefile                 | 13 +------------
> >  sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
> >  sound/soc/mediatek/mt6797/mt6797-afe-clk.h         | 10 +---------
> >  sound/soc/mediatek/mt6797/mt6797-afe-common.h      | 10 +---------
> >  sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 21 ++++++---------------
> >  sound/soc/mediatek/mt6797/mt6797-interconnection.h | 10 +---------
> >  sound/soc/mediatek/mt6797/mt6797-mt6351.c          | 21 ++++++---------------
> >  sound/soc/mediatek/mt6797/mt6797-reg.h             | 12 ++----------
> >  8 files changed, 24 insertions(+), 94 deletions(-)
> > 
> 
> [...]
> 
> > diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> > index d42a9d9fbf3e..9e5866d6819a 100644
> > --- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> > +++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> > @@ -1,18 +1,9 @@
> > -/*
> > - * mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
> > - *
> > - * Copyright (c) 2018 MediaTek Inc.
> > - * Author: Ryder Lee <ryder.lee@mediatek.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 and
> > - * only 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.
> > - */
> > +// SPDX-License-Identifier: GPL-2.0
> > +//
> > +// mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
> > +//
> > +// Copyright (c) 2018 MediaTek Inc.
> > +// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> 
> As we said in the last version, you should not delete Ryder from the author list.
> 
> >  
> >  #include <linux/module.h>
> >  #include <sound/soc.h>
> > diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h
> > index 3330f73fc8bb..ffb55367f59f 100644
> > --- a/sound/soc/mediatek/mt6797/mt6797-reg.h
> > +++ b/sound/soc/mediatek/mt6797/mt6797-reg.h
> > @@ -1,17 +1,9 @@
> > +/* SPDX-License-Identifier: GPL-2.0 */
> >  /*
> >   * mt6797-reg.h  --  Mediatek 6797 audio driver reg definition
> >   *
> >   * Copyright (c) 2018 MediaTek Inc.
> > - * Author: Garlic Tseng <garlic.tseng@mediatek.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 and
> > - * only 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.
> > + * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> 
> Same here, Garlic is an author as well, don't delete him from the comment.
> 
> Regards,
> Matthias
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
  2018-04-27  9:23       ` Sean Wang
@ 2018-04-27  9:27         ` Matthias Brugger
  2018-04-27  9:28         ` Sean Wang
  1 sibling, 0 replies; 11+ messages in thread
From: Matthias Brugger @ 2018-04-27  9:27 UTC (permalink / raw)
  To: Sean Wang
  Cc: alsa-devel, ryder.lee, chipeng.chang, wsd_upstream, garlic.tseng,
	broonie, linux-mediatek, KaiChieh Chuang



On 04/27/2018 11:23 AM, Sean Wang wrote:
> Ryder and Garlic are not actual authors.
> 
> There are totally copy-n-paste errors on Author fields when KaiChieh is
> making the 1st version.
> 
> also can see
> 
> http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html
> 
> http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html
> 
> 

Sorry I didn't read these two emails.

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>

> On Fri, 2018-04-27 at 11:15 +0200, Matthias Brugger wrote:
>>
>> On 04/27/2018 03:54 AM, KaiChieh Chuang wrote:
>>> Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
>>> ---
>>>  sound/soc/mediatek/mt6797/Makefile                 | 13 +------------
>>>  sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
>>>  sound/soc/mediatek/mt6797/mt6797-afe-clk.h         | 10 +---------
>>>  sound/soc/mediatek/mt6797/mt6797-afe-common.h      | 10 +---------
>>>  sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 21 ++++++---------------
>>>  sound/soc/mediatek/mt6797/mt6797-interconnection.h | 10 +---------
>>>  sound/soc/mediatek/mt6797/mt6797-mt6351.c          | 21 ++++++---------------
>>>  sound/soc/mediatek/mt6797/mt6797-reg.h             | 12 ++----------
>>>  8 files changed, 24 insertions(+), 94 deletions(-)
>>>
>>
>> [...]
>>
>>> diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
>>> index d42a9d9fbf3e..9e5866d6819a 100644
>>> --- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c
>>> +++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
>>> @@ -1,18 +1,9 @@
>>> -/*
>>> - * mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
>>> - *
>>> - * Copyright (c) 2018 MediaTek Inc.
>>> - * Author: Ryder Lee <ryder.lee@mediatek.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 and
>>> - * only 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.
>>> - */
>>> +// SPDX-License-Identifier: GPL-2.0
>>> +//
>>> +// mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
>>> +//
>>> +// Copyright (c) 2018 MediaTek Inc.
>>> +// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
>>
>> As we said in the last version, you should not delete Ryder from the author list.
>>
>>>  
>>>  #include <linux/module.h>
>>>  #include <sound/soc.h>
>>> diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h
>>> index 3330f73fc8bb..ffb55367f59f 100644
>>> --- a/sound/soc/mediatek/mt6797/mt6797-reg.h
>>> +++ b/sound/soc/mediatek/mt6797/mt6797-reg.h
>>> @@ -1,17 +1,9 @@
>>> +/* SPDX-License-Identifier: GPL-2.0 */
>>>  /*
>>>   * mt6797-reg.h  --  Mediatek 6797 audio driver reg definition
>>>   *
>>>   * Copyright (c) 2018 MediaTek Inc.
>>> - * Author: Garlic Tseng <garlic.tseng@mediatek.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 and
>>> - * only 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.
>>> + * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
>>
>> Same here, Garlic is an author as well, don't delete him from the comment.
>>
>> Regards,
>> Matthias
>>
>> _______________________________________________
>> Linux-mediatek mailing list
>> Linux-mediatek@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-mediatek
> 
> 

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

* Re: [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
  2018-04-27  9:23       ` Sean Wang
  2018-04-27  9:27         ` Matthias Brugger
@ 2018-04-27  9:28         ` Sean Wang
  1 sibling, 0 replies; 11+ messages in thread
From: Sean Wang @ 2018-04-27  9:28 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: alsa-devel, ryder.lee, chipeng.chang, wsd_upstream, garlic.tseng,
	broonie, linux-mediatek, KaiChieh Chuang

On Fri, 2018-04-27 at 17:23 +0800, Sean Wang wrote:
> Ryder and Garlic are not actual authors.
> 
> There are totally copy-n-paste errors on Author fields when KaiChieh is
> making the 1st version.
> 
> also can see
> 
> http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html
> 
> http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html
> 

Correct double link posted, they should be
http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013035.html
http://lists.infradead.org/pipermail/linux-mediatek/2018-April/013036.html


> 
> On Fri, 2018-04-27 at 11:15 +0200, Matthias Brugger wrote:
> > 
> > On 04/27/2018 03:54 AM, KaiChieh Chuang wrote:
> > > Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> > > ---
> > >  sound/soc/mediatek/mt6797/Makefile                 | 13 +------------
> > >  sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
> > >  sound/soc/mediatek/mt6797/mt6797-afe-clk.h         | 10 +---------
> > >  sound/soc/mediatek/mt6797/mt6797-afe-common.h      | 10 +---------
> > >  sound/soc/mediatek/mt6797/mt6797-afe-pcm.c         | 21 ++++++---------------
> > >  sound/soc/mediatek/mt6797/mt6797-interconnection.h | 10 +---------
> > >  sound/soc/mediatek/mt6797/mt6797-mt6351.c          | 21 ++++++---------------
> > >  sound/soc/mediatek/mt6797/mt6797-reg.h             | 12 ++----------
> > >  8 files changed, 24 insertions(+), 94 deletions(-)
> > > 
> > 
> > [...]
> > 
> > > diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> > > index d42a9d9fbf3e..9e5866d6819a 100644
> > > --- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> > > +++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
> > > @@ -1,18 +1,9 @@
> > > -/*
> > > - * mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
> > > - *
> > > - * Copyright (c) 2018 MediaTek Inc.
> > > - * Author: Ryder Lee <ryder.lee@mediatek.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 and
> > > - * only 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.
> > > - */
> > > +// SPDX-License-Identifier: GPL-2.0
> > > +//
> > > +// mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
> > > +//
> > > +// Copyright (c) 2018 MediaTek Inc.
> > > +// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> > 
> > As we said in the last version, you should not delete Ryder from the author list.
> > 
> > >  
> > >  #include <linux/module.h>
> > >  #include <sound/soc.h>
> > > diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h
> > > index 3330f73fc8bb..ffb55367f59f 100644
> > > --- a/sound/soc/mediatek/mt6797/mt6797-reg.h
> > > +++ b/sound/soc/mediatek/mt6797/mt6797-reg.h
> > > @@ -1,17 +1,9 @@
> > > +/* SPDX-License-Identifier: GPL-2.0 */
> > >  /*
> > >   * mt6797-reg.h  --  Mediatek 6797 audio driver reg definition
> > >   *
> > >   * Copyright (c) 2018 MediaTek Inc.
> > > - * Author: Garlic Tseng <garlic.tseng@mediatek.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 and
> > > - * only 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.
> > > + * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
> > 
> > Same here, Garlic is an author as well, don't delete him from the comment.
> > 
> > Regards,
> > Matthias
> > 
> > _______________________________________________
> > Linux-mediatek mailing list
> > Linux-mediatek@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-mediatek
> 

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

* Re: [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
  2018-04-27  1:54   ` [PATCH v2 1/2] ASoC: mt6797: " KaiChieh Chuang
  2018-04-27  9:15     ` Matthias Brugger
@ 2018-04-27 10:41     ` Mark Brown
  2018-04-27 10:55       ` Mark Brown
  2018-04-27 10:53     ` Applied "ASoC: mt6797: switch to SPDX license tag" to the asoc tree Mark Brown
  2 siblings, 1 reply; 11+ messages in thread
From: Mark Brown @ 2018-04-27 10:41 UTC (permalink / raw)
  To: KaiChieh Chuang
  Cc: alsa-devel, ryder.lee, wsd_upstream, chipeng.chang, garlic.tseng,
	linux-mediatek


[-- Attachment #1.1: Type: text/plain, Size: 187 bytes --]

On Fri, Apr 27, 2018 at 09:54:44AM +0800, KaiChieh Chuang wrote:

>  sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------

This file doesn't seem to be in -next?

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Applied "ASoC: mt6797: switch to SPDX license tag" to the asoc tree
  2018-04-27  1:54   ` [PATCH v2 1/2] ASoC: mt6797: " KaiChieh Chuang
  2018-04-27  9:15     ` Matthias Brugger
  2018-04-27 10:41     ` Mark Brown
@ 2018-04-27 10:53     ` Mark Brown
  2 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2018-04-27 10:53 UTC (permalink / raw)
  Cc: alsa-devel, ryder.lee, wsd_upstream, chipeng.chang, garlic.tseng,
	broonie, linux-mediatek, kaichieh.chuang

The patch

   ASoC: mt6797: switch to SPDX license tag

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 4135d8b6e94a38fc997414e986062d068043784b Mon Sep 17 00:00:00 2001
From: Kai Chieh Chuang <kaichieh.chuang@mediatek.com>
Date: Fri, 27 Apr 2018 09:54:44 +0800
Subject: [PATCH] ASoC: mt6797: switch to SPDX license tag

Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/mediatek/mt6797/Makefile            | 13 +-----------
 sound/soc/mediatek/mt6797/mt6797-afe-clk.c    | 21 ++++++-------------
 sound/soc/mediatek/mt6797/mt6797-afe-clk.h    | 10 +--------
 sound/soc/mediatek/mt6797/mt6797-afe-common.h | 10 +--------
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c    | 21 ++++++-------------
 .../mediatek/mt6797/mt6797-interconnection.h  | 10 +--------
 sound/soc/mediatek/mt6797/mt6797-mt6351.c     | 21 ++++++-------------
 sound/soc/mediatek/mt6797/mt6797-reg.h        | 12 ++---------
 8 files changed, 24 insertions(+), 94 deletions(-)

diff --git a/sound/soc/mediatek/mt6797/Makefile b/sound/soc/mediatek/mt6797/Makefile
index 58618a0d339a..50fd50f7aa6a 100644
--- a/sound/soc/mediatek/mt6797/Makefile
+++ b/sound/soc/mediatek/mt6797/Makefile
@@ -1,15 +1,4 @@
-#
-# Copyright (C) 2018 MediaTek Inc.
-#
-# 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.
-#
+# SPDX-License-Identifier: GPL-2.0
 
 # platform driver
 snd-soc-mt6797-afe-objs := mt6797-afe-pcm.o mt6797-afe-clk.o
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-clk.c b/sound/soc/mediatek/mt6797/mt6797-afe-clk.c
index f401440b5f70..6f3e6acfcfab 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-clk.c
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-clk.c
@@ -1,18 +1,9 @@
-/*
- * mt6797-afe-clk.c  --  Mediatek 6797 afe clock ctrl
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.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 and
- * only 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// mt6797-afe-clk.c  --  Mediatek 6797 afe clock ctrl
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
 
 #include <linux/clk.h>
 
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-clk.h b/sound/soc/mediatek/mt6797/mt6797-afe-clk.h
index 43d979402f31..a6f0cb572711 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-clk.h
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-clk.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mt6797-afe-clk.h  --  Mediatek 6797 afe clock ctrl definition
  *
  * Copyright (c) 2018 MediaTek Inc.
  * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.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 and
- * only 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.
  */
 
 #ifndef _MT6797_AFE_CLK_H_
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-common.h b/sound/soc/mediatek/mt6797/mt6797-afe-common.h
index 3509f53360e2..c1de3fc5dc3d 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-common.h
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-common.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mt6797-afe-common.h  --  Mediatek 6797 audio driver definitions
  *
  * Copyright (c) 2018 MediaTek Inc.
  * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.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 and
- * only 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.
  */
 
 #ifndef _MT_6797_AFE_COMMON_H_
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c b/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
index 2df7ca4e98da..79a3551eb485 100644
--- a/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
+++ b/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
@@ -1,18 +1,9 @@
-/*
- * Mediatek ALSA SoC AFE platform driver for 6797
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.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 and
- * only 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Mediatek ALSA SoC AFE platform driver for 6797
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
 
 #include <linux/delay.h>
 #include <linux/module.h>
diff --git a/sound/soc/mediatek/mt6797/mt6797-interconnection.h b/sound/soc/mediatek/mt6797/mt6797-interconnection.h
index 78774cd19383..07b759b20079 100644
--- a/sound/soc/mediatek/mt6797/mt6797-interconnection.h
+++ b/sound/soc/mediatek/mt6797/mt6797-interconnection.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Mediatek MT6797 audio driver interconnection definition
  *
  * Copyright (c) 2018 MediaTek Inc.
  * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.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 and
- * only 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.
  */
 
 #ifndef _MT6797_INTERCONNECTION_H_
diff --git a/sound/soc/mediatek/mt6797/mt6797-mt6351.c b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
index d42a9d9fbf3e..9e5866d6819a 100644
--- a/sound/soc/mediatek/mt6797/mt6797-mt6351.c
+++ b/sound/soc/mediatek/mt6797/mt6797-mt6351.c
@@ -1,18 +1,9 @@
-/*
- * mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: Ryder Lee <ryder.lee@mediatek.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 and
- * only 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// mt6797-mt6351.c  --  MT6797 MT6351 ALSA SoC machine driver
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
 
 #include <linux/module.h>
 #include <sound/soc.h>
diff --git a/sound/soc/mediatek/mt6797/mt6797-reg.h b/sound/soc/mediatek/mt6797/mt6797-reg.h
index 3330f73fc8bb..ffb55367f59f 100644
--- a/sound/soc/mediatek/mt6797/mt6797-reg.h
+++ b/sound/soc/mediatek/mt6797/mt6797-reg.h
@@ -1,17 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mt6797-reg.h  --  Mediatek 6797 audio driver reg definition
  *
  * Copyright (c) 2018 MediaTek Inc.
- * Author: Garlic Tseng <garlic.tseng@mediatek.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 and
- * only 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.
+ * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
  */
 
 #ifndef _MT6797_REG_H_
-- 
2.17.0

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

* Applied "ASoC: mt6351 switch to SPDX license tag" to the asoc tree
       [not found]   ` <20180427015445.4334-3-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2018-04-27 10:53     ` Mark Brown
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2018-04-27 10:53 UTC (permalink / raw)
  Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	ryder.lee-NuS5LvNUpcJWk0Htik3J/w,
	wsd_upstream-NuS5LvNUpcJWk0Htik3J/w,
	chipeng.chang-NuS5LvNUpcJWk0Htik3J/w,
	garlic.tseng-NuS5LvNUpcJWk0Htik3J/w,
	broonie-DgEjT+Ai2ygdnm+yROfE0A,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w

The patch

   ASoC: mt6351 switch to SPDX license tag

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 3c76fbc316fb41ff731b91de3a1e860d92478eeb Mon Sep 17 00:00:00 2001
From: Kai Chieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
Date: Fri, 27 Apr 2018 09:54:45 +0800
Subject: [PATCH] ASoC: mt6351 switch to SPDX license tag

Signed-off-by: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 sound/soc/codecs/mt6351.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sound/soc/codecs/mt6351.c b/sound/soc/codecs/mt6351.c
index 06fd4706ae20..e739f078fec5 100644
--- a/sound/soc/codecs/mt6351.c
+++ b/sound/soc/codecs/mt6351.c
@@ -1,10 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0
-/*
- * mt6351.c  --  mt6351 ALSA SoC audio codec driver
- *
- * Copyright (c) 2018 MediaTek Inc.
- * Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
- */
+//
+// mt6351.c  --  mt6351 ALSA SoC audio codec driver
+//
+// Copyright (c) 2018 MediaTek Inc.
+// Author: KaiChieh Chuang <kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 
 #include <linux/dma-mapping.h>
 #include <linux/platform_device.h>
-- 
2.17.0

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

* Re: [PATCH v2 1/2] ASoC: mt6797: switch to SPDX license tag
  2018-04-27 10:41     ` Mark Brown
@ 2018-04-27 10:55       ` Mark Brown
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2018-04-27 10:55 UTC (permalink / raw)
  To: KaiChieh Chuang
  Cc: alsa-devel, ryder.lee, wsd_upstream, chipeng.chang, garlic.tseng,
	linux-mediatek


[-- Attachment #1.1: Type: text/plain, Size: 291 bytes --]

On Fri, Apr 27, 2018 at 11:41:21AM +0100, Mark Brown wrote:
> On Fri, Apr 27, 2018 at 09:54:44AM +0800, KaiChieh Chuang wrote:
> 
> >  sound/soc/mediatek/mt6797/mt6797-afe-clk.c         | 21 ++++++---------------
> 
> This file doesn't seem to be in -next?

Sorry, figured this out.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2018-04-27 10:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  1:54 [PATCH v2 0/2] ASoC: mt6797-mt6351: switch to SPDX license tag KaiChieh Chuang
     [not found] ` <20180427015445.4334-1-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-04-27  1:54   ` [PATCH v2 1/2] ASoC: mt6797: " KaiChieh Chuang
2018-04-27  9:15     ` Matthias Brugger
2018-04-27  9:23       ` Sean Wang
2018-04-27  9:27         ` Matthias Brugger
2018-04-27  9:28         ` Sean Wang
2018-04-27 10:41     ` Mark Brown
2018-04-27 10:55       ` Mark Brown
2018-04-27 10:53     ` Applied "ASoC: mt6797: switch to SPDX license tag" to the asoc tree Mark Brown
2018-04-27  1:54 ` [PATCH v2 2/2] ASoC: mt6351 switch to SPDX license tag KaiChieh Chuang
     [not found]   ` <20180427015445.4334-3-kaichieh.chuang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-04-27 10:53     ` Applied "ASoC: mt6351 switch to SPDX license tag" to the asoc tree Mark Brown

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.