linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] Switch to SPDX identifier
@ 2019-04-05 11:49 Andra Danciu
  2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
                   ` (19 more replies)
  0 siblings, 20 replies; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

This patch set switches to SPDX identifier inside the fsl directory.

Andra Danciu (20):
  ASoC: imx-pcm: Switch to SPDX identifier
  ASoC: efika-audio-fabric.c: Switch to SPDX identifier
  ASoC: eukrea-tlv320: Switch to SPDX identifier
  ASoC: fsl-dma: Switch to SPDX identifier
  ASoC: imx-audmux: Switch to SPDX identifier
  ASoC: imx-es8328: Switch to SPDX identifier
  ASoC: imx-mc13783: Switch to SPDX identifier
  ASoC: imx-pcm-fiq: Switch to SPDX identifier
  ASoC: imx-spdif: Switch to SPDX identifier
  ASoC: imx-ssi: Switch to SPDX identifier
  ASoC: mpc5200_dma: Switch to SPDX identifier
  ASoC: mpc5200_psc_ac97: Switch to SPDX identifier
  ASoC: mpc5200_psc_i2s: Switch to SPDX identifier
  ASoC: mpc8610_hpcd: Switch to SPDX identifier
  ASoC: mx27vis-aic32x4: Switch to SPDX identifier
  ASoC: p1022_ds: Switch to SPDX identifier
  ASoC: p1022_rdk: Switch to SPDX identifier
  ASoC: pcm030-audio-fabric: Switch to SPDX identifier
  ASoC: phycore-ac97: Switch to SPDX identifier
  ASoC: wm1133-ev1: Switch to SPDX identifier

 sound/soc/fsl/efika-audio-fabric.c  | 17 ++++-------
 sound/soc/fsl/eukrea-tlv320.c       | 26 +++++++----------
 sound/soc/fsl/fsl_dma.c             | 26 +++++++----------
 sound/soc/fsl/fsl_dma.h             |  5 +---
 sound/soc/fsl/imx-audmux.c          | 26 ++++++-----------
 sound/soc/fsl/imx-es8328.c          | 15 +++-------
 sound/soc/fsl/imx-mc13783.c         | 22 ++++++--------
 sound/soc/fsl/imx-pcm-fiq.c         | 21 ++++++--------
 sound/soc/fsl/imx-pcm.h             |  6 +---
 sound/soc/fsl/imx-spdif.c           | 13 ++-------
 sound/soc/fsl/imx-ssi.c             | 57 ++++++++++++++++---------------------
 sound/soc/fsl/imx-ssi.h             |  6 +---
 sound/soc/fsl/mpc5200_dma.c         | 14 ++++-----
 sound/soc/fsl/mpc5200_psc_ac97.c    | 16 ++++-------
 sound/soc/fsl/mpc5200_psc_i2s.c     | 14 ++++-----
 sound/soc/fsl/mpc8610_hpcd.c        | 18 +++++-------
 sound/soc/fsl/mx27vis-aic32x4.c     | 29 +++++--------------
 sound/soc/fsl/p1022_ds.c            | 18 +++++-------
 sound/soc/fsl/p1022_rdk.c           | 32 +++++++++------------
 sound/soc/fsl/pcm030-audio-fabric.c | 18 +++++-------
 sound/soc/fsl/phycore-ac97.c        | 16 ++++-------
 sound/soc/fsl/wm1133-ev1.c          | 21 ++++++--------
 22 files changed, 161 insertions(+), 275 deletions(-)

-- 
2.11.0


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

* [PATCH 01/20] ASoC: imx-pcm: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-05 12:10   ` Mukesh Ojha
                     ` (2 more replies)
  2019-04-05 11:49 ` [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier Andra Danciu
                   ` (18 subsequent siblings)
  19 siblings, 3 replies; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-pcm.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
index 133c4470acad..5dd406774d3e 100644
--- a/sound/soc/fsl/imx-pcm.h
+++ b/sound/soc/fsl/imx-pcm.h
@@ -1,13 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
  *
  * This code is based on code copyrighted by Freescale,
  * Liam Girdwood, Javier Martin and probably others.
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #ifndef _IMX_PCM_H
-- 
2.11.0


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

* [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
  2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-05 12:47   ` Mukesh Ojha
  2019-04-05 11:49 ` [PATCH 03/20] ASoC: eukrea-tlv320: " Andra Danciu
                   ` (17 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/efika-audio-fabric.c | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/efika-audio-fabric.c b/sound/soc/fsl/efika-audio-fabric.c
index 667f4215dfc0..3e832902fc99 100644
--- a/sound/soc/fsl/efika-audio-fabric.c
+++ b/sound/soc/fsl/efika-audio-fabric.c
@@ -1,14 +1,9 @@
-/*
- * Efika driver for the PSC of the Freescale MPC52xx
- * configured as AC97 interface
- *
- * Copyright 2008 Jon Smirl, Digispeaker
- * Author: Jon Smirl <jonsmirl@gmail.com>
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+// Efika driver for the PSC of the Freescale MPC52xx
+// configured as AC97 interface
+//
+// Copyright 2008 Jon Smirl, Digispeaker
+// Author: Jon Smirl <jonsmirl@gmail.com>
 
 #include <linux/init.h>
 #include <linux/module.h>
-- 
2.11.0


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

* [PATCH 03/20] ASoC: eukrea-tlv320: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
  2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
  2019-04-05 11:49 ` [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:29   ` Applied "ASoC: eukrea-tlv320: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:49 ` [PATCH 04/20] ASoC: fsl-dma: Switch to SPDX identifier Andra Danciu
                   ` (16 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/eukrea-tlv320.c | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c
index 30a3d68b5c03..d648268cb454 100644
--- a/sound/soc/fsl/eukrea-tlv320.c
+++ b/sound/soc/fsl/eukrea-tlv320.c
@@ -1,19 +1,13 @@
-/*
- * eukrea-tlv320.c  --  SoC audio for eukrea_cpuimxXX in I2S mode
- *
- * Copyright 2010 Eric Bénard, Eukréa Electromatique <eric@eukrea.com>
- *
- * based on sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
- * which is Copyright 2009 Simtec Electronics
- * and on sound/soc/imx/phycore-ac97.c which is
- * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// eukrea-tlv320.c  --  SoC audio for eukrea_cpuimxXX in I2S mode
+//
+// Copyright 2010 Eric Bénard, Eukréa Electromatique <eric@eukrea.com>
+//
+// based on sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
+// which is Copyright 2009 Simtec Electronics
+// and on sound/soc/imx/phycore-ac97.c which is
+// Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
 
 #include <linux/errno.h>
 #include <linux/module.h>
-- 
2.11.0


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

* [PATCH 04/20] ASoC: fsl-dma: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (2 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 03/20] ASoC: eukrea-tlv320: " Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:29   ` Applied "ASoC: fsl-dma: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:49 ` [PATCH 05/20] ASoC: imx-audmux: Switch to SPDX identifier Andra Danciu
                   ` (15 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/fsl_dma.c | 26 +++++++++++---------------
 sound/soc/fsl/fsl_dma.h |  5 +----
 2 files changed, 12 insertions(+), 19 deletions(-)

diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c
index 78871de35086..e22508301412 100644
--- a/sound/soc/fsl/fsl_dma.c
+++ b/sound/soc/fsl/fsl_dma.c
@@ -1,18 +1,14 @@
-/*
- * Freescale DMA ALSA SoC PCM driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2007-2010 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- *
- * This driver implements ASoC support for the Elo DMA controller, which is
- * the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
- * the PCM driver is what handles the DMA buffer.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale DMA ALSA SoC PCM driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2007-2010 Freescale Semiconductor, Inc.
+//
+// This driver implements ASoC support for the Elo DMA controller, which is
+// the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
+// the PCM driver is what handles the DMA buffer.
 
 #include <linux/module.h>
 #include <linux/init.h>
diff --git a/sound/soc/fsl/fsl_dma.h b/sound/soc/fsl/fsl_dma.h
index 78fee97e8036..f19ae765b656 100644
--- a/sound/soc/fsl/fsl_dma.h
+++ b/sound/soc/fsl/fsl_dma.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC
- *
- * 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 _MPC8610_PCM_H
-- 
2.11.0


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

* [PATCH 05/20] ASoC: imx-audmux: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (3 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 04/20] ASoC: fsl-dma: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:29   ` Applied "ASoC: imx-audmux: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:49 ` [PATCH 06/20] ASoC: imx-es8328: Switch to SPDX identifier Andra Danciu
                   ` (14 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-audmux.c | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/sound/soc/fsl/imx-audmux.c b/sound/soc/fsl/imx-audmux.c
index 99e07b01a2ce..04e59e66711d 100644
--- a/sound/soc/fsl/imx-audmux.c
+++ b/sound/soc/fsl/imx-audmux.c
@@ -1,21 +1,11 @@
-/*
- * Copyright 2012 Freescale Semiconductor, Inc.
- * Copyright 2012 Linaro Ltd.
- * Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
- *
- * Initial development of this code was funded by
- * Phytec Messtechnik GmbH, http://www.phytec.de
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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+
+//
+// Copyright 2012 Freescale Semiconductor, Inc.
+// Copyright 2012 Linaro Ltd.
+// Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
+//
+// Initial development of this code was funded by
+// Phytec Messtechnik GmbH, http://www.phytec.de
 
 #include <linux/clk.h>
 #include <linux/debugfs.h>
-- 
2.11.0


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

* [PATCH 06/20] ASoC: imx-es8328: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (4 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 05/20] ASoC: imx-audmux: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:29   ` Applied "ASoC: imx-es8328: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:49 ` [PATCH 07/20] ASoC: imx-mc13783: Switch to SPDX identifier Andra Danciu
                   ` (13 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-es8328.c | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 9953438086e4..c9d8739b04a9 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -1,14 +1,7 @@
-/*
- * Copyright 2012 Freescale Semiconductor, Inc.
- * Copyright 2012 Linaro Ltd.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright 2012 Freescale Semiconductor, Inc.
+// Copyright 2012 Linaro Ltd.
 
 #include <linux/gpio.h>
 #include <linux/module.h>
-- 
2.11.0


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

* [PATCH 07/20] ASoC: imx-mc13783: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (5 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 06/20] ASoC: imx-es8328: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:28   ` Applied "ASoC: imx-mc13783: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:49 ` [PATCH 08/20] ASoC: imx-pcm-fiq: Switch to SPDX identifier Andra Danciu
                   ` (12 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-mc13783.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c
index 9d19b808f634..545815a27074 100644
--- a/sound/soc/fsl/imx-mc13783.c
+++ b/sound/soc/fsl/imx-mc13783.c
@@ -1,17 +1,11 @@
-/*
- * imx-mc13783.c  --  SoC audio for imx based boards with mc13783 codec
- *
- * Copyright 2012 Philippe Retornaz, <philippe.retornaz@epfl.ch>
- *
- * Heavly based on phycore-mc13783:
- * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// imx-mc13783.c  --  SoC audio for imx based boards with mc13783 codec
+//
+// Copyright 2012 Philippe Retornaz, <philippe.retornaz@epfl.ch>
+//
+// Heavly based on phycore-mc13783:
+// Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.11.0


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

* [PATCH 08/20] ASoC: imx-pcm-fiq: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (6 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 07/20] ASoC: imx-mc13783: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:28   ` Applied "ASoC: imx-pcm-fiq: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:49 ` [PATCH 09/20] ASoC: imx-spdif: Switch to SPDX identifier Andra Danciu
                   ` (11 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-pcm-fiq.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
index 0578f3486847..c49aea4fba56 100644
--- a/sound/soc/fsl/imx-pcm-fiq.c
+++ b/sound/soc/fsl/imx-pcm-fiq.c
@@ -1,16 +1,11 @@
-/*
- * imx-pcm-fiq.c  --  ALSA Soc Audio Layer
- *
- * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
- *
- * This code is based on code copyrighted by Freescale,
- * Liam Girdwood, Javier Martin and probably others.
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- */
+// SPDX-License-Identifier: GPL-2.0+
+// imx-pcm-fiq.c  --  ALSA Soc Audio Layer
+//
+// Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
+//
+// This code is based on code copyrighted by Freescale,
+// Liam Girdwood, Javier Martin and probably others.
+
 #include <linux/clk.h>
 #include <linux/delay.h>
 #include <linux/device.h>
-- 
2.11.0


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

* [PATCH 09/20] ASoC: imx-spdif: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (7 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 08/20] ASoC: imx-pcm-fiq: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:49 ` Andra Danciu
  2019-04-08  7:28   ` Applied "ASoC: imx-spdif: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 10/20] ASoC: imx-ssi: Switch to SPDX identifier Andra Danciu
                   ` (10 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:49 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-spdif.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c
index 797d66e43d49..4f7f210beb18 100644
--- a/sound/soc/fsl/imx-spdif.c
+++ b/sound/soc/fsl/imx-spdif.c
@@ -1,13 +1,6 @@
-/*
- * Copyright (C) 2013 Freescale Semiconductor, Inc.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (C) 2013 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/of_platform.h>
-- 
2.11.0


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

* [PATCH 10/20] ASoC: imx-ssi: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (8 preceding siblings ...)
  2019-04-05 11:49 ` [PATCH 09/20] ASoC: imx-spdif: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:28   ` Applied "ASoC: imx-ssi: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 11/20] ASoC: mpc5200_dma: Switch to SPDX identifier Andra Danciu
                   ` (9 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/imx-ssi.c | 57 ++++++++++++++++++++++---------------------------
 sound/soc/fsl/imx-ssi.h |  6 +-----
 2 files changed, 26 insertions(+), 37 deletions(-)

diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c
index 06790615e04e..9038b61317be 100644
--- a/sound/soc/fsl/imx-ssi.c
+++ b/sound/soc/fsl/imx-ssi.c
@@ -1,35 +1,28 @@
-/*
- * imx-ssi.c  --  ALSA Soc Audio Layer
- *
- * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
- *
- * This code is based on code copyrighted by Freescale,
- * Liam Girdwood, Javier Martin and probably others.
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- *
- * The i.MX SSI core has some nasty limitations in AC97 mode. While most
- * sane processor vendors have a FIFO per AC97 slot, the i.MX has only
- * one FIFO which combines all valid receive slots. We cannot even select
- * which slots we want to receive. The WM9712 with which this driver
- * was developed with always sends GPIO status data in slot 12 which
- * we receive in our (PCM-) data stream. The only chance we have is to
- * manually skip this data in the FIQ handler. With sampling rates different
- * from 48000Hz not every frame has valid receive data, so the ratio
- * between pcm data and GPIO status data changes. Our FIQ handler is not
- * able to handle this, hence this driver only works with 48000Hz sampling
- * rate.
- * Reading and writing AC97 registers is another challenge. The core
- * provides us status bits when the read register is updated with *another*
- * value. When we read the same register two times (and the register still
- * contains the same value) these status bits are not set. We work
- * around this by not polling these bits but only wait a fixed delay.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// imx-ssi.c  --  ALSA Soc Audio Layer
+//
+// Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
+//
+// This code is based on code copyrighted by Freescale,
+// Liam Girdwood, Javier Martin and probably others.
+//
+// The i.MX SSI core has some nasty limitations in AC97 mode. While most
+// sane processor vendors have a FIFO per AC97 slot, the i.MX has only
+// one FIFO which combines all valid receive slots. We cannot even select
+// which slots we want to receive. The WM9712 with which this driver
+// was developed with always sends GPIO status data in slot 12 which
+// we receive in our (PCM-) data stream. The only chance we have is to
+// manually skip this data in the FIQ handler. With sampling rates different
+// from 48000Hz not every frame has valid receive data, so the ratio
+// between pcm data and GPIO status data changes. Our FIQ handler is not
+// able to handle this, hence this driver only works with 48000Hz sampling
+// rate.
+// Reading and writing AC97 registers is another challenge. The core
+// provides us status bits when the read register is updated with *another*
+// value. When we read the same register two times (and the register still
+// contains the same value) these status bits are not set. We work
+// around this by not polling these bits but only wait a fixed delay.
 
 #include <linux/clk.h>
 #include <linux/delay.h>
diff --git a/sound/soc/fsl/imx-ssi.h b/sound/soc/fsl/imx-ssi.h
index be6562365b6a..19cd0937e740 100644
--- a/sound/soc/fsl/imx-ssi.h
+++ b/sound/soc/fsl/imx-ssi.h
@@ -1,8 +1,4 @@
-/*
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0 */
 
 #ifndef _IMX_SSI_H
 #define _IMX_SSI_H
-- 
2.11.0


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

* [PATCH 11/20] ASoC: mpc5200_dma: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (9 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 10/20] ASoC: imx-ssi: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:26   ` Applied "ASoC: mpc5200_dma: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 12/20] ASoC: mpc5200_psc_ac97: Switch to SPDX identifier Andra Danciu
                   ` (8 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/mpc5200_dma.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
index c1a4544eb16b..4396442c2fdd 100644
--- a/sound/soc/fsl/mpc5200_dma.c
+++ b/sound/soc/fsl/mpc5200_dma.c
@@ -1,10 +1,10 @@
-/*
- * Freescale MPC5200 PSC DMA
- * ALSA SoC Platform driver
- *
- * Copyright (C) 2008 Secret Lab Technologies Ltd.
- * Copyright (C) 2009 Jon Smirl, Digispeaker
- */
+// SPDX-License-Identifier: GPL
+//
+// Freescale MPC5200 PSC DMA
+// ALSA SoC Platform driver
+//
+// Copyright (C) 2008 Secret Lab Technologies Ltd.
+// Copyright (C) 2009 Jon Smirl, Digispeaker
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-- 
2.11.0


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

* [PATCH 12/20] ASoC: mpc5200_psc_ac97: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (10 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 11/20] ASoC: mpc5200_dma: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:26   ` Applied "ASoC: mpc5200_psc_ac97: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 13/20] ASoC: mpc5200_psc_i2s: Switch to SPDX identifier Andra Danciu
                   ` (7 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/mpc5200_psc_ac97.c | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c
index 07ee355ee385..e5b9c04d1565 100644
--- a/sound/soc/fsl/mpc5200_psc_ac97.c
+++ b/sound/soc/fsl/mpc5200_psc_ac97.c
@@ -1,13 +1,9 @@
-/*
- * linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip.
- *
- * Copyright (C) 2009 Jon Smirl, Digispeaker
- * Author: Jon Smirl <jonsmirl@gmail.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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip.
+//
+// Copyright (C) 2009 Jon Smirl, Digispeaker
+// Author: Jon Smirl <jonsmirl@gmail.com>
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-- 
2.11.0


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

* [PATCH 13/20] ASoC: mpc5200_psc_i2s: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (11 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 12/20] ASoC: mpc5200_psc_ac97: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:26   ` Applied "ASoC: mpc5200_psc_i2s: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 14/20] ASoC: mpc8610_hpcd: Switch to SPDX identifier Andra Danciu
                   ` (6 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/mpc5200_psc_i2s.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c
index d8232943ccb6..6de97461ba25 100644
--- a/sound/soc/fsl/mpc5200_psc_i2s.c
+++ b/sound/soc/fsl/mpc5200_psc_i2s.c
@@ -1,10 +1,10 @@
-/*
- * Freescale MPC5200 PSC in I2S mode
- * ALSA SoC Digital Audio Interface (DAI) driver
- *
- * Copyright (C) 2008 Secret Lab Technologies Ltd.
- * Copyright (C) 2009 Jon Smirl, Digispeaker
- */
+// SPDX-License-Identifier: GPL
+//
+// Freescale MPC5200 PSC in I2S mode
+// ALSA SoC Digital Audio Interface (DAI) driver
+//
+// Copyright (C) 2008 Secret Lab Technologies Ltd.
+// Copyright (C) 2009 Jon Smirl, Digispeaker
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-- 
2.11.0


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

* [PATCH 14/20] ASoC: mpc8610_hpcd: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (12 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 13/20] ASoC: mpc5200_psc_i2s: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:25   ` Applied "ASoC: mpc8610_hpcd: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 15/20] ASoC: mx27vis-aic32x4: Switch to SPDX identifier Andra Danciu
                   ` (5 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/mpc8610_hpcd.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c
index a639b52c16f6..f6261a3eeb0f 100644
--- a/sound/soc/fsl/mpc8610_hpcd.c
+++ b/sound/soc/fsl/mpc8610_hpcd.c
@@ -1,14 +1,10 @@
-/**
- * Freescale MPC8610HPCD ALSA SoC Machine driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2007-2010 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale MPC8610HPCD ALSA SoC Machine driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2007-2010 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/interrupt.h>
-- 
2.11.0


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

* [PATCH 15/20] ASoC: mx27vis-aic32x4: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (13 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 14/20] ASoC: mpc8610_hpcd: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:25   ` Applied "ASoC: mx27vis-aic32x4: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 16/20] ASoC: p1022_ds: Switch to SPDX identifier Andra Danciu
                   ` (4 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/mx27vis-aic32x4.c | 29 +++++++----------------------
 1 file changed, 7 insertions(+), 22 deletions(-)

diff --git a/sound/soc/fsl/mx27vis-aic32x4.c b/sound/soc/fsl/mx27vis-aic32x4.c
index d7ec3d20065c..37a4520aef62 100644
--- a/sound/soc/fsl/mx27vis-aic32x4.c
+++ b/sound/soc/fsl/mx27vis-aic32x4.c
@@ -1,25 +1,10 @@
-/*
- * mx27vis-aic32x4.c
- *
- * Copyright 2011 Vista Silicon S.L.
- *
- * Author: Javier Martin <javier.martin@vista-silicon.com>
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
- *
- * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// mx27vis-aic32x4.c
+//
+// Copyright 2011 Vista Silicon S.L.
+//
+// Author: Javier Martin <javier.martin@vista-silicon.com>
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.11.0


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

* [PATCH 16/20] ASoC: p1022_ds: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (14 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 15/20] ASoC: mx27vis-aic32x4: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:25   ` Applied "ASoC: p1022_ds: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 17/20] ASoC: p1022_rdk: Switch to SPDX identifier Andra Danciu
                   ` (3 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/p1022_ds.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/p1022_ds.c b/sound/soc/fsl/p1022_ds.c
index 41c623c55c16..80384f70878d 100644
--- a/sound/soc/fsl/p1022_ds.c
+++ b/sound/soc/fsl/p1022_ds.c
@@ -1,14 +1,10 @@
-/**
- * Freescale P1022DS ALSA SoC Machine driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2010 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale P1022DS ALSA SoC Machine driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2010 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/fsl/guts.h>
-- 
2.11.0


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

* [PATCH 17/20] ASoC: p1022_rdk: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (15 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 16/20] ASoC: p1022_ds: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:25   ` Applied "ASoC: p1022_rdk: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 18/20] ASoC: pcm030-audio-fabric: Switch to SPDX identifier Andra Danciu
                   ` (2 subsequent siblings)
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/p1022_rdk.c | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/sound/soc/fsl/p1022_rdk.c b/sound/soc/fsl/p1022_rdk.c
index 4afbdd610bfa..1c32c2d8c6b0 100644
--- a/sound/soc/fsl/p1022_rdk.c
+++ b/sound/soc/fsl/p1022_rdk.c
@@ -1,21 +1,17 @@
-/**
- * Freescale P1022RDK ALSA SoC Machine driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2012 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- *
- * Note: in order for audio to work correctly, the output controls need
- * to be enabled, because they control the clock.  So for playback, for
- * example:
- *
- *      amixer sset 'Left Output Mixer PCM' on
- *      amixer sset 'Right Output Mixer PCM' on
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale P1022RDK ALSA SoC Machine driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2012 Freescale Semiconductor, Inc.
+//
+// Note: in order for audio to work correctly, the output controls need
+// to be enabled, because they control the clock.  So for playback, for
+// example:
+//
+//      amixer sset 'Left Output Mixer PCM' on
+//      amixer sset 'Right Output Mixer PCM' on
 
 #include <linux/module.h>
 #include <linux/fsl/guts.h>
-- 
2.11.0


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

* [PATCH 18/20] ASoC: pcm030-audio-fabric: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (16 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 17/20] ASoC: p1022_rdk: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:25   ` Applied "ASoC: pcm030-audio-fabric: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 19/20] ASoC: phycore-ac97: Switch to SPDX identifier Andra Danciu
  2019-04-05 11:50 ` [PATCH 20/20] ASoC: wm1133-ev1: Switch to SPDX identifier Andra Danciu
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/pcm030-audio-fabric.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c
index e339f36cea95..a7fe4ad25c52 100644
--- a/sound/soc/fsl/pcm030-audio-fabric.c
+++ b/sound/soc/fsl/pcm030-audio-fabric.c
@@ -1,14 +1,10 @@
-/*
- * Phytec pcm030 driver for the PSC of the Freescale MPC52xx
- * configured as AC97 interface
- *
- * Copyright 2008 Jon Smirl, Digispeaker
- * Author: Jon Smirl <jonsmirl@gmail.com>
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Phytec pcm030 driver for the PSC of the Freescale MPC52xx
+// configured as AC97 interface
+//
+// Copyright 2008 Jon Smirl, Digispeaker
+// Author: Jon Smirl <jonsmirl@gmail.com>
 
 #include <linux/init.h>
 #include <linux/module.h>
-- 
2.11.0


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

* [PATCH 19/20] ASoC: phycore-ac97: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (17 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 18/20] ASoC: pcm030-audio-fabric: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:24   ` Applied "ASoC: phycore-ac97: Switch to SPDX identifier" to the asoc tree Mark Brown
  2019-04-05 11:50 ` [PATCH 20/20] ASoC: wm1133-ev1: Switch to SPDX identifier Andra Danciu
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/phycore-ac97.c | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/phycore-ac97.c b/sound/soc/fsl/phycore-ac97.c
index 66fb6c4614d2..fe7ba6db7c96 100644
--- a/sound/soc/fsl/phycore-ac97.c
+++ b/sound/soc/fsl/phycore-ac97.c
@@ -1,14 +1,8 @@
-/*
- * phycore-ac97.c  --  SoC audio for imx_phycore in AC97 mode
- *
- * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// phycore-ac97.c  --  SoC audio for imx_phycore in AC97 mode
+//
+// Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.11.0


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

* [PATCH 20/20] ASoC: wm1133-ev1: Switch to SPDX identifier
  2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
                   ` (18 preceding siblings ...)
  2019-04-05 11:50 ` [PATCH 19/20] ASoC: phycore-ac97: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 11:50 ` Andra Danciu
  2019-04-08  7:24   ` Applied "ASoC: wm1133-ev1: Switch to SPDX identifier" to the asoc tree Mark Brown
  19 siblings, 1 reply; 46+ messages in thread
From: Andra Danciu @ 2019-04-05 11:50 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood, broonie,
	perex, tiwai, shawnguo, s.hauer, kernel, linux-imx, alsa-devel,
	linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: daniel.baluta, Andra Danciu

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
---
 sound/soc/fsl/wm1133-ev1.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/sound/soc/fsl/wm1133-ev1.c b/sound/soc/fsl/wm1133-ev1.c
index 2f80b21b2921..aad24ccbef90 100644
--- a/sound/soc/fsl/wm1133-ev1.c
+++ b/sound/soc/fsl/wm1133-ev1.c
@@ -1,16 +1,11 @@
-/*
- *  wm1133-ev1.c - Audio for WM1133-EV1 on i.MX31ADS
- *
- *  Copyright (c) 2010 Wolfson Microelectronics plc
- *  Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
- *
- *  Based on an earlier driver for the same hardware by Liam Girdwood.
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+//  wm1133-ev1.c - Audio for WM1133-EV1 on i.MX31ADS
+//
+//  Copyright (c) 2010 Wolfson Microelectronics plc
+//  Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
+//
+//  Based on an earlier driver for the same hardware by Liam Girdwood.
 
 #include <linux/platform_device.h>
 #include <linux/clk.h>
-- 
2.11.0


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

* Re: [PATCH 01/20] ASoC: imx-pcm: Switch to SPDX identifier
  2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
@ 2019-04-05 12:10   ` Mukesh Ojha
  2019-04-05 12:10   ` Mukesh Ojha
  2019-04-08  7:29   ` Applied "ASoC: imx-pcm: Switch to SPDX identifier" to the asoc tree Mark Brown
  2 siblings, 0 replies; 46+ messages in thread
From: Mukesh Ojha @ 2019-04-05 12:10 UTC (permalink / raw)
  To: Andra Danciu, timur, nicoleotsuka, Xiubo.Lee, festevam,
	lgirdwood, broonie, perex, tiwai, shawnguo, s.hauer, kernel,
	linux-imx, alsa-devel, linuxppc-dev, linux-arm-kernel,
	linux-kernel
  Cc: daniel.baluta


On 4/5/2019 5:19 PM, Andra Danciu wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
>
> Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   sound/soc/fsl/imx-pcm.h | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
> index 133c4470acad..5dd406774d3e 100644
> --- a/sound/soc/fsl/imx-pcm.h
> +++ b/sound/soc/fsl/imx-pcm.h
> @@ -1,13 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>   /*
>    * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
>    *
>    * This code is based on code copyrighted by Freescale,
>    * Liam Girdwood, Javier Martin and probably others.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>    */
>   
>   #ifndef _IMX_PCM_H

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

* Re: [PATCH 01/20] ASoC: imx-pcm: Switch to SPDX identifier
  2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
  2019-04-05 12:10   ` Mukesh Ojha
@ 2019-04-05 12:10   ` Mukesh Ojha
  2019-04-08  7:29   ` Applied "ASoC: imx-pcm: Switch to SPDX identifier" to the asoc tree Mark Brown
  2 siblings, 0 replies; 46+ messages in thread
From: Mukesh Ojha @ 2019-04-05 12:10 UTC (permalink / raw)
  To: Andra Danciu, timur, nicoleotsuka, Xiubo.Lee, festevam,
	lgirdwood, broonie, perex, tiwai, shawnguo, s.hauer, kernel,
	linux-imx, alsa-devel, linuxppc-dev, linux-arm-kernel,
	linux-kernel
  Cc: daniel.baluta


On 4/5/2019 5:19 PM, Andra Danciu wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
>
> Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   sound/soc/fsl/imx-pcm.h | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
> index 133c4470acad..5dd406774d3e 100644
> --- a/sound/soc/fsl/imx-pcm.h
> +++ b/sound/soc/fsl/imx-pcm.h
> @@ -1,13 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>   /*
>    * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
>    *
>    * This code is based on code copyrighted by Freescale,
>    * Liam Girdwood, Javier Martin and probably others.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>    */
>   
>   #ifndef _IMX_PCM_H

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

* Re: [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier
  2019-04-05 11:49 ` [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier Andra Danciu
@ 2019-04-05 12:47   ` Mukesh Ojha
  2019-04-05 12:50     ` Fabio Estevam
  0 siblings, 1 reply; 46+ messages in thread
From: Mukesh Ojha @ 2019-04-05 12:47 UTC (permalink / raw)
  To: Andra Danciu, timur, nicoleotsuka, Xiubo.Lee, festevam,
	lgirdwood, broonie, perex, tiwai, shawnguo, s.hauer, kernel,
	linux-imx, alsa-devel, linuxppc-dev, linux-arm-kernel,
	linux-kernel
  Cc: daniel.baluta


On 4/5/2019 5:19 PM, Andra Danciu wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
>
> Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
> ---
>   sound/soc/fsl/efika-audio-fabric.c | 17 ++++++-----------
>   1 file changed, 6 insertions(+), 11 deletions(-)
>
> diff --git a/sound/soc/fsl/efika-audio-fabric.c b/sound/soc/fsl/efika-audio-fabric.c
> index 667f4215dfc0..3e832902fc99 100644
> --- a/sound/soc/fsl/efika-audio-fabric.c
> +++ b/sound/soc/fsl/efika-audio-fabric.c
> @@ -1,14 +1,9 @@
> -/*
> - * Efika driver for the PSC of the Freescale MPC52xx
> - * configured as AC97 interface
> - *
> - * Copyright 2008 Jon Smirl, Digispeaker
> - * Author: Jon Smirl <jonsmirl@gmail.com>
> - *
> - * This file is licensed under the terms of the GNU General Public License
> - * version 2. This program is licensed "as is" without any warranty of any
> - * kind, whether express or implied.
> - */
> +// SPDX-License-Identifier: GPL-2.0

Don't change entire thing with //. only above line with the license is 
enough.

Please apply this rule every patch of yours.

Thanks,
Mukesh


> +// Efika driver for the PSC of the Freescale MPC52xx
> +// configured as AC97 interface
> +//
> +// Copyright 2008 Jon Smirl, Digispeaker
> +// Author: Jon Smirl <jonsmirl@gmail.com>

>   
>   #include <linux/init.h>
>   #include <linux/module.h>

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

* Re: [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier
  2019-04-05 12:47   ` Mukesh Ojha
@ 2019-04-05 12:50     ` Fabio Estevam
  2019-04-05 13:24       ` Mukesh Ojha
  0 siblings, 1 reply; 46+ messages in thread
From: Fabio Estevam @ 2019-04-05 12:50 UTC (permalink / raw)
  To: Mukesh Ojha
  Cc: Andra Danciu, timur, Nicolin Chen, Xiubo Li, Liam Girdwood,
	Mark Brown, Jaroslav Kysela, Takashi Iwai, Shawn Guo,
	Sascha Hauer, Sascha Hauer, NXP Linux Team, Linux-ALSA,
	linuxppc-dev,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	linux-kernel, Daniel Baluta

On Fri, Apr 5, 2019 at 9:47 AM Mukesh Ojha <mojha@codeaurora.org> wrote:

> Don't change entire thing with //. only above line with the license is
> enough.
>
> Please apply this rule every patch of yours.

Not really. This is the style preferred in this subsystem.

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

* Re: [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier
  2019-04-05 12:50     ` Fabio Estevam
@ 2019-04-05 13:24       ` Mukesh Ojha
  2019-04-05 13:26         ` Fabio Estevam
  0 siblings, 1 reply; 46+ messages in thread
From: Mukesh Ojha @ 2019-04-05 13:24 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Daniel Baluta, Andra Danciu, linux-kernel, timur, Xiubo Li,
	linuxppc-dev, Sascha Hauer, Takashi Iwai, Liam Girdwood,
	Jaroslav Kysela, Nicolin Chen, Mark Brown, NXP Linux Team,
	Sascha Hauer, Linux-ALSA, Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE


On 4/5/2019 6:20 PM, Fabio Estevam wrote:
> On Fri, Apr 5, 2019 at 9:47 AM Mukesh Ojha <mojha@codeaurora.org> wrote:
>
>> Don't change entire thing with //. only above line with the license is
>> enough.
>>
>> Please apply this rule every patch of yours.
> Not really. This is the style preferred in this subsystem.


you mean all lines to start with //, does not it look to noisy to eyes ?

-Mukesh

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

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

* Re: [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier
  2019-04-05 13:24       ` Mukesh Ojha
@ 2019-04-05 13:26         ` Fabio Estevam
  0 siblings, 0 replies; 46+ messages in thread
From: Fabio Estevam @ 2019-04-05 13:26 UTC (permalink / raw)
  To: Mukesh Ojha
  Cc: Daniel Baluta, Andra Danciu, linux-kernel, timur, Xiubo Li,
	linuxppc-dev, Sascha Hauer, Takashi Iwai, Liam Girdwood,
	Jaroslav Kysela, Nicolin Chen, Mark Brown, NXP Linux Team,
	Sascha Hauer, Linux-ALSA, Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

On Fri, Apr 5, 2019 at 10:24 AM Mukesh Ojha <mojha@codeaurora.org> wrote:

> you mean all lines to start with //, does not it look to noisy to eyes ?

Mark Brown's recommendation is to use // in all the initial block
lines instead of only in the SPDX one.

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

* Applied "ASoC: wm1133-ev1: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 20/20] ASoC: wm1133-ev1: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:24   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:24 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: wm1133-ev1: Switch to SPDX identifier

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 a03584b75a28450a2a64646e3c1b3d6c48aacf3b Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:10 +0300
Subject: [PATCH] ASoC: wm1133-ev1: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/wm1133-ev1.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/sound/soc/fsl/wm1133-ev1.c b/sound/soc/fsl/wm1133-ev1.c
index 2f80b21b2921..aad24ccbef90 100644
--- a/sound/soc/fsl/wm1133-ev1.c
+++ b/sound/soc/fsl/wm1133-ev1.c
@@ -1,16 +1,11 @@
-/*
- *  wm1133-ev1.c - Audio for WM1133-EV1 on i.MX31ADS
- *
- *  Copyright (c) 2010 Wolfson Microelectronics plc
- *  Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
- *
- *  Based on an earlier driver for the same hardware by Liam Girdwood.
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+//  wm1133-ev1.c - Audio for WM1133-EV1 on i.MX31ADS
+//
+//  Copyright (c) 2010 Wolfson Microelectronics plc
+//  Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
+//
+//  Based on an earlier driver for the same hardware by Liam Girdwood.
 
 #include <linux/platform_device.h>
 #include <linux/clk.h>
-- 
2.20.1


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

* Applied "ASoC: phycore-ac97: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 19/20] ASoC: phycore-ac97: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:24   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:24 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: phycore-ac97: Switch to SPDX identifier

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 e5eec5ee98a6379b6a515beb27db4f9a80bd9276 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:09 +0300
Subject: [PATCH] ASoC: phycore-ac97: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/phycore-ac97.c | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/phycore-ac97.c b/sound/soc/fsl/phycore-ac97.c
index 66fb6c4614d2..fe7ba6db7c96 100644
--- a/sound/soc/fsl/phycore-ac97.c
+++ b/sound/soc/fsl/phycore-ac97.c
@@ -1,14 +1,8 @@
-/*
- * phycore-ac97.c  --  SoC audio for imx_phycore in AC97 mode
- *
- * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// phycore-ac97.c  --  SoC audio for imx_phycore in AC97 mode
+//
+// Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.20.1


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

* Applied "ASoC: pcm030-audio-fabric: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 18/20] ASoC: pcm030-audio-fabric: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:25   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:25 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: pcm030-audio-fabric: Switch to SPDX identifier

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 6e3398c67e682486b1f18672519a8e607d902172 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:08 +0300
Subject: [PATCH] ASoC: pcm030-audio-fabric: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/pcm030-audio-fabric.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c
index e339f36cea95..a7fe4ad25c52 100644
--- a/sound/soc/fsl/pcm030-audio-fabric.c
+++ b/sound/soc/fsl/pcm030-audio-fabric.c
@@ -1,14 +1,10 @@
-/*
- * Phytec pcm030 driver for the PSC of the Freescale MPC52xx
- * configured as AC97 interface
- *
- * Copyright 2008 Jon Smirl, Digispeaker
- * Author: Jon Smirl <jonsmirl@gmail.com>
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Phytec pcm030 driver for the PSC of the Freescale MPC52xx
+// configured as AC97 interface
+//
+// Copyright 2008 Jon Smirl, Digispeaker
+// Author: Jon Smirl <jonsmirl@gmail.com>
 
 #include <linux/init.h>
 #include <linux/module.h>
-- 
2.20.1


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

* Applied "ASoC: p1022_rdk: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 17/20] ASoC: p1022_rdk: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:25   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:25 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: p1022_rdk: Switch to SPDX identifier

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 8acfeb65cbaa92ff2e4f3305c7a18a6edabd1d92 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:07 +0300
Subject: [PATCH] ASoC: p1022_rdk: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/p1022_rdk.c | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/sound/soc/fsl/p1022_rdk.c b/sound/soc/fsl/p1022_rdk.c
index 4afbdd610bfa..1c32c2d8c6b0 100644
--- a/sound/soc/fsl/p1022_rdk.c
+++ b/sound/soc/fsl/p1022_rdk.c
@@ -1,21 +1,17 @@
-/**
- * Freescale P1022RDK ALSA SoC Machine driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2012 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- *
- * Note: in order for audio to work correctly, the output controls need
- * to be enabled, because they control the clock.  So for playback, for
- * example:
- *
- *      amixer sset 'Left Output Mixer PCM' on
- *      amixer sset 'Right Output Mixer PCM' on
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale P1022RDK ALSA SoC Machine driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2012 Freescale Semiconductor, Inc.
+//
+// Note: in order for audio to work correctly, the output controls need
+// to be enabled, because they control the clock.  So for playback, for
+// example:
+//
+//      amixer sset 'Left Output Mixer PCM' on
+//      amixer sset 'Right Output Mixer PCM' on
 
 #include <linux/module.h>
 #include <linux/fsl/guts.h>
-- 
2.20.1


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

* Applied "ASoC: p1022_ds: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 16/20] ASoC: p1022_ds: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:25   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:25 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: p1022_ds: Switch to SPDX identifier

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 ab78529cfec09bf1a4327d48c4ba6d3d159a1540 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:06 +0300
Subject: [PATCH] ASoC: p1022_ds: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/p1022_ds.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/p1022_ds.c b/sound/soc/fsl/p1022_ds.c
index 41c623c55c16..80384f70878d 100644
--- a/sound/soc/fsl/p1022_ds.c
+++ b/sound/soc/fsl/p1022_ds.c
@@ -1,14 +1,10 @@
-/**
- * Freescale P1022DS ALSA SoC Machine driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2010 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale P1022DS ALSA SoC Machine driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2010 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/fsl/guts.h>
-- 
2.20.1


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

* Applied "ASoC: mx27vis-aic32x4: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 15/20] ASoC: mx27vis-aic32x4: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:25   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:25 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: mx27vis-aic32x4: Switch to SPDX identifier

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 1021ec41a909ee7961f63f38afd90b5ccc592c49 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:05 +0300
Subject: [PATCH] ASoC: mx27vis-aic32x4: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/mx27vis-aic32x4.c | 29 +++++++----------------------
 1 file changed, 7 insertions(+), 22 deletions(-)

diff --git a/sound/soc/fsl/mx27vis-aic32x4.c b/sound/soc/fsl/mx27vis-aic32x4.c
index d7ec3d20065c..37a4520aef62 100644
--- a/sound/soc/fsl/mx27vis-aic32x4.c
+++ b/sound/soc/fsl/mx27vis-aic32x4.c
@@ -1,25 +1,10 @@
-/*
- * mx27vis-aic32x4.c
- *
- * Copyright 2011 Vista Silicon S.L.
- *
- * Author: Javier Martin <javier.martin@vista-silicon.com>
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
- *
- * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// mx27vis-aic32x4.c
+//
+// Copyright 2011 Vista Silicon S.L.
+//
+// Author: Javier Martin <javier.martin@vista-silicon.com>
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.20.1


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

* Applied "ASoC: mpc8610_hpcd: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 14/20] ASoC: mpc8610_hpcd: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:25   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:25 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: mpc8610_hpcd: Switch to SPDX identifier

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 eed9bb238e08619547585e563499f79a700109b8 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:04 +0300
Subject: [PATCH] ASoC: mpc8610_hpcd: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/mpc8610_hpcd.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c
index a639b52c16f6..f6261a3eeb0f 100644
--- a/sound/soc/fsl/mpc8610_hpcd.c
+++ b/sound/soc/fsl/mpc8610_hpcd.c
@@ -1,14 +1,10 @@
-/**
- * Freescale MPC8610HPCD ALSA SoC Machine driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2007-2010 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale MPC8610HPCD ALSA SoC Machine driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2007-2010 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/interrupt.h>
-- 
2.20.1


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

* Applied "ASoC: mpc5200_psc_i2s: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 13/20] ASoC: mpc5200_psc_i2s: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:26   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:26 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: mpc5200_psc_i2s: Switch to SPDX identifier

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 864a8472c4412dd9bedb6484ce41ec906e812d57 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:03 +0300
Subject: [PATCH] ASoC: mpc5200_psc_i2s: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/mpc5200_psc_i2s.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c
index d8232943ccb6..6de97461ba25 100644
--- a/sound/soc/fsl/mpc5200_psc_i2s.c
+++ b/sound/soc/fsl/mpc5200_psc_i2s.c
@@ -1,10 +1,10 @@
-/*
- * Freescale MPC5200 PSC in I2S mode
- * ALSA SoC Digital Audio Interface (DAI) driver
- *
- * Copyright (C) 2008 Secret Lab Technologies Ltd.
- * Copyright (C) 2009 Jon Smirl, Digispeaker
- */
+// SPDX-License-Identifier: GPL
+//
+// Freescale MPC5200 PSC in I2S mode
+// ALSA SoC Digital Audio Interface (DAI) driver
+//
+// Copyright (C) 2008 Secret Lab Technologies Ltd.
+// Copyright (C) 2009 Jon Smirl, Digispeaker
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-- 
2.20.1


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

* Applied "ASoC: mpc5200_psc_ac97: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 12/20] ASoC: mpc5200_psc_ac97: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:26   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:26 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: mpc5200_psc_ac97: Switch to SPDX identifier

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 1af301d46246942a00e15294603dbd3abfb41a82 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:02 +0300
Subject: [PATCH] ASoC: mpc5200_psc_ac97: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/mpc5200_psc_ac97.c | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c
index 07ee355ee385..e5b9c04d1565 100644
--- a/sound/soc/fsl/mpc5200_psc_ac97.c
+++ b/sound/soc/fsl/mpc5200_psc_ac97.c
@@ -1,13 +1,9 @@
-/*
- * linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip.
- *
- * Copyright (C) 2009 Jon Smirl, Digispeaker
- * Author: Jon Smirl <jonsmirl@gmail.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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip.
+//
+// Copyright (C) 2009 Jon Smirl, Digispeaker
+// Author: Jon Smirl <jonsmirl@gmail.com>
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-- 
2.20.1


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

* Applied "ASoC: mpc5200_dma: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 11/20] ASoC: mpc5200_dma: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:26   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:26 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: mpc5200_dma: Switch to SPDX identifier

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 1edfc2485d8dcf4c766a5be8049cab1cddc6700d Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:01 +0300
Subject: [PATCH] ASoC: mpc5200_dma: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/mpc5200_dma.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
index c1a4544eb16b..4396442c2fdd 100644
--- a/sound/soc/fsl/mpc5200_dma.c
+++ b/sound/soc/fsl/mpc5200_dma.c
@@ -1,10 +1,10 @@
-/*
- * Freescale MPC5200 PSC DMA
- * ALSA SoC Platform driver
- *
- * Copyright (C) 2008 Secret Lab Technologies Ltd.
- * Copyright (C) 2009 Jon Smirl, Digispeaker
- */
+// SPDX-License-Identifier: GPL
+//
+// Freescale MPC5200 PSC DMA
+// ALSA SoC Platform driver
+//
+// Copyright (C) 2008 Secret Lab Technologies Ltd.
+// Copyright (C) 2009 Jon Smirl, Digispeaker
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-- 
2.20.1


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

* Applied "ASoC: imx-ssi: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:50 ` [PATCH 10/20] ASoC: imx-ssi: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:28   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:28 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-ssi: Switch to SPDX identifier

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 bdc16b5748926412ca90cf0521c718a46e2ca2b7 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:50:00 +0300
Subject: [PATCH] ASoC: imx-ssi: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-ssi.c | 57 ++++++++++++++++++-----------------------
 sound/soc/fsl/imx-ssi.h |  6 +----
 2 files changed, 26 insertions(+), 37 deletions(-)

diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c
index 06790615e04e..9038b61317be 100644
--- a/sound/soc/fsl/imx-ssi.c
+++ b/sound/soc/fsl/imx-ssi.c
@@ -1,35 +1,28 @@
-/*
- * imx-ssi.c  --  ALSA Soc Audio Layer
- *
- * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
- *
- * This code is based on code copyrighted by Freescale,
- * Liam Girdwood, Javier Martin and probably others.
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- *
- * The i.MX SSI core has some nasty limitations in AC97 mode. While most
- * sane processor vendors have a FIFO per AC97 slot, the i.MX has only
- * one FIFO which combines all valid receive slots. We cannot even select
- * which slots we want to receive. The WM9712 with which this driver
- * was developed with always sends GPIO status data in slot 12 which
- * we receive in our (PCM-) data stream. The only chance we have is to
- * manually skip this data in the FIQ handler. With sampling rates different
- * from 48000Hz not every frame has valid receive data, so the ratio
- * between pcm data and GPIO status data changes. Our FIQ handler is not
- * able to handle this, hence this driver only works with 48000Hz sampling
- * rate.
- * Reading and writing AC97 registers is another challenge. The core
- * provides us status bits when the read register is updated with *another*
- * value. When we read the same register two times (and the register still
- * contains the same value) these status bits are not set. We work
- * around this by not polling these bits but only wait a fixed delay.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// imx-ssi.c  --  ALSA Soc Audio Layer
+//
+// Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
+//
+// This code is based on code copyrighted by Freescale,
+// Liam Girdwood, Javier Martin and probably others.
+//
+// The i.MX SSI core has some nasty limitations in AC97 mode. While most
+// sane processor vendors have a FIFO per AC97 slot, the i.MX has only
+// one FIFO which combines all valid receive slots. We cannot even select
+// which slots we want to receive. The WM9712 with which this driver
+// was developed with always sends GPIO status data in slot 12 which
+// we receive in our (PCM-) data stream. The only chance we have is to
+// manually skip this data in the FIQ handler. With sampling rates different
+// from 48000Hz not every frame has valid receive data, so the ratio
+// between pcm data and GPIO status data changes. Our FIQ handler is not
+// able to handle this, hence this driver only works with 48000Hz sampling
+// rate.
+// Reading and writing AC97 registers is another challenge. The core
+// provides us status bits when the read register is updated with *another*
+// value. When we read the same register two times (and the register still
+// contains the same value) these status bits are not set. We work
+// around this by not polling these bits but only wait a fixed delay.
 
 #include <linux/clk.h>
 #include <linux/delay.h>
diff --git a/sound/soc/fsl/imx-ssi.h b/sound/soc/fsl/imx-ssi.h
index be6562365b6a..19cd0937e740 100644
--- a/sound/soc/fsl/imx-ssi.h
+++ b/sound/soc/fsl/imx-ssi.h
@@ -1,8 +1,4 @@
-/*
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0 */
 
 #ifndef _IMX_SSI_H
 #define _IMX_SSI_H
-- 
2.20.1


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

* Applied "ASoC: imx-spdif: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 09/20] ASoC: imx-spdif: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:28   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:28 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-spdif: Switch to SPDX identifier

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 58dbd1015d3ed47d53a99e7c4da0bbd3543177da Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:59 +0300
Subject: [PATCH] ASoC: imx-spdif: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-spdif.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c
index 797d66e43d49..4f7f210beb18 100644
--- a/sound/soc/fsl/imx-spdif.c
+++ b/sound/soc/fsl/imx-spdif.c
@@ -1,13 +1,6 @@
-/*
- * Copyright (C) 2013 Freescale Semiconductor, Inc.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (C) 2013 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/of_platform.h>
-- 
2.20.1


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

* Applied "ASoC: imx-pcm-fiq: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 08/20] ASoC: imx-pcm-fiq: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:28   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:28 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-pcm-fiq: Switch to SPDX identifier

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 d4451c159a0b63efd5028d62cae501737d8679fa Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:58 +0300
Subject: [PATCH] ASoC: imx-pcm-fiq: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-pcm-fiq.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
index 0578f3486847..c49aea4fba56 100644
--- a/sound/soc/fsl/imx-pcm-fiq.c
+++ b/sound/soc/fsl/imx-pcm-fiq.c
@@ -1,16 +1,11 @@
-/*
- * imx-pcm-fiq.c  --  ALSA Soc Audio Layer
- *
- * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
- *
- * This code is based on code copyrighted by Freescale,
- * Liam Girdwood, Javier Martin and probably others.
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- */
+// SPDX-License-Identifier: GPL-2.0+
+// imx-pcm-fiq.c  --  ALSA Soc Audio Layer
+//
+// Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
+//
+// This code is based on code copyrighted by Freescale,
+// Liam Girdwood, Javier Martin and probably others.
+
 #include <linux/clk.h>
 #include <linux/delay.h>
 #include <linux/device.h>
-- 
2.20.1


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

* Applied "ASoC: imx-mc13783: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 07/20] ASoC: imx-mc13783: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:28   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:28 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-mc13783: Switch to SPDX identifier

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 a134f42eaacaa4d31785d51cf19a45845721b212 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:57 +0300
Subject: [PATCH] ASoC: imx-mc13783: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-mc13783.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c
index 9d19b808f634..545815a27074 100644
--- a/sound/soc/fsl/imx-mc13783.c
+++ b/sound/soc/fsl/imx-mc13783.c
@@ -1,17 +1,11 @@
-/*
- * imx-mc13783.c  --  SoC audio for imx based boards with mc13783 codec
- *
- * Copyright 2012 Philippe Retornaz, <philippe.retornaz@epfl.ch>
- *
- * Heavly based on phycore-mc13783:
- * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// imx-mc13783.c  --  SoC audio for imx based boards with mc13783 codec
+//
+// Copyright 2012 Philippe Retornaz, <philippe.retornaz@epfl.ch>
+//
+// Heavly based on phycore-mc13783:
+// Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
2.20.1


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

* Applied "ASoC: imx-es8328: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 06/20] ASoC: imx-es8328: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:29   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:29 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-es8328: Switch to SPDX identifier

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 0fe61fc0c243b965d941f24e8b25cfc94697757a Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:56 +0300
Subject: [PATCH] ASoC: imx-es8328: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-es8328.c | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 9953438086e4..c9d8739b04a9 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -1,14 +1,7 @@
-/*
- * Copyright 2012 Freescale Semiconductor, Inc.
- * Copyright 2012 Linaro Ltd.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright 2012 Freescale Semiconductor, Inc.
+// Copyright 2012 Linaro Ltd.
 
 #include <linux/gpio.h>
 #include <linux/module.h>
-- 
2.20.1


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

* Applied "ASoC: imx-audmux: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 05/20] ASoC: imx-audmux: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:29   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:29 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-audmux: Switch to SPDX identifier

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 47bbcbfeb8ac99164067485a8322d92e69044211 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:55 +0300
Subject: [PATCH] ASoC: imx-audmux: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-audmux.c | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/sound/soc/fsl/imx-audmux.c b/sound/soc/fsl/imx-audmux.c
index 99e07b01a2ce..04e59e66711d 100644
--- a/sound/soc/fsl/imx-audmux.c
+++ b/sound/soc/fsl/imx-audmux.c
@@ -1,21 +1,11 @@
-/*
- * Copyright 2012 Freescale Semiconductor, Inc.
- * Copyright 2012 Linaro Ltd.
- * Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
- *
- * Initial development of this code was funded by
- * Phytec Messtechnik GmbH, http://www.phytec.de
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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+
+//
+// Copyright 2012 Freescale Semiconductor, Inc.
+// Copyright 2012 Linaro Ltd.
+// Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
+//
+// Initial development of this code was funded by
+// Phytec Messtechnik GmbH, http://www.phytec.de
 
 #include <linux/clk.h>
 #include <linux/debugfs.h>
-- 
2.20.1


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

* Applied "ASoC: fsl-dma: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 04/20] ASoC: fsl-dma: Switch to SPDX identifier Andra Danciu
@ 2019-04-08  7:29   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:29 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: fsl-dma: Switch to SPDX identifier

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 e073564fe653eacbef6723a0a5210131b3998000 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:54 +0300
Subject: [PATCH] ASoC: fsl-dma: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/fsl_dma.c | 26 +++++++++++---------------
 sound/soc/fsl/fsl_dma.h |  5 +----
 2 files changed, 12 insertions(+), 19 deletions(-)

diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c
index 78871de35086..e22508301412 100644
--- a/sound/soc/fsl/fsl_dma.c
+++ b/sound/soc/fsl/fsl_dma.c
@@ -1,18 +1,14 @@
-/*
- * Freescale DMA ALSA SoC PCM driver
- *
- * Author: Timur Tabi <timur@freescale.com>
- *
- * Copyright 2007-2010 Freescale Semiconductor, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- *
- * This driver implements ASoC support for the Elo DMA controller, which is
- * the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
- * the PCM driver is what handles the DMA buffer.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Freescale DMA ALSA SoC PCM driver
+//
+// Author: Timur Tabi <timur@freescale.com>
+//
+// Copyright 2007-2010 Freescale Semiconductor, Inc.
+//
+// This driver implements ASoC support for the Elo DMA controller, which is
+// the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
+// the PCM driver is what handles the DMA buffer.
 
 #include <linux/module.h>
 #include <linux/init.h>
diff --git a/sound/soc/fsl/fsl_dma.h b/sound/soc/fsl/fsl_dma.h
index 78fee97e8036..f19ae765b656 100644
--- a/sound/soc/fsl/fsl_dma.h
+++ b/sound/soc/fsl/fsl_dma.h
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC
- *
- * 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 _MPC8610_PCM_H
-- 
2.20.1


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

* Applied "ASoC: eukrea-tlv320: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 03/20] ASoC: eukrea-tlv320: " Andra Danciu
@ 2019-04-08  7:29   ` Mark Brown
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:29 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2808 bytes --]

The patch

   ASoC: eukrea-tlv320: Switch to SPDX identifier

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 ecf4630f1b9857141e38ea798bc30b8fd7c11dfc Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:53 +0300
Subject: [PATCH] ASoC: eukrea-tlv320: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/eukrea-tlv320.c | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c
index 30a3d68b5c03..d648268cb454 100644
--- a/sound/soc/fsl/eukrea-tlv320.c
+++ b/sound/soc/fsl/eukrea-tlv320.c
@@ -1,19 +1,13 @@
-/*
- * eukrea-tlv320.c  --  SoC audio for eukrea_cpuimxXX in I2S mode
- *
- * Copyright 2010 Eric Bénard, Eukréa Electromatique <eric@eukrea.com>
- *
- * based on sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
- * which is Copyright 2009 Simtec Electronics
- * and on sound/soc/imx/phycore-ac97.c which is
- * Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- *  This program is free software; you can redistribute  it and/or modify it
- *  under  the terms of  the GNU General  Public License as published by the
- *  Free Software Foundation;  either version 2 of the  License, or (at your
- *  option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// eukrea-tlv320.c  --  SoC audio for eukrea_cpuimxXX in I2S mode
+//
+// Copyright 2010 Eric Bénard, Eukréa Electromatique <eric@eukrea.com>
+//
+// based on sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
+// which is Copyright 2009 Simtec Electronics
+// and on sound/soc/imx/phycore-ac97.c which is
+// Copyright 2009 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
 
 #include <linux/errno.h>
 #include <linux/module.h>
-- 
2.20.1


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

* Applied "ASoC: imx-pcm: Switch to SPDX identifier" to the asoc tree
  2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
  2019-04-05 12:10   ` Mukesh Ojha
  2019-04-05 12:10   ` Mukesh Ojha
@ 2019-04-08  7:29   ` Mark Brown
  2 siblings, 0 replies; 46+ messages in thread
From: Mark Brown @ 2019-04-08  7:29 UTC (permalink / raw)
  To: Andra Danciu
  Cc: Mark Brown, timur, nicoleotsuka, Xiubo.Lee, festevam, lgirdwood,
	broonie, perex, tiwai, shawnguo, s.hauer, kernel, linux-imx,
	alsa-devel, linuxppc-dev, linux-arm-kernel, linux-kernel,
	daniel.baluta, alsa-devel

The patch

   ASoC: imx-pcm: Switch to SPDX identifier

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 1c05c1ed6f4dd267a2ca30bacd63870cd5ecc860 Mon Sep 17 00:00:00 2001
From: Andra Danciu <andradanciu1997@gmail.com>
Date: Fri, 5 Apr 2019 14:49:51 +0300
Subject: [PATCH] ASoC: imx-pcm: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-pcm.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
index 133c4470acad..5dd406774d3e 100644
--- a/sound/soc/fsl/imx-pcm.h
+++ b/sound/soc/fsl/imx-pcm.h
@@ -1,13 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
  *
  * This code is based on code copyrighted by Freescale,
  * Liam Girdwood, Javier Martin and probably others.
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #ifndef _IMX_PCM_H
-- 
2.20.1


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

end of thread, other threads:[~2019-04-08  7:30 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 11:49 [PATCH 00/20] Switch to SPDX identifier Andra Danciu
2019-04-05 11:49 ` [PATCH 01/20] ASoC: imx-pcm: " Andra Danciu
2019-04-05 12:10   ` Mukesh Ojha
2019-04-05 12:10   ` Mukesh Ojha
2019-04-08  7:29   ` Applied "ASoC: imx-pcm: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 02/20] ASoC: efika-audio-fabric.c: Switch to SPDX identifier Andra Danciu
2019-04-05 12:47   ` Mukesh Ojha
2019-04-05 12:50     ` Fabio Estevam
2019-04-05 13:24       ` Mukesh Ojha
2019-04-05 13:26         ` Fabio Estevam
2019-04-05 11:49 ` [PATCH 03/20] ASoC: eukrea-tlv320: " Andra Danciu
2019-04-08  7:29   ` Applied "ASoC: eukrea-tlv320: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 04/20] ASoC: fsl-dma: Switch to SPDX identifier Andra Danciu
2019-04-08  7:29   ` Applied "ASoC: fsl-dma: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 05/20] ASoC: imx-audmux: Switch to SPDX identifier Andra Danciu
2019-04-08  7:29   ` Applied "ASoC: imx-audmux: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 06/20] ASoC: imx-es8328: Switch to SPDX identifier Andra Danciu
2019-04-08  7:29   ` Applied "ASoC: imx-es8328: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 07/20] ASoC: imx-mc13783: Switch to SPDX identifier Andra Danciu
2019-04-08  7:28   ` Applied "ASoC: imx-mc13783: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 08/20] ASoC: imx-pcm-fiq: Switch to SPDX identifier Andra Danciu
2019-04-08  7:28   ` Applied "ASoC: imx-pcm-fiq: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:49 ` [PATCH 09/20] ASoC: imx-spdif: Switch to SPDX identifier Andra Danciu
2019-04-08  7:28   ` Applied "ASoC: imx-spdif: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 10/20] ASoC: imx-ssi: Switch to SPDX identifier Andra Danciu
2019-04-08  7:28   ` Applied "ASoC: imx-ssi: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 11/20] ASoC: mpc5200_dma: Switch to SPDX identifier Andra Danciu
2019-04-08  7:26   ` Applied "ASoC: mpc5200_dma: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 12/20] ASoC: mpc5200_psc_ac97: Switch to SPDX identifier Andra Danciu
2019-04-08  7:26   ` Applied "ASoC: mpc5200_psc_ac97: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 13/20] ASoC: mpc5200_psc_i2s: Switch to SPDX identifier Andra Danciu
2019-04-08  7:26   ` Applied "ASoC: mpc5200_psc_i2s: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 14/20] ASoC: mpc8610_hpcd: Switch to SPDX identifier Andra Danciu
2019-04-08  7:25   ` Applied "ASoC: mpc8610_hpcd: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 15/20] ASoC: mx27vis-aic32x4: Switch to SPDX identifier Andra Danciu
2019-04-08  7:25   ` Applied "ASoC: mx27vis-aic32x4: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 16/20] ASoC: p1022_ds: Switch to SPDX identifier Andra Danciu
2019-04-08  7:25   ` Applied "ASoC: p1022_ds: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 17/20] ASoC: p1022_rdk: Switch to SPDX identifier Andra Danciu
2019-04-08  7:25   ` Applied "ASoC: p1022_rdk: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 18/20] ASoC: pcm030-audio-fabric: Switch to SPDX identifier Andra Danciu
2019-04-08  7:25   ` Applied "ASoC: pcm030-audio-fabric: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 19/20] ASoC: phycore-ac97: Switch to SPDX identifier Andra Danciu
2019-04-08  7:24   ` Applied "ASoC: phycore-ac97: Switch to SPDX identifier" to the asoc tree Mark Brown
2019-04-05 11:50 ` [PATCH 20/20] ASoC: wm1133-ev1: Switch to SPDX identifier Andra Danciu
2019-04-08  7:24   ` Applied "ASoC: wm1133-ev1: Switch to SPDX identifier" to the asoc tree Mark Brown

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