[PATCH 1/1] ARM: DAVINCI: Add NAND driver

2008-01-05 Thread Dirk Behme
This patch adds NAND driver to recent git. Tested on DM6446 DVEVM. It is mainly based on Sander Huijsen <[EMAIL PROTECTED]> work. http://linux.omap.com/pipermail/davinci-linux-open-source/2007-December/004788.html Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-davinci/drivers/mtd/

Re: [PATCH 1/1] ARM: DAVINCI: Add NAND driver

2008-01-07 Thread Kevin Hilman
On Sat, 2008-01-05 at 09:00 +0100, Dirk Behme wrote: > This patch adds NAND driver to recent git. Tested on DM6446 DVEVM. Looks OK, but doesn't build as a module due to some missing exported symbols from the mux layer. Do you mind fixing that up and submitting a patch too? Having as a module al

Re: [PATCH 1/1] ARM: DAVINCI: Add NAND driver

2008-01-07 Thread Dirk Behme
Kevin Hilman wrote: On Sat, 2008-01-05 at 09:00 +0100, Dirk Behme wrote: This patch adds NAND driver to recent git. Tested on DM6446 DVEVM. Looks OK, but doesn't build as a module due to some missing exported symbols from the mux layer. Do you mind fixing that up and submitting a patch too?