commit | c350d3e5c4b204e747ac3f5657e01aa0493c496c | [log] [tgz] |
---|---|---|
author | Mike Dunn <mikedunn@newsguy.com> | Mon Jun 17 10:44:55 2013 -0700 |
committer | Scott Wood <scottwood@freescale.com> | Mon Jun 17 17:26:12 2013 -0500 |
tree | d924d3e0847d2a38d64188542c16f30dffb8c272 | |
parent | 9d0da5b3641039cf53231d710da716dfe7f91d59 [diff] |
mtd: nand/docg4: fix driver after Linux resync Commit dfe64e2c89731a3f9950d7acd8681b68df2bae03: mtd: resync with Linux-3.7.1 broke the docg4 driver. Specifically: - some of the prototypes of the ecc methods changed - the NAND_NO_AUTOINCR flag was removed - the ecc.strength element was added. This patch fixes these. Tested on the docg4 on my palmtre680 board. Signed-off-by: Mike Dunn <mikedunn@newsguy.com>