From mboxrd@z Thu Jan 1 00:00:00 1970 From: computersforpeace@gmail.com (Brian Norris) Date: Mon, 18 Aug 2014 18:31:10 -0700 Subject: [PATCH 0/8] mtd: nand: Support for new DT NAND driver In-Reply-To: <20140818083953.GA4266@lee--X1> References: <1407921127-8590-1-git-send-email-lee.jones@linaro.org> <20140814224013.GE18411@ld-irv-0074> <20140818083953.GA4266@lee--X1> Message-ID: <20140819013110.GO18411@ld-irv-0074> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Aug 18, 2014 at 09:39:53AM +0100, Lee Jones wrote: > On Thu, 14 Aug 2014, Brian Norris wrote: > > Particularly, take a hard look at rewriting > > include/linux/mtd/stm_nand_bbt.h. > > I don't think there is any need - although this change is required: > > -#if defined(MTD_NAND_STM_BBT) > +#if defined(MTD_NAND_STM_BCH_BBT) You're still missing a GPL header and #include guards. Your whole patch series (both v1 and v2) also has a few legit checkpatch.pl warnings. Please fix these. Brian