[PATCH V5 0/2] Nand and OneNand for ARM Nomadik

Alessandro Rubini rubini-list at gnudd.com
Fri Jul 24 07:29:42 EDT 2009


Version 5. Use soft ecc routines for NAND, as they give the
same result as the ones I wrote. Additionally, this fixes the
defconfig for the machine, since the one I posted already
included configuration for NAND and OneNand.

Rebased on today's rmk's devel tree, where nomadik base support is
already included (even though rmk tells not to base on that branch,
which is volatile, I think rebasing before posting is correct).

Alessandro Rubini (2):
  Nand driver for Nomadik 8815 SoC (on NHK8815 board)
  OneNand support for Nomadik 8815 SoC (on NHK8815 board)

 arch/arm/configs/nhk8815_defconfig        |    2 +-
 arch/arm/mach-nomadik/board-nhk8815.c     |  155 ++++++++++++++++++
 arch/arm/mach-nomadik/include/mach/fsmc.h |   29 ++++
 arch/arm/mach-nomadik/include/mach/nand.h |   16 ++
 drivers/mtd/nand/Kconfig                  |    6 +
 drivers/mtd/nand/Makefile                 |    1 +
 drivers/mtd/nand/nomadik_nand.c           |  249 +++++++++++++++++++++++++++++
 7 files changed, 457 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-nomadik/include/mach/fsmc.h
 create mode 100644 arch/arm/mach-nomadik/include/mach/nand.h
 create mode 100644 drivers/mtd/nand/nomadik_nand.c



More information about the linux-mtd mailing list