From: Tejun Heo Date: Mon, 3 Jul 2006 07:07:26 +0000 (+0900) Subject: [PATCH] libata: implement ATA_EHI_RESUME_LINK X-Git-Tag: v2.6.18-rc1~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28324304350e23db24d679c55de3f06a5b1e40aa;p=pandora-kernel.git [PATCH] libata: implement ATA_EHI_RESUME_LINK Implement ATA_EHI_RESUME_LINK, which indicates that the link needs to be resumed. This used to be implied by ATA_EHI_HOTPLUGGED. However, hotplug isn't the only event which requires link resume and separating this out allows other places to request link resume. This differentiation also allows better debounce timing selection. This patch converts user scan to use ATA_EHI_RESUME_LINK. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed