[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150309120058.GR13283@htj.duckdns.org>
Date: Mon, 9 Mar 2015 08:00:58 -0400
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org
Subject: [GIT PULL] libata fixes for v4.0-rc3
Hello, Linus.
Speed limiting fix for sata_fsl.
Thanks.
The following changes since commit a38ecbbd0be025a6ecbbfd22d2575a5b46317117:
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2015-03-01 12:22:44 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.0-fixes
for you to fetch changes up to 29200f12a1167076346415e18eee9065cb77a859:
sata-fsl: Apply link speed limits (2015-03-02 12:08:43 -0500)
----------------------------------------------------------------
Martin Hicks (1):
sata-fsl: Apply link speed limits
drivers/ata/sata_fsl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c
index f9054cd..5389579 100644
--- a/drivers/ata/sata_fsl.c
+++ b/drivers/ata/sata_fsl.c
@@ -869,6 +869,8 @@ try_offline_again:
*/
ata_msleep(ap, 1);
+ sata_set_spd(link);
+
/*
* Now, bring the host controller online again, this can take time
* as PHY reset and communication establishment, 1st D2H FIS and
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists