[MTD] NAND: Combined oob buffer so it's contiguous with data
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 21 Oct 2006 16:09:53 +0000 (17:09 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 21 Oct 2006 16:48:58 +0000 (17:48 +0100)
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 <dwmw2@infradead.org>

No differences found