ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode command.
authorSuman Tripathi <stripathi@apm.com>
Mon, 29 Dec 2014 03:22:47 +0000 (08:52 +0530)
committerTejun Heo <tj@kernel.org>
Mon, 5 Jan 2015 14:02:56 +0000 (09:02 -0500)
This patch addresses the issue with ATA_CMD_PACKET pio mode
command for enumeration and device detection with ATAPI devices.
The X-Gene AHCI controller has an errata in which it cannot clear
the BSY bit after the PIO setup FIS. The dma state machine enters
CMFatalErrorUpdate state and locks up.

Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci_xgene.c

Simple merge