From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 2 Jun 2008 17:12:08 -0500 Subject: [U-Boot-Users] [PATCH] NAND FSL UPM: driver re-write using the hwcontrol callback In-Reply-To: <4843C73F.3040706@grandegger.com> References: <4843C73F.3040706@grandegger.com> Message-ID: <20080602221208.GA4025@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 02, 2008 at 12:11:11PM +0200, Wolfgang Grandegger wrote: > NAND FSL UPM: driver re-write using the hwcontrol callback > > This is a re-write of the NAND FSL UPM driver using the more universal > hwcontrol callback (instead of the cmdfunc callback). Here is a brief > list of furher modifications: [snip] > This patch is based on the following patches posted to this list a few > minutes ago: > > [PATCH] PPC: add accessor macros to clear and set bits in one shot > [PATCH] 83xx/85xx/86xx: add more MxMR local bus definitions [snip] > /* yet only 8 bit accessors implemented */ > - if (fun->width != 1) > + if (fun->width != 8 && fun->width != 16 && fun->width != 32) The above comment looks like it should be removed. Otherwise, Acked-by: Scott Wood Feel free to send via a powerpc tree due to the dependencies. -Scott