]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: Add the sunxi NAND controller driver
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 15 Jun 2016 19:09:23 +0000 (21:09 +0200)
committerScott Wood <oss@buserror.net>
Mon, 25 Jul 2016 01:36:28 +0000 (20:36 -0500)
commit4ccae81cdadce39e925f3e8c96567fd911568000
tree43f6deb5a8afbbc4ad9c3abbd83bbbe1cb8de563
parent42bd19ce6c7bffef402ad6dd639c33686f485d29
mtd: nand: Add the sunxi NAND controller driver

We already have an SPL driver for the sunxi NAND controller, now add
the normal/standard one.

The source has been copied from Linux 4.6 with a few changes to make
it work in u-boot.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
board/sunxi/board.c
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/sunxi_nand.c [new file with mode: 0644]
include/configs/sunxi-common.h
include/fdtdec.h
include/nand.h
lib/fdtdec.c