]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[PATCH] libata: make new reset act identical to ->phy_reset register-wise
authorTejun Heo <htejun@gmail.com>
Fri, 10 Feb 2006 14:58:48 +0000 (23:58 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 10 Feb 2006 15:30:11 +0000 (10:30 -0500)
commit3a39746a5290445ea4238f21ac260e42106c1454
tree7b667c30b70b2c140782974e34c2826ea85e9a07
parentc5014de8a74f442a4441f21f690d8aae5dc8b432
[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>
drivers/scsi/libata-core.c