From: Hannes Reinecke Date: Mon, 24 Nov 2014 14:37:24 +0000 (+0100) Subject: esp_scsi: use FIFO for command submission X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3170866f8865809290f4b99e61a096ba39a01472;p=pandora-kernel.git esp_scsi: use FIFO for command submission Using DMA for command submission has the drawback that it might generate additional DMA completion interrupts after the command has been submitted to the device. Additionally the am53c974 has a design flaw causing it to generate spurious interrupts even though DMA completion interrupts are not enabled. This can be avoided by using the FIFO for command submission. Reviewed-by: Paolo Bonzini Acked-by: David S. Miller Signed-off-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed