sata_rcar: clear STOP bit in bmdma_start() method
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 21 May 2013 19:07:54 +0000 (23:07 +0400)
committerTejun Heo <tj@kernel.org>
Tue, 21 May 2013 23:39:20 +0000 (08:39 +0900)
commitdf7e131f6359f20ed8f0a37db039c4f6420a18c2
treecc850e7b524bc90c7e17ee881caf3aeccf0bf601
parente771451c0a831d96a7c14b0ca8a8ec671d98567b
sata_rcar: clear STOP bit in bmdma_start() method

Iff bmdma_setup() has to stop a DMA transfer before starting a new
one, then the STOP bit in the ATAPI_CONTROL1 register will remain set
(it's only cleared when setting the START bit to 1) and then
bmdma_start() method will set both START and STOP bits simultaneously
which should abort the transfer being just started.  Avoid that by
explicitly clearing the STOP bit in bmdma_start() method (in this case
it will be ignored on write).

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org
drivers/ata/sata_rcar.c