From: Alexander Clouter Date: Mon, 11 May 2009 18:28:01 +0000 (+0100) Subject: mtd: extend plat_nand for (read|write)_buf X-Git-Tag: v2.6.31-rc1~53^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6fed9e9fc5eefae5be0ecf222bac7e7496e8e74;p=pandora-kernel.git mtd: extend plat_nand for (read|write)_buf This patch adds (write|read)_buf callbacks to plat_nand. The NAND on the TS-7800 provisioned by the FPGA allows readw() and readl() to be used which gives a 2.5x speed up. To be able to use this from the plat_nand driver a hook for read_buf (and also write_buf whilst we are in there) need to be made available. This patch adds the hook. Signed-off-by: Alexander Clouter Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed