spi/omap2: disable DMA requests before complete()
authorFelipe Balbi <balbi@ti.com>
Wed, 12 Dec 2012 08:45:59 +0000 (10:45 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 12:26:57 +0000 (12:26 +0000)
commit830379e04858098d65c59f07f68be3d73244ae54
treefc54aefda3af27fa7997e67d7f856d31e842b80f
parent88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7
spi/omap2: disable DMA requests before complete()

No actual errors have been found for completing
before disabling DMA request lines, but it just
looks more semantically correct that on our DMA
callback we quiesce the whole thing before stating
transfer is finished.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-omap2-mcspi.c