ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host...
authorSuman Tripathi <stripathi@apm.com>
Thu, 28 Aug 2014 09:21:22 +0000 (14:51 +0530)
committerTejun Heo <tj@kernel.org>
Sat, 6 Sep 2014 02:27:15 +0000 (11:27 +0900)
commit0babe614b6b4c7d1d8e12d7a6dbdac6e2f0df8e2
tree9b8a3801e8c01a369ea4d81e1486cf7ce7b3b40d
parent0bed13bebd6c99d097796d2ca6c4f10fb5b2eabc
ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host controller driver.

Due to HW errata the APM X-Gene AHCI SATA host controller reports link
down even if the device presence is detected. This issue is due to speed
negotiation failure. This patch implements the algorithm to retry the
COMRESET if PxSTAT register reports device presence detected but
PHY communication not established. The maximum retry attempts are 3.

This patch also fixes the code to match the algorithm for the printing
a warning message if the disparity error still exists after link up.

Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci_xgene.c
This page took 0.028412 seconds and 5 git commands to generate.