All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org,
	b.zolnierkie@samsung.com, sbkim73@samsung.com,
	lgirdwood@gmail.com, krzk@kernel.org,
	Mark Brown <broonie@kernel.org>,
	m.szyprowski@samsung.com
Subject: Applied "ASoC: samsung: s3c2412-i2s: Convert to SPDX License Identifier" to the asoc tree
Date: Fri, 19 Apr 2019 17:14:13 +0100 (BST)	[thread overview]
Message-ID: <20190419161413.97916441D3D@finisterre.ee.mobilebroadband> (raw)
In-Reply-To: <20190419102202.4384-17-s.nawrocki@samsung.com>

The patch

   ASoC: samsung: s3c2412-i2s: Convert to SPDX License Identifier

has been applied to the asoc tree at

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

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 25bc05fbc464457a2187cb240b26a6dbd609399a Mon Sep 17 00:00:00 2001
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
Date: Fri, 19 Apr 2019 12:21:51 +0200
Subject: [PATCH] ASoC: samsung: s3c2412-i2s: Convert to SPDX License
 Identifier

Replace GPL v2.0+ license statements with SPDX license identifier.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/samsung/s3c2412-i2s.c | 28 +++++++++++-----------------
 sound/soc/samsung/s3c2412-i2s.h | 11 +++--------
 2 files changed, 14 insertions(+), 25 deletions(-)

