commit | 3a39746a5290445ea4238f21ac260e42106c1454 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Feb 10 23:58:48 2006 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Feb 10 10:30:11 2006 -0500 |
tree | 7b667c30b70b2c140782974e34c2826ea85e9a07 | |
parent | c5014de8a74f442a4441f21f690d8aae5dc8b432 [diff] |
[PATCH] libata: make new reset act identical to ->phy_reset register-wise This patch makes std component operations act identical to ->phy_reset register-wise except for SError clearing on sata_std_hardreset. Note that if a driver only implements/uses hardreset, it should not use ata_std_probeinit() to avoid extra sata_phy_resume() and ata_busy_sleep() compared to ->phy_reset. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>