From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Dunn Date: Tue, 18 Jun 2013 09:04:29 -0700 Subject: [U-Boot] [PATCH] mtd: nand/docg4: fix driver after Linux resync In-Reply-To: <1371508151.9073.2@snotra> References: <1371508151.9073.2@snotra> Message-ID: <51C0850D.5020802@newsguy.com> 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 03:29 PM, Scott Wood wrote: > 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? Yes. I've already submitted patches for palmtreo680 board support, but was remiss in shepherding it to mainline. Will be resubmitting soon. Thanks, Mike