From: Tejun Heo Date: Sun, 18 May 2008 16:15:10 +0000 (+0900) Subject: libata: increase PMP register access timeout to 3s X-Git-Tag: v2.6.26-rc4~120^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1bff6fa9fdd4e92e57d80a5434fd5201c051fc;p=pandora-kernel.git libata: increase PMP register access timeout to 3s This timeout was set low because previously PMP register access was done via polling and register access timeouts could stack up. This is no longer the case. One timeout will make all following accesses fail immediately. In rare cases both marvell and SIMG PMPs need almost a second. Bump it to 3s. While at it, rename it to SATA_PMP_RW_TIMEOUT. It's not specific to SCR access. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed