]> git.baikalelectronics.ru Git - kernel.git/commit
MTD: mtdconcat NAND/Sibley support (rev.2)
authorAlexander Belyakov <abelyako@googlemail.com>
Wed, 17 May 2006 15:11:16 +0000 (19:11 +0400)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 17 May 2006 15:31:31 +0000 (16:31 +0100)
commit84f2935578e82633e7faa60136b8780d12bd461f
treec1cbf0718343d2faa1354570949217055763122c
parent8e79b8cfdf3f0a2468316cb4224d8373b53aaeab
MTD: mtdconcat NAND/Sibley support (rev.2)

There is a second revision of "mtdconcat NAND/Sibley" patch. I hope
the patch will not get damaged as I'm posting it from gmail account,
thanks to Jorn.

The patch adds previously missing concat_writev(),
concat_writev_ecc(), concat_block_isbad(), concat_block_markbad()
functions to make concatenation layer compatible with Sibley and NAND
chips.

Patch has been cleared from whitespaces, fixed some lines of code as
requested. Also I have added code for alignment check that should
support Jorn's "writesize" patch.

Signed-off-by: Alexander Belyakov <alexander.belyakov@intel.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/mtdconcat.c