From: Brian Norris Date: Sat, 14 Jan 2012 02:11:49 +0000 (-0800) Subject: mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocks X-Git-Tag: v3.4-rc1~16^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85443319989bb91814504608a6e11d880e156828;p=pandora-kernel.git mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocks It seems that we have developed a bad-block-marking "feature" out of pure laziness: "We write two bytes per location, so we dont have to mess with 16 bit access." It's relatively simple to write a 1 byte at a time on x8 devices and 2 bytes at a time on x16 devices, so let's do it. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed