]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: vf610_nfc: remove read on SEQIN
authorStefan Agner <stefan@agner.ch>
Fri, 8 May 2015 17:07:07 +0000 (19:07 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:28 +0000 (22:43 +0200)
commitb871607c65badb4d23c25798d12224c1ba1ff72d
tree7c4c86587a4a66c69100baf1282a5672e47f5576
parentaaaf38e2d723f4cb9824f7976e5957d4ba732db2
mtd: vf610_nfc: remove read on SEQIN

Since we do not support sub-page writes anyway, reading the page
back to the controller on SEQIN command is not required. Remove
the page read on SEQIN.

However, the column/page values relevant to the SEQIN command, hence
set the column/row address on SEQIN command.

Signed-off-by: Stefan Agner <stefan@agner.ch>
drivers/mtd/nand/vf610_nfc.c