]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: add Freescale vf610_nfc driver
authorStefan Agner <stefan@agner.ch>
Fri, 12 Sep 2014 11:06:35 +0000 (13:06 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 16 Sep 2014 11:25:18 +0000 (13:25 +0200)
commit72d7beabf72867da0a2e4dd37381cc3838ca8316
treea11fc16e869cfbb475368763ee38f48f633c5803
parent816264fc6672dbb7c7b22ad9e67b8d0056873394
mtd: nand: add Freescale vf610_nfc driver

This adds initial support for Freescale NFC (NAND Flash Controller)
found in ARM Vybrid SoC's, Power Architecture MPC5125 and others.
The driver is called vf610_nfc since this is the first supported
and tested hardware platform supported by the driver.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Bill Pringlemeir <bpringlemeir@nbsps.com>
drivers/mtd/nand/Makefile
drivers/mtd/nand/vf610_nfc.c [new file with mode: 0644]