From: Tejun Heo Date: Sun, 2 Apr 2006 11:53:28 +0000 (+0900) Subject: [PATCH] libata: implement ap->sata_spd_limit and helpers X-Git-Tag: v2.6.18-rc1~1079^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3fae4d7eb121933341443c37d3bbee43c0fb68;p=pandora-kernel.git [PATCH] libata: implement ap->sata_spd_limit and helpers ap->sata_spd_limit contrains SATA PHY speed of the port. It is initialized to the configured value prior to probing thus preserving BIOS configured value. hardreset is responsible for applying SPD limit and sata_std_hardreset() is updated to do that. SATA SPD limit will be used to enhance failure handling during probing and later by EH. This patch also normalizes some comments around affected code. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed