Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754856AbbFKOmF (ORCPT ); Thu, 11 Jun 2015 10:42:05 -0400 Received: from imx2.toshiba.co.jp ([106.186.93.51]:37155 "EHLO imx2.toshiba.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753028AbbFKOll (ORCPT ); Thu, 11 Jun 2015 10:41:41 -0400 Message-ID: <55799DFC.3000304@toshiba.co.jp> Date: Thu, 11 Jun 2015 23:41:00 +0900 From: KOBAYASHI Yoshitake User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Richard Weinberger Cc: David Woodhouse , Brian Norris , "linux-mtd@lists.infradead.org" , LKML Subject: Re: [PATCH] mtd: nand: support for Toshiba BENAND (Built-in ECC NAND) References: <1433920119-16303-1-git-send-email-yoshitake.kobayashi@toshiba.co.jp> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1510 Lines: 37 On 2015/06/10 16:50, Richard Weinberger wrote: > On Wed, Jun 10, 2015 at 9:08 AM, KOBAYASHI Yoshitake > wrote: >> This patch enables support for Toshiba BENAND. >> Toshiba BENAND is a SLC NAND solution that automatically generates ECC >> inside NAND chip. Newer generation SLC NAND devices of today need multi-bit >> hardware ECC by NAND controller in SoC. BENAND solution is ECC free, >> has high performance and backward compatibility in NAND chip trend. > > Do you have performance numbers? > How fast is it compared to a decent HW ECC engine? Comparing with 24nm SLC NAND, BENAND is few percent faster in write and more than 5 percent faster in read. But the result depends on usecase and compared device. I will delete the last sentence. > Did you see my On-Die ECC series and Brian's comments on it? > https://lkml.org/lkml/2015/3/25/310 > I suspect some of his comments will apply to you as well. Thanks for the suggestion. I would like to post the current driver first to make it open, then consider how to apply his comments. Because I made a big mistake. -- -- >> +obj-$(CONFIG_MTD_NAND_BENAND) += nand_benand.o > > nand_benand.c is not part of this patch. > Forgot a git add? :-) Oh!.. I will repost it. -- 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/