]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver
authorStefan Roese <sr@denx.de>
Thu, 23 Jul 2015 08:26:16 +0000 (10:26 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:34:44 +0000 (10:34 +0200)
commitdbea8ce7a1dd87fb2732004913d0984452a7226d
tree3bdc39574ae55df8a836b5c389079698e046d741
parente4a63a45e800c2413521f91bd8e8a1e2d8587c28
mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver

Cloned from the Linux driver v4.2.0-rc2. Plus some patches from
Antoine Tenart enabling controller initialization and ONFI timing
support:

http://lists.infradead.org/pipermail/linux-mtd/2015-July/060197.html

Please note that this driver needs the Linux NAND subsystem sync to v4.1
from Scott to be applied:

https://www.mail-archive.com/u-boot@lists.denx.de/msg175762.html

Otherwise it will not compile.

Tested on the Marvell Armada XP DB-MV784MP-GP eval board.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>
Cc: Ezeguil Garcia <ezequiel.garcia@free-electrons.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Scott Wood <scottwood@freescale.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/pxa3xx_nand.c [new file with mode: 0644]
drivers/mtd/nand/pxa3xx_nand.h [new file with mode: 0644]