Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mtd: mtd-abi: add a helper to detect the nand type | Huang Shijie | 2014-04-16 |
| | | | | | | | | The helper is for user applications, and it is just a copy of the kernel helper: mtd_type_is_nand(); Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> | ||
* | mtd: nand: add more comment for MTD_NANDFLASH/MTD_MLCNANDFLASH | Huang Shijie | 2014-04-16 |
| | | | | | | | | | | | | | In current code, the MTD_NANDFLASH is used to represent both the SLC and MLC. It is confusing to us. By adding an explicit comment about these two macros, this patch makes it clear that: MTD_NANDFLASH : stands for SLC NAND, MTD_MLCNANDFLASH : stands for MLC NAND (including TLC). Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> | ||
* | UAPI: (Scripted) Disintegrate include/mtd | David Howells | 2012-10-09 |
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com> |