spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMA
authorIlkka Koskinen <ilkka.koskinen@nokia.com>
Tue, 19 Oct 2010 14:07:31 +0000 (17:07 +0300)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 20 Oct 2010 16:43:24 +0000 (10:43 -0600)
In case of TX only with DMA, the driver assumes that the data
has been transferred once DMA callback in invoked. However,
SPI's shift register may still contain data. Thus, the driver
is supposed to verify that the register is empty and the end of
the SPI transfer has been reached.

Signed-off-by: Ilkka Koskinen <ilkka.koskinen@nokia.com>
Tested-by: Tuomas Katila <ext-tuomas.2.katila@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found