Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NAND/MX2: remove private "target" copy | Antonio Borneo | 2011-01-02 | 1 | -1/+0 |
| | | | | | | | Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> | ||||
* | nand : Add Freescale iMX27 nand flash controller support | gcembed | 2010-05-20 | 1 | -0/+120 |
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. |