]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21dab154f260ad16909d58b917012ace53e25c6a
treefc54aefda3af27fa7997e67d7f856d31e842b80f
parentd4f4407c39cc786a8580794e4c9b2debb9eca652
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