projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae84fe
)
mtd: document that MEMWRITE ioctl is NAND-specific
author
Artem Bityutskiy
<Artem.Bityutskiy@linux.intel.com>
Mon, 12 Dec 2011 21:24:59 +0000
(23:24 +0200)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 9 Jan 2012 18:18:36 +0000
(18:18 +0000)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
include/mtd/mtd-abi.h
patch
|
blob
|
history
diff --git
a/include/mtd/mtd-abi.h
b/include/mtd/mtd-abi.h
index
1a7e1d2
..
36eace0
100644
(file)
--- a/
include/mtd/mtd-abi.h
+++ b/
include/mtd/mtd-abi.h
@@
-198,7
+198,8
@@
struct otp_info {
#define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
/*
* Most generic write interface; can write in-band and/or out-of-band in various
- * modes (see "struct mtd_write_req")
+ * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes
+ * without OOB, e.g., NOR flash.
*/
#define MEMWRITE _IOWR('M', 24, struct mtd_write_req)