]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: move ahci_sb600_softreset to libahci.c and rename it
authorYuan-Hsin Chen <yhchen@faraday-tech.com>
Tue, 21 Jun 2011 09:17:38 +0000 (17:17 +0800)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 23 Jul 2011 21:57:36 +0000 (17:57 -0400)
commit12fb49914b39b7b13fc66291d0460aa6301f3c4d
tree7168a49db28e6fa13f938e21d6d661ff2b0be7ae
parenta424af35423ececbaaedb9e9a88147e064acc0fa
ahci: move ahci_sb600_softreset to libahci.c and rename it

ahci_sb600_softreset was in ahci.c. This function is used
to fix soft reset failure and renames as ahci_pmp_retry_softreset
in libahci.c.

Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/ata/ahci.c
drivers/ata/ahci.h
drivers/ata/libahci.c