]> Pileus Git - ~andy/linux/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)
commitc39ff03a402e354eb73c61cb732f9bc881d76879
treed3bb1608a51e0b4c7a7ce471913fc9b0318cde9b
parent01d9947e04fe16ab5891c932f47a171db5607bb5
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