[PATCH] AT91RM9200 NAND support
Thomas Gleixner
tglx at linutronix.de
Tue Jun 20 04:08:22 EDT 2006
Andrew,
On Tue, 2006-06-20 at 10:00 +0200, Thomas Gleixner wrote:
> + if (cmd == NAND_CMD_NONE)
> + return;
>
> + if (ctrl & NAND_CLE)
> + writeb(cmd, host->io_base + (1 << host->board->cle));
> + else
> + writeb(cmd, host->io_base + (1 << host->board->ale));
> +}
Can you please fixup those host->board->cle and ale values at the point
where they actually are initialized ?
tglx
More information about the linux-mtd
mailing list