From: Boris BREZILLON Date: Mon, 20 Oct 2014 08:46:14 +0000 (+0200) Subject: mtd: nand: provide detailed description for raw read/write page methods X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d956dc3e11138c5ffd4b2c62e4f909c5180a12;p=pandora-kernel.git mtd: nand: provide detailed description for raw read/write page methods read_page_raw and write_page_raw method description is not clear enough. It clearly specifies that ECC correction should not be involved but does not talk about specific layout (by layout I mean where in-band and out-of-band data are stored on the NAND media) used by NAND/ECC controllers. Those specific layouts might impact MTD users and thus should be hidden (as already done in the standard NAND_ECC_HW_SYNDROME implementation). Clearly state this constraint in the nand_ecc_ctrl struct documentation. Signed-off-by: Boris Brezillon Signed-off-by: Brian Norris --- Reading git-diff-tree failed