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

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