[PATCH V4 0/2] Nand and OneNand for ARM Nomadik
Alessandro Rubini
rubini-list at gnudd.com
Wed Jul 22 18:25:47 EDT 2009
These two patches are the ones I last posted on Jun 22nd 2009 (thus
with all comments accepted), rebased to current master.
At this time, the arch/arm/mach-nomadik files have been accepted in
Russell's tree ("nomadik branch", I'm told), but I can't find a public
repository for that tree.
So these are from the tip of my rebased tree, and I think only
Rusell can apply them cleanly. So I Cc: him while posting to linux-mtd.
Thanks for your patience
/alessandro
Alessandro Rubini (2):
Nand driver for Nomadik 8815 SoC (on NHK8815 board)
OneNand support for Nomadik 8815 SoC (on NHK8815 board)
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 | 329 +++++++++++++++++++++++++++++
6 files changed, 536 insertions(+), 0 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