From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [PATCH v8] mtd: nand: add tango NAND flash controller support Date: Wed, 30 Nov 2016 17:44:59 -0800 Message-ID: <20161201014459.GK77253@google.com> References: <580F5AD2.9020909@sigmadesigns.com> <580F5B37.5090100@sigmadesigns.com> <580F8407.5070706@sigmadesigns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <580F8407.5070706-y1yR0Z3OICC7zZZRDBGcUA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Marc Gonzalez Cc: linux-mtd , Boris Brezillon , Richard Weinberger , Mark Rutland , DT , Rob Herring , Sebastian Frias , Mason List-Id: devicetree@vger.kernel.org Hi, On Tue, Oct 25, 2016 at 06:10:47PM +0200, Marc Gonzalez wrote: > This driver supports the NAND Flash controller embedded in recent > Tango chips, such as SMP8758 and SMP8759. > > Signed-off-by: Marc Gonzalez > --- ... > diff --git a/drivers/mtd/nand/tango_nand.c b/drivers/mtd/nand/tango_nand.c > new file mode 100644 > index 000000000000..74e39a92771c > --- /dev/null > +++ b/drivers/mtd/nand/tango_nand.c > @@ -0,0 +1,654 @@ This driver is being introduced with no copyright or license header. At least it has an appropriate MODULE_LICENSE(). Can the original author(s) please provide a follow-up patch with one? Thanks. > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include ... > +MODULE_LICENSE("GPL"); > +MODULE_AUTHOR("Sigma Designs"); > +MODULE_DESCRIPTION("Tango4 NAND Flash controller driver"); Brian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCGRY-0005f1-4p for linux-mtd@lists.infradead.org; Thu, 01 Dec 2016 01:45:49 +0000 Received: by mail-pg0-x241.google.com with SMTP id x23so2921276pgx.3 for ; Wed, 30 Nov 2016 17:45:02 -0800 (PST) Date: Wed, 30 Nov 2016 17:44:59 -0800 From: Brian Norris To: Marc Gonzalez Cc: linux-mtd , Boris Brezillon , Richard Weinberger , Mark Rutland , DT , Rob Herring , Sebastian Frias , Mason Subject: Re: [PATCH v8] mtd: nand: add tango NAND flash controller support Message-ID: <20161201014459.GK77253@google.com> References: <580F5AD2.9020909@sigmadesigns.com> <580F5B37.5090100@sigmadesigns.com> <580F8407.5070706@sigmadesigns.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <580F8407.5070706@sigmadesigns.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Tue, Oct 25, 2016 at 06:10:47PM +0200, Marc Gonzalez wrote: > This driver supports the NAND Flash controller embedded in recent > Tango chips, such as SMP8758 and SMP8759. > > Signed-off-by: Marc Gonzalez > --- ... > diff --git a/drivers/mtd/nand/tango_nand.c b/drivers/mtd/nand/tango_nand.c > new file mode 100644 > index 000000000000..74e39a92771c > --- /dev/null > +++ b/drivers/mtd/nand/tango_nand.c > @@ -0,0 +1,654 @@ This driver is being introduced with no copyright or license header. At least it has an appropriate MODULE_LICENSE(). Can the original author(s) please provide a follow-up patch with one? Thanks. > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include ... > +MODULE_LICENSE("GPL"); > +MODULE_AUTHOR("Sigma Designs"); > +MODULE_DESCRIPTION("Tango4 NAND Flash controller driver"); Brian