
29 May
2009
29 May
'09
9:40 p.m.
On Sat, May 30, 2009 at 01:13:34AM +0530, Prafulla Wadaskar wrote:
This patch adds a NAND driver for the Marvell Kirkwood SoC's.
Acked-by: Stefan Roese sr@denx.de Signed-off-by: Prafulla Wadaskar prafulla@marvell.com
ACK, except for a typo:
+/* NAND Flash Soc registers */ +struct kwnandf_registers {
- u32 rd_params; /* 0x10418 */
- u32 wr_param; /* 0x1041c */
- u8 pag[0x10470 - 0x1041c -4];
s/pag/pad/, presumably. Also s/-4/- 4/.
-Scott