aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2013-09-25 02:58:19 -0400
committerBrian Norris <computersforpeace@gmail.com>2013-10-27 19:27:06 -0400
commitf48372465ffdff62a6d75a6f34bc850855fb6470 (patch)
tree3cade83a97953a71c322965d4b75f963087b76ce /Documentation/ABI
parent4f8a3ba700b882f61d4cea2d68a8f83fa93c6dfd (diff)
mtd: add MTD_MLCNANDFLASH case for mtd_type_show()
The current mtd_type_show() misses the MTD_MLCNANDFLASH case. This patch adds the case for it, and also updates the ABI. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/sysfs-class-mtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd
index bfd119ace6ad..1399bb2da3eb 100644
--- a/Documentation/ABI/testing/sysfs-class-mtd
+++ b/Documentation/ABI/testing/sysfs-class-mtd
@@ -104,7 +104,7 @@ Description:
104 One of the following ASCII strings, representing the device 104 One of the following ASCII strings, representing the device
105 type: 105 type:
106 106
107 absent, ram, rom, nor, nand, dataflash, ubi, unknown 107 absent, ram, rom, nor, nand, mlc-nand, dataflash, ubi, unknown
108 108
109What: /sys/class/mtd/mtdX/writesize 109What: /sys/class/mtd/mtdX/writesize
110Date: April 2009 110Date: April 2009