[PATCH v1 0/3] mtd: nand: introduce a READMODE command

Gerhard Sittig gsi at denx.de
Sat Mar 29 09:36:21 EDT 2014


this series does some minor cleanup in nand_command_lp() and then
introduces a NAND_CMD_READMODE opcode which is similar to the existing
NAND_CMD_READ0 but does not imply NAND_CMD_READSTART

such a READMODE command is useful in preparation of the pending
introduction of on-die-ECC support

I'd happily squash all the parts into a single patch if you feel that
the preparatory steps are too tiny to stand alone

while the code changes are straight forward, the respective comments
might be worth improving -- though I would not know how exactly, so
feedback on this aspect is very welcome


Gerhard Sittig (3):
  mtd: nand: comment update, the DEPLETE1 command has gone
  mtd: nand: re-introduce command bits masking
  mtd: nand: introduce a READMODE command

 drivers/mtd/nand/nand_base.c |   14 +++++++++++---
 include/linux/mtd/nand.h     |   11 +++++++++++
 2 files changed, 22 insertions(+), 3 deletions(-)

-- 
1.7.10.4




More information about the linux-mtd mailing list