Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mtd/nand/vf610_nfc: Disable subpage writes | Sanchayan Maity | 2014-11-26 | -0/+3 |
| | | | | | | | | | | | | This patch disables subpage writes for vf610_nfc nand driver. This is required, as without this fix, writing unaligned u-boot images with DFU results in a hang. Trying to write unalgined binary images also results in a hang, without disabling subpage writes. Patch has been tested on a Colibri VF61 module. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> | |||
* | mtd: nand: add Freescale vf610_nfc driver | Stefan Agner | 2014-09-16 | -0/+724 |
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> |