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 <[EMAIL PROTECTED]>

Feel free to send via a powerpc tree due to the dependencies.

-Scott

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to