
3 Jun
2008
3 Jun
'08
12:12 a.m.
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 scottwood@freescale.com
Feel free to send via a powerpc tree due to the dependencies.
-Scott