Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933336AbbFJIOg (ORCPT ); Wed, 10 Jun 2015 04:14:36 -0400 Received: from lb1-smtp-cloud2.xs4all.net ([194.109.24.21]:39427 "EHLO lb1-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752623AbbFJIO1 (ORCPT ); Wed, 10 Jun 2015 04:14:27 -0400 Message-ID: <1433924063.24094.27.camel@x220> Subject: Re: [PATCH] mtd: nand: support for Toshiba BENAND (Built-in ECC NAND) From: Paul Bolle To: KOBAYASHI Yoshitake Cc: dwmw2@infradead.org, computersforpeace@gmail.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Date: Wed, 10 Jun 2015 10:14:23 +0200 In-Reply-To: <1433920119-16303-1-git-send-email-yoshitake.kobayashi@toshiba.co.jp> References: <1433920119-16303-1-git-send-email-yoshitake.kobayashi@toshiba.co.jp> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 25 On Wed, 2015-06-10 at 16:08 +0900, KOBAYASHI Yoshitake wrote: > drivers/mtd/nand/Kconfig | 16 ++++++++++++++++ > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/nand_base.c | 32 ++++++++++++++++++++++++++++++-- > include/linux/mtd/nand.h | 3 +++ > 4 files changed, 50 insertions(+), 2 deletions(-) This _doesn't_ add drivers/mtd/nand/nand_benand.c (or something similar). And there's no file with that name in today's linux-next. > --- a/drivers/mtd/nand/Makefile > +++ b/drivers/mtd/nand/Makefile > +obj-$(CONFIG_MTD_NAND_BENAND) += nand_benand.o So there's another patch that adds drivers/mtd/nand/nand_benand.c? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/