commit | c0cbfd0e81d879a950ba6f0df3f75ea30c5ab16e | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Sat Sep 05 01:20:45 2009 +0900 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 19 14:20:58 2009 -0700 |
tree | 96509903683e7a51c726cdad95dea3ba826408fc | |
parent | 0f777fb9318739baf517c4f4ef66347d8898643d [diff] |
mtd: nand: txx9ndfmc: transfer 512 byte at a time if possible Using __nand_correct_data() helper function, this driver can read 512 byte (with 6 byte ECC) at a time. This results minor performance improvement. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>