From: Ezequiel Garcia Date: Thu, 14 Nov 2013 21:25:35 +0000 (-0300) Subject: mtd: nand: pxa3xx: Fix SEQIN column address set X-Git-Tag: v3.14-rc1~65^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f9a6a4628d0db43970fa3d2ba57be745416927;p=pandora-kernel.git mtd: nand: pxa3xx: Fix SEQIN column address set This commit adds support page programming with a non-zero "column" address setting. This is important to support OOB writing, through command sequences such as: cmdfunc(mtd, NAND_CMD_SEQIN, mtd->writesize, ofs); write_buf(mtd, oob_buf, 6); cmdfunc(mtd, NAND_CMD_PAGEPROG, -1, -1); Signed-off-by: Ezequiel Garcia Tested-by: Daniel Mack Signed-off-by: Brian Norris --- Reading git-diff-tree failed