]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit78290477b1987de64b7b01af7e8cd1e96f8e0142
treef7e000413355bd3fb9bb58339b85fc076fddba22
parentd188979deb5af8e0883b74520fecd225fc5190b9
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