mtd: nand: txx9ndfmc: transfer 512 byte at a time if possible
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Fri, 4 Sep 2009 16:20:45 +0000 (01:20 +0900)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 19 Sep 2009 21:20:58 +0000 (14:20 -0700)
commitc0cbfd0e81d879a950ba6f0df3f75ea30c5ab16e
tree96509903683e7a51c726cdad95dea3ba826408fc
parent0f777fb9318739baf517c4f4ef66347d8898643d
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>
drivers/mtd/nand/txx9ndfmc.c