Skip to content
Commit 7dcdcbef authored by David Woodhouse's avatar David Woodhouse
Browse files

[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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 513b046c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment