]> git.karo-electronics.de Git - karo-tx-linux.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)
commit345347c5d767332d7352f220808fe9b5e4af8c6b
tree7168a49db28e6fa13f938e21d6d661ff2b0be7ae
parent8ea7645c5a949f9d0ea86edc0778713b5e63ab74
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