Re: [PATCH 12/15] ahci: separate out ahci_kick_engine()

2007-07-12 Thread Jeff Garzik
Tejun Heo wrote: Separate out stop_engine - CLO - start_engine sequence from ahci_softreset() and ahci_clo() into ahci_reset_engine() and use it in ahci_softreset() and ahci_post_internal_cmd(). The function will also be used to prepare for and clean up after PMP register access commands.

[PATCH 12/15] ahci: separate out ahci_kick_engine()

2007-07-01 Thread Tejun Heo
Separate out stop_engine - CLO - start_engine sequence from ahci_softreset() and ahci_clo() into ahci_reset_engine() and use it in ahci_softreset() and ahci_post_internal_cmd(). The function will also be used to prepare for and clean up after PMP register access commands. Signed-off-by: Tejun