public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Paul Bolle <pebolle@tiscali.nl>
To: Punnaiah Choudary Kalluri <punnaiah.choudary.kalluri@xilinx.com>
Cc: mark.rutland@arm.com, jussi.kivilinna@iki.fi,
	linux-doc@vger.kernel.org, artem.bityutskiy@linux.intel.com,
	linux-mtd@lists.infradead.org,
	Punnaiah Choudary Kalluri <punnaia@xilinx.com>,
	arnd@arndb.de, michal.simek@xilinx.com,
	ezequiel.garcia@free-electrons.com, grant.likely@linaro.org,
	devicetree@vger.kernel.org, jason@lakedaemon.net,
	pawel.moll@arm.com, ijc+devicetree@hellion.org.uk,
	joern@logfs.org, kpc528@gmail.com, robh+dt@kernel.org,
	acourbot@nvidia.com, kalluripunnaiahchoudary@gmail.com,
	gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	rob@landley.net, galak@codeaurora.org, ivan.khoronzhuk@ti.com,
	computersforpeace@gmail.com, dwmw2@infradead.org
Subject: Re: [PATCH v6 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface
Date: Mon, 13 Apr 2015 20:57:12 +0200	[thread overview]
Message-ID: <1428951432.3868.21.camel@x220> (raw)
In-Reply-To: <858a607d-7c5a-4066-aa79-ab14c456b8e5@BN1BFFO11FD046.protection.gbl>

On Mon, 2015-04-13 at 21:42 +0530, Punnaiah Choudary Kalluri wrote:

> --- a/drivers/mtd/nand/Makefile
> +++ b/drivers/mtd/nand/Makefile

> +obj-$(CONFIG_MTD_NAND_PL353)		+= pl353_nand.o

(I think pl353_nand.o can be part of a module. If that's incorrect, you
can stop reading here.) 

> --- /dev/null
> +++ b/drivers/mtd/nand/pl353_nand.c

> + * 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; either version 2 of the License, or (at your
> + * option) any later version.

This states the license of this driver is GPL v2 or later.

> +MODULE_LICENSE("GPL v2");

And according to include/linux/module.h this states the license is GPL
v2. So either the comment at the top of this file or the license ident
used in the MODULE_LICENSE() macro needs to change.

Thanks,


Paul Bolle

  reply	other threads:[~2015-04-13 18:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1428941550-4620-1-git-send-email-punnaia@xilinx.com>
2015-04-13 16:12 ` [PATCH v6 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface Punnaiah Choudary Kalluri
2015-04-13 18:57   ` Paul Bolle [this message]
2015-04-14  6:39     ` punnaiah choudary kalluri
2015-04-28 15:38   ` Ben Shelton
2015-04-29  2:37     ` punnaiah choudary kalluri
2015-04-13 16:12 ` [PATCH v6 2/3] nand: pl353: Add software ecc support Punnaiah Choudary Kalluri
2015-04-13 16:12 ` [PATCH v6 3/3] Documentation: nand: pl353: Add documentation for controller and driver Punnaiah Choudary Kalluri

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=1428951432.3868.21.camel@x220 \
    --to=pebolle@tiscali.nl \
    --cc=acourbot@nvidia.com \
    --cc=arnd@arndb.de \
    --cc=artem.bityutskiy@linux.intel.com \
    --cc=computersforpeace@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=galak@codeaurora.org \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=ivan.khoronzhuk@ti.com \
    --cc=jason@lakedaemon.net \
    --cc=joern@logfs.org \
    --cc=jussi.kivilinna@iki.fi \
    --cc=kalluripunnaiahchoudary@gmail.com \
    --cc=kpc528@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=michal.simek@xilinx.com \
    --cc=pawel.moll@arm.com \
    --cc=punnaia@xilinx.com \
    --cc=punnaiah.choudary.kalluri@xilinx.com \
    --cc=rob@landley.net \
    --cc=robh+dt@kernel.org \
    /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