From: Daniel Baluta <daniel.baluta@nxp.com>
To: "pombredanne@nexb.com" <pombredanne@nexb.com>,
"broonie@kernel.org" <broonie@kernel.org>
Cc: dl-linux-imx <linux-imx@nxp.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Cosmin Samoila <cosmin.samoila@nxp.com>,
"daniel.baluta@gmail.com" <daniel.baluta@gmail.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"wakasugi.jb@om.asahi-kasei.co.jp"
<wakasugi.jb@om.asahi-kasei.co.jp>,
"andy.shevchenko@gmail.com" <andy.shevchenko@gmail.com>,
Fabio Estevam <fabio.estevam@nxp.com>,
"mihai.serban@gmail.com" <mihai.serban@gmail.com>,
"robh@kernel.org" <robh@kernel.org>,
"S.j. Wang" <shengjiu.wang@nxp.com>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
"mihai.serban@nxp.com" <mihai.serban@nxp.com>
Subject: Re: [PATCH v4 1/2] ASoC: codecs: Add support for AK5558 ADC driver
Date: Fri, 16 Feb 2018 12:28:21 +0000 [thread overview]
Message-ID: <1518784101.9517.21.camel@nxp.com> (raw)
In-Reply-To: <20180216121445.GH5886@sirena.org.uk>
On Vi, 2018-02-16 at 12:14 +0000, Mark Brown wrote:
> On Tue, Feb 13, 2018 at 04:29:33PM +0200, Daniel Baluta wrote:
>
> >
> > +++ b/sound/soc/codecs/ak5558.c
> > @@ -0,0 +1,417 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> Just make this a C++ commment, don't mix C and C++ - it looks neater.
> Otherwise this looks good so I'll apply, please send a followup patch
> for the above.
Hi Mark,
Will send a separate patch to fix this.
Anyhow, lets make sure that I got it right because looking into
sound/soc/codecs I can see a mixes of styles.
So, for ak5558.c the correct code should be:
// SPDX-License-Identifier: GPL-2.0
//
// Audio driver for AK5558 ADC
//
// Copyright (C) 2015 Asahi Kasei Microdevices Corporation
// Copyright 2018 NXP
//
Now, for the .h there is a total different story. As per Philippe's
link to documentation [1]
the .h file should start with:
C header: /* SPDX-License-Identifier: <SPDX License Expression> */
So, is the header ak5558.h looking like this, all right?
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Audio driver header for AK5558
*
* Copyright (C) 2016 Asahi Kasei Microdevices Corporation
* Copyright 2018 NXP
*/
Are you willing to take patches fixing the SPDX identifier for the rest of the codecs in sounc/soc/codecs?
I've got a bunch of students looking for cleanup patches in their application for Google Summer of Code :).
thanks,
Daniel.
[1]https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/license-rules.rst#n67
next prev parent reply other threads:[~2018-02-16 12:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-13 14:29 [PATCH v4 0/2] Add support for AK5558 ADC Daniel Baluta
2018-02-13 14:29 ` [PATCH v4 1/2] ASoC: codecs: Add support for AK5558 ADC driver Daniel Baluta
2018-02-16 12:14 ` Mark Brown
2018-02-16 12:28 ` Daniel Baluta [this message]
2018-02-19 17:13 ` Mark Brown
2018-02-16 12:16 ` Applied "ASoC: ak5558: Add support for AK5558 ADC driver" to the asoc tree Mark Brown
2018-02-13 14:29 ` [PATCH v4 2/2] ASoC: ak5558: Add bindings for AK5558 ADC Daniel Baluta
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=1518784101.9517.21.camel@nxp.com \
--to=daniel.baluta@nxp.com \
--cc=alsa-devel@alsa-project.org \
--cc=andy.shevchenko@gmail.com \
--cc=broonie@kernel.org \
--cc=cosmin.samoila@nxp.com \
--cc=daniel.baluta@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mihai.serban@gmail.com \
--cc=mihai.serban@nxp.com \
--cc=pombredanne@nexb.com \
--cc=robh@kernel.org \
--cc=shengjiu.wang@nxp.com \
--cc=wakasugi.jb@om.asahi-kasei.co.jp \
/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 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).