nand : Add Freescale iMX27 nand flash controller support
commitf40faeb349e417e566bf100aa08a9246501a82c5
authorgcembed <gcembed@gmail.com>
Thu, 20 May 2010 06:25:09 +0000 (20 08:25 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 20 May 2010 06:28:36 +0000 (20 08:28 +0200)
tree279cccee11a49e48cf47efd5fcd7d68f75d3cbe8
parent8465e9944291a03a216fa15e0d7ed6eb9d44ba92
nand : Add Freescale iMX27 nand flash controller support

This patch add support of iMX27 nand flash controller. This is based on
driver for imx31 nand flash controller.
OOB functionality is not fully working. As in mx31 controller, mx2 NFC
has a bug that swap two bytes between SPARE and MAIN buffer.
I used this driver for several months and no problems appear.
src/flash/nand/Makefile.am
src/flash/nand/driver.c
src/flash/nand/mx2.c [new file with mode: 0644]
src/flash/nand/mx2.h [new file with mode: 0644]