diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-08-30 21:45:43 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 08:02:19 -0400 |
commit | e9195edc59f33e9cabdd32a2959e927806670f45 (patch) | |
tree | ff0d2b35884bd2272c43edad32ff1ef2ac5db0e4 /include/linux/mtd/nand.h | |
parent | 9ce244b3fb416ce6600e05612ac46b9692dcc638 (diff) |
mtd: nand: document nand_chip.oob_poi
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r-- | include/linux/mtd/nand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 5f3fdd9877b7..c7113a9cd66d 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -431,7 +431,8 @@ struct nand_buffers { | |||
431 | * @chip_delay: [BOARDSPECIFIC] chip dependent delay for transferring | 431 | * @chip_delay: [BOARDSPECIFIC] chip dependent delay for transferring |
432 | * data from array to read regs (tR). | 432 | * data from array to read regs (tR). |
433 | * @state: [INTERN] the current state of the NAND device | 433 | * @state: [INTERN] the current state of the NAND device |
434 | * @oob_poi: poison value buffer | 434 | * @oob_poi: "poison value buffer," used for laying out OOB data |
435 | * before writing | ||
435 | * @page_shift: [INTERN] number of address bits in a page (column | 436 | * @page_shift: [INTERN] number of address bits in a page (column |
436 | * address bits). | 437 | * address bits). |
437 | * @phys_erase_shift: [INTERN] number of address bits in a physical eraseblock | 438 | * @phys_erase_shift: [INTERN] number of address bits in a physical eraseblock |