From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753018AbbCGMjr (ORCPT ); Sat, 7 Mar 2015 07:39:47 -0500 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:56885 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751321AbbCGMjp (ORCPT ); Sat, 7 Mar 2015 07:39:45 -0500 Message-ID: <1425731983.2281.6.camel@tiscali.nl> Subject: Re: [PATCH 3/3] mtd: nand: add NAND driver for Broadcom STB NAND controller From: Paul Bolle To: Brian Norris Cc: linux-mtd@lists.infradead.org, Dmitry Torokhov , Anatol Pomazao , Ray Jui , Corneliu Doban , Jonathan Richardson , Florian Fainelli , =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Cernekee Date: Sat, 07 Mar 2015 13:39:43 +0100 In-Reply-To: <1425691129-1150-4-git-send-email-computersforpeace@gmail.com> References: <1425691129-1150-1-git-send-email-computersforpeace@gmail.com> <1425691129-1150-4-git-send-email-computersforpeace@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 07 Mar 2015 12:39:43.0560 (UTC) FILETIME=[C97E8480:01D058D3] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Only a license nit. Brian Norris schreef op vr 06-03-2015 om 17:18 [-0800]: > --- /dev/null > +++ b/drivers/mtd/nand/brcmstb_nand.c > @@ -0,0 +1,2182 @@ > +/* > + * Copyright © 2010-2015 Broadcom Corporation > + * > + * 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. > + * > + * 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. > + */ This states the license is GPL v2. > +MODULE_LICENSE("GPL"); So you probably want MODULE_LICENSE("GPL v2"); here. Paul Bolle