From: David Woodhouse Date: Sat, 21 Oct 2006 16:09:53 +0000 (+0100) Subject: [MTD] NAND: Combined oob buffer so it's contiguous with data X-Git-Tag: v2.6.20-rc6~47^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dcdcbef5d2b60d1db68fd2c07351f7afd8ad376;p=pandora-kernel.git [MTD] NAND: Combined oob buffer so it's contiguous with data Ditch the separate oobrbuf and oobwbuf fields from the chip buffers, and use only a single buffer immediately after the data. This accommodates NAND controllers such as the OLPC CAFÉ chip, which can't do scatter/gather DMA so needs the OOB buffer to be contiguous with the data, for both read and write. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed