mxc_nand: introduce mxc_do_addr_cycle
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 2 Jun 2009 09:47:59 +0000 (11:47 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 12 Nov 2009 07:31:49 +0000 (08:31 +0100)
commita3e65b64d5067f86b929eabde82f132b81437da8
treef7e000413355bd3fb9bb58339b85fc076fddba22
parent06ecb04ac5c038248d2bcee92a2a4259f2acfa31
mxc_nand: introduce mxc_do_addr_cycle

This factors the address cycle to a seperate function. This
becomes useful in a later patch where we can simplify the
command processing by making use of this function.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
drivers/mtd/nand/mxc_nand.c