diff options
author | Brian Norris <computersforpeace@gmail.com> | 2012-01-13 21:11:49 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-03-26 19:12:34 -0400 |
commit | 85443319989bb91814504608a6e11d880e156828 (patch) | |
tree | d7609b50a19a05ed5f0566c03a2bf43eafe6db9b /include/linux/nfsd | |
parent | cdbec0508699e3346052bf098c5c330a711a86a9 (diff) |
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 <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/nfsd')
0 files changed, 0 insertions, 0 deletions