linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: msm8916-wcd: license and documentation fixes
@ 2019-02-08 15:16 Johan Hovold
  2019-02-08 15:16 ` [PATCH v2 1/2] ASoC: msm8916-wcd-analog: add missing license information Johan Hovold
  2019-02-08 15:16 ` [PATCH v2 2/2] ASoC: msm8916-wcd-digital: convert license header to SPDX Johan Hovold
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2019-02-08 15:16 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, Srinivas Kandagatla, alsa-devel, linux-kernel,
	Johan Hovold

This series adds the missing license information to the
msm8916-wcd-analog driver and converts it's digital counterpart to SPDX.

Johan

v2
 - drop the now applied binding doc update
 - switch to c++ comments also for the copyright headers for consistency
   with the ASoC style


Johan Hovold (2):
  ASoC: msm8916-wcd-analog: add missing license information
  ASoC: msm8916-wcd-digital: convert license header to SPDX

 sound/soc/codecs/msm8916-wcd-analog.c  |  3 +++
 sound/soc/codecs/msm8916-wcd-digital.c | 13 ++-----------
 2 files changed, 5 insertions(+), 11 deletions(-)

-- 
2.20.1


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

* [PATCH v2 1/2] ASoC: msm8916-wcd-analog: add missing license information
  2019-02-08 15:16 [PATCH v2 0/2] ASoC: msm8916-wcd: license and documentation fixes Johan Hovold
@ 2019-02-08 15:16 ` Johan Hovold
  2019-02-08 15:16 ` [PATCH v2 2/2] ASoC: msm8916-wcd-digital: convert license header to SPDX Johan Hovold
  1 sibling, 0 replies; 3+ messages in thread
From: Johan Hovold @ 2019-02-08 15:16 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, Srinivas Kandagatla, alsa-devel, linux-kernel,
	Johan Hovold

Add the missing license and copyright information which never made it
into the analog driver when the original driver was split in two as part
of the review process.

Link: https://lkml.kernel.org/r/1465582725-30183-3-git-send-email-srinivas.kandagatla@linaro.org
Fixes: 585e881e5b9e ("ASoC: codecs: Add msm8916-wcd analog codec")
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
---
 sound/soc/codecs/msm8916-wcd-analog.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/soc/codecs/msm8916-wcd-analog.c b/sound/soc/codecs/msm8916-wcd-analog.c
index b7cf7cce95fe..368b6c09474b 100644
--- a/sound/soc/codecs/msm8916-wcd-analog.c
+++ b/sound/soc/codecs/msm8916-wcd-analog.c
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (c) 2016, The Linux Foundation. All rights reserved.
+
 #include <linux/module.h>
 #include <linux/err.h>
 #include <linux/kernel.h>
-- 
2.20.1


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

* [PATCH v2 2/2] ASoC: msm8916-wcd-digital: convert license header to SPDX
  2019-02-08 15:16 [PATCH v2 0/2] ASoC: msm8916-wcd: license and documentation fixes Johan Hovold
  2019-02-08 15:16 ` [PATCH v2 1/2] ASoC: msm8916-wcd-analog: add missing license information Johan Hovold
@ 2019-02-08 15:16 ` Johan Hovold
  1 sibling, 0 replies; 3+ messages in thread
From: Johan Hovold @ 2019-02-08 15:16 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, Srinivas Kandagatla, alsa-devel, linux-kernel,
	Johan Hovold

Convert the GPLv2-only license header to SPDX.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 sound/soc/codecs/msm8916-wcd-digital.c | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/sound/soc/codecs/msm8916-wcd-digital.c b/sound/soc/codecs/msm8916-wcd-digital.c
index 3063dedd21cf..3e7409c85dd2 100644
--- a/sound/soc/codecs/msm8916-wcd-digital.c
+++ b/sound/soc/codecs/msm8916-wcd-digital.c
@@ -1,14 +1,5 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- */
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (c) 2016, The Linux Foundation. All rights reserved.
 
 #include <linux/module.h>
 #include <linux/err.h>
-- 
2.20.1


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

end of thread, other threads:[~2019-02-08 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 15:16 [PATCH v2 0/2] ASoC: msm8916-wcd: license and documentation fixes Johan Hovold
2019-02-08 15:16 ` [PATCH v2 1/2] ASoC: msm8916-wcd-analog: add missing license information Johan Hovold
2019-02-08 15:16 ` [PATCH v2 2/2] ASoC: msm8916-wcd-digital: convert license header to SPDX Johan Hovold

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