From: Stephen M. Cameron Date: Mon, 23 Sep 2013 18:33:36 +0000 (-0500) Subject: [SCSI] hpsa: add 5 second delay after doorbell reset X-Git-Tag: v3.14-rc1~131^2^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85009239477a9b0b06d068d6ead9226d5c809a82;p=pandora-kernel.git [SCSI] hpsa: add 5 second delay after doorbell reset The hardware guys tell us that after initiating a software reset via the doorbell register we need to wait 5 seconds before attempting to talk to the board *at all*. This means that we cannot watch the board to verify it transitions from "ready" to to "not ready" then back "ready", since this transition will most likely happen during those 5 seconds (though we can still verify the reset happens by watching the "driver version" field get cleared.) Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed