Re: [PATCH 06/15] sata_sil24: separate out sil24_exec_polled_cmd()

2007-07-12 Thread Jeff Garzik
Tejun Heo wrote: Separate out sil24_exec_polled_cmd() from sil24_softreset(). This will be used to implement sil24_pmp_read/write(). you should order patches like these near the top of the first patchset, since they are so easy and quick to review and merge. - To unsubscribe from this

[PATCH 06/15] sata_sil24: separate out sil24_exec_polled_cmd()

2007-07-01 Thread Tejun Heo
Separate out sil24_exec_polled_cmd() from sil24_softreset(). This will be used to implement sil24_pmp_read/write(). Signed-off-by: Tejun Heo [EMAIL PROTECTED] --- drivers/ata/sata_sil24.c | 78 + 1 files changed, 57 insertions(+), 21 deletions(-)