mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
authorEzequiel Garcia <[email protected]>
Thu, 14 Nov 2013 21:25:34 +0000 (18:25 -0300)
committerBrian Norris <[email protected]>
Fri, 3 Jan 2014 19:22:13 +0000 (11:22 -0800)
commit39f83d15df36fa2d50de677e0743438df2ed4cf4
treebbcefc4e05c99732783ec1563d8249eb9df79042
parentc39ff03a402e354eb73c61cb732f9bc881d76879
mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()

To allow future support of multiple page reading/writing, move the data
buffer clean out of prepare_set_command().

This is done to prevent the data buffer from being cleaned on every command
preparation, when a multiple command sequence is implemented to read/write
pages larger than the FIFO size (2 KiB).

Signed-off-by: Ezequiel Garcia <[email protected]>
Tested-by: Daniel Mack <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
drivers/mtd/nand/pxa3xx_nand.c