linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 0/2] Nand and OneNand for ARM Nomadik
@ 2009-07-24 11:29 Alessandro Rubini
  2009-07-24 11:30 ` [PATCH V5 2/2] OneNand support for Nomadik 8815 SoC (on NHK8815 board) Alessandro Rubini
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Alessandro Rubini @ 2009-07-24 11:29 UTC (permalink / raw)
  To: linux-mtd; +Cc: STEricsson_nomadik_linux, linux, andrea.gallo

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-08-09  7:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-24 11:29 [PATCH V5 0/2] Nand and OneNand for ARM Nomadik Alessandro Rubini
2009-07-24 11:30 ` [PATCH V5 2/2] OneNand support for Nomadik 8815 SoC (on NHK8815 board) Alessandro Rubini
2009-07-24 11:30   ` Alessandro Rubini
2009-07-24 11:32 ` [PATCH V5 1/2] Nand driver " Alessandro Rubini
2009-07-24 11:32   ` Alessandro Rubini
     [not found] ` <50ed4996479c95b93714ac814608d5f0db85238d.1248434636.git.rubini@unipv.it>
2009-07-24 12:10   ` vimal singh
2009-07-24 12:37     ` Alessandro Rubini
2009-07-27  6:28       ` vimal singh
2009-07-27  8:46         ` vimal singh
2009-08-09  6:43           ` Artem Bityutskiy
2009-08-09  7:03             ` Alessandro Rubini
2009-08-09  7:17               ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).