From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dAFvg-00053p-IC for linux-mtd@lists.infradead.org; Mon, 15 May 2017 13:20:54 +0000 Date: Mon, 15 May 2017 15:20:20 +0200 From: Boris Brezillon To: Mario Rugiero Cc: Richard Weinberger , Marek Vasut , Cyrille Pitchen , Brian Norris , David Woodhouse , linux-mtd@lists.infradead.org Subject: Re: [PATCH v3] mtd: nand: add option to erase NAND blocks even if detected as bad. Message-ID: <20170515152020.691685c7@bbrezillon> In-Reply-To: References: <20170512053957.10426-1-mrugiero@gmail.com> <20170512073946.812-1-mrugiero@gmail.com> <20170515102158.798f83f2@bbrezillon> <20170515114159.655309cf@bbrezillon> <20170515130520.6ffff277@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 15 May 2017 10:16:51 -0300 Mario Rugiero wrote: > Hi all, > > I took note of all of your feedback. I'll be waiting until wednesday > for more feedback, and then provide two new patchsets. > Patchset 1 will focus on creating the debugfs entries for mtd. > Patchset 2 will add the ability to toggle force erasing to the debugfs. Keep in mind that this should be done on a per device basis (one debugfs dir per NAND device created under /sys/kernel/debug/mtd/nand/). > Does that sound right to you? Yep. Thanks, Boris