Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata

Pull libata fixlet from Tejun Heo:
"Speed limiting fix for sata_fsl"

* 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata:
sata-fsl: Apply link speed limits

+2
+2
drivers/ata/sata_fsl.c
··· 869 869 */ 870 870 ata_msleep(ap, 1); 871 871 872 + sata_set_spd(link); 873 + 872 874 /* 873 875 * Now, bring the host controller online again, this can take time 874 876 * as PHY reset and communication establishment, 1st D2H FIS and