From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 23 Apr 2014 02:06:58 -0500 Subject: [U-Boot] [PATCH v7] nand/denali: Adding Denali NAND driver support In-Reply-To: <20140418204107.F084.AA925319@jp.panasonic.com> References: <20140404173118.D724.AA925319@jp.panasonic.com> <1397256191.20280.171.camel@snotra.buserror.net> <20140418204107.F084.AA925319@jp.panasonic.com> Message-ID: <1398236818.3558.25.camel@clsee-VirtualBox.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On Fri, 2014-04-18 at 20:41 +0900, Masahiro Yamada wrote: > Hi Chin, > > > I found another fatal problem in v7. > "nand markbad" command does not work at all. > I think write_oob_data() is buggy. I believe I already comment that on the previous mail. In short, its working for me as I am using the BBT within the flash. > > > And I made "nand bad" command much faster. > And other misc feedbacks. Actually, its only happen when new chip is used. But this code improved the speed, its a nice enhancement to put into v8. > > > How about squashing > http://patchwork.ozlabs.org/patch/340277/ > http://patchwork.ozlabs.org/patch/340278/ > to v7 and posting v8. > If you are ok with the comments, I can go ahead to create the v8 with below changes 1. Change denali.xx to denali->xx 2. Enhancement of nand bad bad block scanning function Thanks Chin Liang > > Best Regards > Masahiro Yamada >