Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: document that MEMWRITE ioctl is NAND-specific

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Artem Bityutskiy and committed by
David Woodhouse
2b00668f 9ae84fe8

+2 -1
+2 -1
include/mtd/mtd-abi.h
··· 198 198 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user) 199 199 /* 200 200 * Most generic write interface; can write in-band and/or out-of-band in various 201 - * modes (see "struct mtd_write_req") 201 + * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes 202 + * without OOB, e.g., NOR flash. 202 203 */ 203 204 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req) 204 205