Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mtd: nand_plat: add simple GPIO framework DEV_READY option | Mike Frysinger | 2010-07-08 | -0/+11 |
| | | | | | | | | Make it easy to use GPIOs for the DEV_READY pin by using the common GPIO framework. Also make the NAND_PLAT_INIT() define optional. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Tested-by: Thomas Chou <thomas@wytron.com.tw> | |||
* | mtd: nand: new base driver for memory mapped nand devices | Mike Frysinger | 2009-07-07 | -0/+53 |
The BF537-STAMP Blackfin board had a driver for working with NAND devices that are simply memory mapped. Since there is nothing Blackfin specific about this, generalize the driver a bit so that everyone can leverage it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Scott Wood <scottwood@freescale.com> |