From: Nicolas Ferre Date: Mon, 4 Jul 2011 14:17:53 +0000 (+0200) Subject: mtd: atmel_nand: optimize read/write buffer functions X-Git-Tag: v3.2-rc1~14^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5427508abbd635e877fabdf55795488119c2d6;p=pandora-kernel.git mtd: atmel_nand: optimize read/write buffer functions For PIO NAND access functions, we use the features of the SMC: - no need to take into account the NAND bus width: SMC will deal with this - use of an IO memcpy on the NAND chip-select space is able to generate proper SMC behavior. Signed-off-by: Nicolas Ferre Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed