]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 14 Nov 2013 21:25:33 +0000 (18:25 -0300)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 3 Jan 2014 19:22:13 +0000 (11:22 -0800)
commit90117dfaa0411fb2b827321cb4bf66d7ac6f57c8
treed3bb1608a51e0b4c7a7ce471913fc9b0318cde9b
parent68789d36e2174e159706b5c383469d148e622615
mtd: nand: pxa3xx: Split prepare_command_pool() in two stages

This commit splits the prepare_command_pool() function into two
stages: prepare_start_command() / prepare_set_command().

This is a preparation patch without any functionality changes,
and is meant to allow support for multiple page reading/writing
operations.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Tested-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/pxa3xx_nand.c