
26 Oct
2008
26 Oct
'08
6:10 p.m.
On 21:28 Fri 17 Oct , dirk.behme@googlemail.com wrote:
Subject: [PATCH 08/13 v4] ARM: OMAP3: Add NAND support
From: Dirk Behme dirk.behme@gmail.com
Add NAND support
Signed-off-by: Dirk Behme dirk.behme@gmail.com Signed-off-by: Nishanth Menon nm@ti.com
Changes in version v4:
- Incorporate further review results from Scott Wood.
- Further sets of cleanup, making the logic generic, rename of files, better handling of ecc switch by Nishanth Menon.
Changes in version v3:
- Fix/update NAND driver and seperate it into an own patch as proposed by Scott Wood
drivers/mtd/nand/Makefile | 1 drivers/mtd/nand/omap_gpmc.c | 337 +++++++++++++++++++++++++++++++++ include/asm-arm/arch-omap3/omap_gpmc.h | 84 ++++++++ 3 files changed, 422 insertions(+)
Scott could you ack this one please?
Best Regards, J.