From: Tejun Heo Date: Fri, 2 Feb 2007 06:29:27 +0000 (+0900) Subject: libata: add 150ms between completion of hardreset and status checking X-Git-Tag: v2.6.21-rc1~274^2~493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34fee227dd13af593be599b19683464ac4dd4c8b;p=pandora-kernel.git libata: add 150ms between completion of hardreset and status checking Follow the old SRST rule and delay 150ms between completion of hardreset and status checking. Debouncing delay should usually cover this but debounce duration could be shorter than 150ms under certain circumstances. Usefulness depends on host controller implementation but it can't hurt and serves as a reminder that 2s delay for GoVault should also be added here. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed