Re: [PATCH 13/15] ahci: separate out ahci_exec_polled_cmd()

2007-07-12 Thread Jeff Garzik
Tejun Heo wrote: Separate out ahci_exec_polled_cmd() from ahci_softreset(). This will be used to implement ahci_pmp_read/write(). ahci_exec_polled_cmd() performs reset_engine before returning if the command fails (times out). This is to improve robustness. Signed-off-by: Tejun Heo [EMAIL

[PATCH 13/15] ahci: separate out ahci_exec_polled_cmd()

2007-07-01 Thread Tejun Heo
Separate out ahci_exec_polled_cmd() from ahci_softreset(). This will be used to implement ahci_pmp_read/write(). ahci_exec_polled_cmd() performs reset_engine before returning if the command fails (times out). This is to improve robustness. Signed-off-by: Tejun Heo [EMAIL PROTECTED] ---