From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Date: Mon, 14 Jan 2008 23:06:11 +0300 Subject: [U-Boot-Users] [PATCH 3/5] nand: FSL UPM NAND driver In-Reply-To: <200801101831.06724.sr@denx.de> References: <20080109175051.GA18582@localhost.localdomain> <20080109175751.GC25068@localhost.localdomain> <200801101831.06724.sr@denx.de> Message-ID: <20080114200611.GA3442@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jan 10, 2008 at 06:31:06PM +0100, Stefan Roese wrote: > On Wednesday 09 January 2008, Anton Vorontsov wrote: > > Signed-off-by: Anton Vorontsov > > This seems to be based on the current NAND infrastructure. You might have > noticed that I'm trying right now to merge the patches from William Yuul with > the Linux 2.6.22 based NAND subsystem. This is great news. Though, using u-boot-nand-flash tree I see that write.jffs2 isn't actually working (bad blocks skipping unimplemented), and read.jffs2 is unimplemented in whole... Without .jffs2 variants nand support is almost useless. :-/ Unfortunately I don't have much time to help you with these updating efforts, implementing .jffs2... so I'd be glad if you'll ack second version of the patch[1] so we'll able to use it today with old nand layer. And I'll provide another patch[2] for your tree, that will update fsl_upm to use new infrastructure (tested to work on good blocks). Will send [1] and [2] real soon now. Thanks.