From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fathi BOUDRA Date: Tue, 5 Aug 2008 13:45:33 +0200 Subject: [U-Boot-Users] [PATCH] JFFS2 command support on OneNAND (take #2) Message-ID: <200808051345.33546.fabo@debian.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > > TODO: Use NAND command interface (e.g.: part_validate_*nand()). > > Do you mean merging the NAND and OneNAND versions of the jffs2 > code, through the (mostly already existing) function pointer > interface? yes, as you suggested to kyungmin: use mtd_info function pointer interface. > I'd really like to see that done before merging, unless there's > a consensus from others that it can't wait. I don't know if I'll have time to do it soon, so better have something that work now. By the way, I don't have a strong opinion on this subject. cheers, Fathi