diff --git a/sound/soc/samsung/s3c2412-i2s.c b/sound/soc/samsung/s3c2412-i2s.c
index c08638b0e458..787a3f6e9f24 100644
--- a/sound/soc/samsung/s3c2412-i2s.c
+++ b/sound/soc/samsung/s3c2412-i2s.c
@@ -1,20 +1,14 @@
-/* sound/soc/samsung/s3c2412-i2s.c
- *
- * ALSA Soc Audio Layer - S3C2412 I2S driver
- *
- * Copyright (c) 2006 Wolfson Microelectronics PLC.
- *	Graeme Gregory graeme.gregory@wolfsonmicro.com
- *	linux@wolfsonmicro.com
- *
- * Copyright (c) 2007, 2004-2005 Simtec Electronics
- *	http://armlinux.simtec.co.uk/
- *	Ben Dooks <ben@simtec.co.uk>
- *
- * 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+
+//
+// ALSA Soc Audio Layer - S3C2412 I2S driver
+//
+// Copyright (c) 2006 Wolfson Microelectronics PLC.
+//	Graeme Gregory graeme.gregory@wolfsonmicro.com
+//	linux@wolfsonmicro.com
+//
+// Copyright (c) 2007, 2004-2005 Simtec Electronics
+//	http://armlinux.simtec.co.uk/
+//	Ben Dooks <ben@simtec.co.uk>
 
 #include <linux/delay.h>
 #include <linux/gpio.h>
diff --git a/sound/soc/samsung/s3c2412-i2s.h b/sound/soc/samsung/s3c2412-i2s.h
index 02ad5794c0a9..bff2a797cb08 100644
--- a/sound/soc/samsung/s3c2412-i2s.h
+++ b/sound/soc/samsung/s3c2412-i2s.h
@@ -1,16 +1,11 @@
-/* sound/soc/samsung/s3c2412-i2s.c
- *
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
  * ALSA Soc Audio Layer - S3C2412 I2S driver
  *
  * Copyright (c) 2007 Simtec Electronics
  *	http://armlinux.simtec.co.uk/
  *	Ben Dooks <ben@simtec.co.uk>
- *
- *  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 __SND_SOC_S3C24XX_S3C2412_I2S_H
 #define __SND_SOC_S3C24XX_S3C2412_I2S_H __FILE__
-- 
2.20.1

  reply	other threads:[~2019-04-19 16:14 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20190419102218epcas1p25cd718c2fd6af8a5bb6408608dc87dd1@epcas1p2.samsung.com>
2019-04-19 10:21 ` [PATCH 00/27] ASoC: samsung: Convert to SPDX licence identifiers Sylwester Nawrocki
     [not found]   ` <CGME20190419102221epcas2p2130af08de0e2cda9d311551d14896d04@epcas2p2.samsung.com>
2019-04-19 10:21     ` [PATCH 01/27] ASoC: samsung: arndale: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: arndale: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102224epcas1p45354ee18d52dbc4f1c950984b7c872ce@epcas1p4.samsung.com>
2019-04-19 10:21     ` [PATCH 02/27] ASoC: samsung: bells: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: bells: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102228epcas2p301926e6472470a95e566bfff378dae97@epcas2p3.samsung.com>
2019-04-19 10:21     ` [PATCH 03/27] ASoC: samsung: dmaengine: Convert to SPDX License Indentifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: dmaengine: Convert to SPDX License Indentifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102231epcas2p450050b6853ff4c466f0f9f7ac99ce9cc@epcas2p4.samsung.com>
2019-04-19 10:21     ` [PATCH 04/27] ASoC: samsung: h1940_uda1380: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: h1940_uda1380: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102234epcas1p2f07fc4e9e40d5d9d60a33d52c37ff2bd@epcas1p2.samsung.com>
2019-04-19 10:21     ` [PATCH 05/27] ASoC: samsung: i2s: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: i2s: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102237epcas2p1f315b62845b4b22f305fb8b2be6893aa@epcas2p1.samsung.com>
2019-04-19 10:21     ` [PATCH 06/27] ASoC: samsung: idma: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: idma: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102241epcas1p114e54ca76473a74aed6a1d186cb7629e@epcas1p1.samsung.com>
2019-04-19 10:21     ` [PATCH 07/27] ASoC: samsung: jive_wm8750: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: jive_wm8750: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102244epcas2p4367b00e24b364f03150e8a0fef99437d@epcas2p4.samsung.com>
2019-04-19 10:21     ` [PATCH 08/27] ASoC: samsung: littlemill: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: littlemill: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102247epcas1p247aee40179e2b79a419b136a9a72a891@epcas1p2.samsung.com>
2019-04-19 10:21     ` [PATCH 09/27] ASoC: samsung: lowland: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: lowland: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102251epcas2p45dfd6bb3da2d1be76d4abaf4d8edc57f@epcas2p4.samsung.com>
2019-04-19 10:21     ` [PATCH 10/27] ASoC: samsung: neo1973_wm8753: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: neo1973_wm8753: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102254epcas1p3ae7ca9e9587e84ee8dae38725b260005@epcas1p3.samsung.com>
2019-04-19 10:21     ` [PATCH 11/27] ASoC: samsung: odroid: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: odroid: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102257epcas2p2b60a803ada45fd226540114894594f4e@epcas2p2.samsung.com>
2019-04-19 10:21     ` [PATCH 12/27] ASoC: samsung: pcm: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: pcm: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102301epcas1p24a049caf9b6f54d95ce4447fd4470e5d@epcas1p2.samsung.com>
2019-04-19 10:21     ` [PATCH 13/27] ASoC: samsung: s3c-i2s-v2: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: s3c-i2s-v2: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102304epcas2p145e4b90dc30cdee9b7f20f4651ef6030@epcas2p1.samsung.com>
2019-04-19 10:21     ` [PATCH 14/27] ASoC: samsung: s3c24xx-i2s: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: s3c24xx-i2s: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102307epcas2p1dbee6ad7eb923b4d9281e98dd15d8a5e@epcas2p1.samsung.com>
2019-04-19 10:21     ` [PATCH 15/27] ASoC: samsung: rx1950_uda1380: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: rx1950_uda1380: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102310epcas1p1e740f1299528c43c2af4495ff4e538a5@epcas1p1.samsung.com>
2019-04-19 10:21     ` [PATCH 16/27] ASoC: samsung: s3c2412-i2s: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Mark Brown [this message]
     [not found]   ` <CGME20190419102314epcas2p3a5fd34f66d38333f719cd7120a738931@epcas2p3.samsung.com>
2019-04-19 10:21     ` [PATCH 17/27] ASoC: samsung: s3c24xx_simtec*: " Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: s3c24xx_simtec*: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102317epcas1p2db4ea34749c5e7c73c36c4bdfbe52e70@epcas1p2.samsung.com>
2019-04-19 10:21     ` [PATCH 18/27] ASoC: samsung: s3c24xx_uda134x: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: s3c24xx_uda134x: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102320epcas2p2a6b422dcb191f2b04a003b4e03073ed1@epcas2p2.samsung.com>
2019-04-19 10:21     ` [PATCH 19/27] ASoC: samsung: smartq_wm8987: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: smartq_wm8987: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102324epcas1p425e4612e7fb7f62b09cece5af88cb6c2@epcas1p4.samsung.com>
2019-04-19 10:21     ` [PATCH 20/27] ASoC: samsung: smdk_spdif: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: smdk_spdif: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102327epcas2p3109c900534aada238c9aad4dfd118eef@epcas2p3.samsung.com>
2019-04-19 10:21     ` [PATCH 21/27] ASoC: samsung: smdk_wm8580: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: smdk_wm8580: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102330epcas2p2ec246e5a747ef9cd8dfa0281128d795f@epcas2p2.samsung.com>
2019-04-19 10:21     ` [PATCH 22/27] ASoC: samsung: smdk_wm8994*: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: smdk_wm8994*: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102333epcas2p46dfc1560af6194a954d0f7fe40d90538@epcas2p4.samsung.com>
2019-04-19 10:21     ` [PATCH 23/27] ASoC: samsung: snow: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: snow: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102337epcas2p45ca1781cda7e24cfed289b358723476c@epcas2p4.samsung.com>
2019-04-19 10:21     ` [PATCH 24/27] ASoC: samsung: spdif: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: spdif: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102340epcas2p10c88390f4140697e478c5504ece37521@epcas2p1.samsung.com>
2019-04-19 10:22     ` [PATCH 25/27] ASoC: samsung: speyside: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: speyside: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102343epcas2p3a5d7f409408fbb991d0e5881c424a595@epcas2p3.samsung.com>
2019-04-19 10:22     ` [PATCH 26/27] ASoC: samsung: tm2_wm5110: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: tm2_wm5110: Convert to SPDX License Identifier" to the asoc tree Mark Brown
     [not found]   ` <CGME20190419102347epcas1p204b976fdc494f43fd5d9be89ee270b84@epcas1p2.samsung.com>
2019-04-19 10:22     ` [PATCH 27/27] ASoC: samsung: tobermory: Convert to SPDX License Identifier Sylwester Nawrocki
2019-04-19 16:14       ` Applied "ASoC: samsung: tobermory: Convert to SPDX License Identifier" to the asoc tree Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190419161413.97916441D3D@finisterre.ee.mobilebroadband \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=krzk@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=s.nawrocki@samsung.com \
    --cc=sbkim73@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.