From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 17 Jun 2013 17:29:11 -0500 Subject: [U-Boot] [PATCH] mtd: nand/docg4: fix driver after Linux resync In-Reply-To: <1371491095-14250-1-git-send-email-mikedunn@newsguy.com> (from mikedunn@newsguy.com on Mon Jun 17 12:44:55 2013) Message-ID: <1371508151.9073.2@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/17/2013 12:44:55 PM, Mike Dunn wrote: > 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. Applied to u-boot-nand-flash. Is board support for palmtre680 coming, so the driver will get routine build-testing? -Scott