linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET] implement and use port_task
@ 2006-03-05  6:29 Tejun Heo
  2006-03-05  6:29 ` [PATCH 1/4] libata: implement port_task Tejun Heo
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Tejun Heo @ 2006-03-05  6:29 UTC (permalink / raw)
  To: jgarzik, albertcc, linux-ide, htejun

Hello, Jeff and Albert.

This patchset implements port_task and replace pio_task and
packet_task with it.  port_task isn't very different from pio_task or
packet_task - it's straight forward generalization.  The port_task is
a per-port task avaliable to low level drivers which is managed by
libata core layer.

Differences from pio/packet task.

* Not limited to PIO HSM implementation.  Other drivers can use it.

* Synchronization against EH core layer is done within libata core
  layer, not in PIO HSM implementation (ata_qc_timeout()).

Thanks.

--
tejun


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCHSET] implement and use port_task
@ 2006-03-05  6:28 Tejun Heo
  2006-03-07  6:13 ` Albert Lee
  0 siblings, 1 reply; 13+ messages in thread
From: Tejun Heo @ 2006-03-05  6:28 UTC (permalink / raw)
  To: jgarzik, albertcc, linux-ide, htejun

Hello, Jeff and Albert.

This patchset implements port_task and replace pio_task and
packet_task with it.  port_task isn't very different from pio_task or
packet_task - it's straight forward generalization.  The port_task is
a per-port task avaliable to low level drivers which is managed by
libata core layer.

Differences from pio/packet task.

* Not limited to PIO HSM implementation.  Other drivers can use it.

* Synchronization against EH core layer is done within libata core
  layer, not in PIO HSM implementation (ata_qc_timeout()).

Thanks.

--
tejun



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-03-11 23:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-05  6:29 [PATCHSET] implement and use port_task Tejun Heo
2006-03-05  6:29 ` [PATCH 1/4] libata: implement port_task Tejun Heo
2006-03-05 16:09   ` Jeff Garzik
2006-03-05 16:23     ` Tejun Heo
2006-03-05  6:29 ` [PATCH 3/4] libata: kill unused pio_task and packet_task Tejun Heo
2006-03-05  6:29 ` [PATCH 2/4] libata: convert pio_task and packet_task to port_task Tejun Heo
2006-03-11 23:43   ` Jeff Garzik
2006-03-05  6:29 ` [PATCH 4/4] libata: rename ATA_FLAG_FLUSH_PIO_TASK to ATA_FLAG_FLUSH_PORT_TASK Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2006-03-05  6:28 [PATCHSET] implement and use port_task Tejun Heo
2006-03-07  6:13 ` Albert Lee
2006-03-07  7:01   ` Tejun Heo
2006-03-07  7:21   ` Jeff Garzik
2006-03-09  8:39     ` Albert Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).