Patchset looks OK to me, with a few notes:
1) might want to separate out this change and forward it to #upstream-fixes:
- ahci_tf_read(ap, &tf);
- if (tf.command & (ATA_BUSY | ATA_DRQ)) {
+ if (ahci_check_status(ap) & (ATA_BUSY | ATA_DRQ)) {
2) In general, it's a good idea to clear SError after twiddling with the
phy. Not just on vt8521.
3) Any positive test results yet?
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html