From: Tejun Heo Date: Wed, 31 May 2006 09:27:59 +0000 (+0900) Subject: [PATCH] sata_sil24: update sil24_hardreset() X-Git-Tag: v2.6.18-rc1~1079^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e008e7b5ed8c65675cc9b3e778b8bb909f65ab;p=pandora-kernel.git [PATCH] sata_sil24: update sil24_hardreset() Use phy debouncing instead of unconditional wait after DEV_RST and make sil24_hardreset() to request followup SRST as that's the only way to wait for !BSY. Note that the original implementation never worked - if the cached status was !BSY, ata_busy_sleep() finished immediately; otherwise, it timed out regardless of the actual device status. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed