All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 01/03] prep for hotplug support, take 4
@ 2006-05-29  6:25 Tejun Heo
  2006-05-29  6:25 ` [PATCH 01/12] libata-hp-prep: add flags and eh_info/context fields for hotplug Tejun Heo
                   ` (11 more replies)
  0 siblings, 12 replies; 33+ messages in thread
From: Tejun Heo @ 2006-05-29  6:25 UTC (permalink / raw)
  To: jgarzik, mlord, albertcc, alan, axboe, forrest.zhao, linux-ide,
	htejun

Hello,

This is This is part of patchset series described in [T].

This is the fourth take of prep-for-hotplug-support patchset.  Changes
from the last take[L] are.

* ATA_FLAG_CANT_WAIT_FIS34 renamed to ATA_FLAG_SKIP_D2H_BSY

* make-ops->tf_read()-optional patch killed

* implement-ata_noop_check_status() patch killed

* better comments for ATA_DEVICE_CLEAR_OFFSET

* ata_hotplug_wq renamed to ata_scsi_wq

* wrap calls to sata_*() from ata_*() under 'if (ap->cbl == SATA)'
  condition

This patchset is against

  upstream (ef2824073fba9def3cf122e89cc485f66dd71f70)
  + [1] set-PIO-0-after-successful-EH-reset

Thanks.

--
tejun

[T] http://article.gmane.org/gmane.linux.ide/10891
[L] http://article.gmane.org/gmane.linux.ide/10546
[1] http://article.gmane.org/gmane.linux.ide/10890



^ permalink raw reply	[flat|nested] 33+ messages in thread
* [PATCHSET 01/03] prep for hotplug support, take 5
@ 2006-05-31 11:05 Tejun Heo
  2006-05-31 11:05 ` [PATCH 04/12] libata-hp-prep: update ata_scsi_find_dev() and friends Tejun Heo
  0 siblings, 1 reply; 33+ messages in thread
From: Tejun Heo @ 2006-05-31 11:05 UTC (permalink / raw)
  To: jgarzik, mlord, albertcc, alan, axboe, forrest.zhao, linux-ide,
	htejun

Hello,

This is part of patchset series described in [T].

This is the fourth take of add-hotplug-support patchset.  Changes from
the last take[L] are.

* ata_scsi_wq renamed to ata_aux_wq

* msleep(200) added between phy wakeup and the first SStatus polling.

* SLAVE_POSS check dropped from ata_find_dev()

* s/FIS34/D2H FIS/g

This patchset is against

  upstream (ef2824073fba9def3cf122e89cc485f66dd71f70)
  + [1] set-PIO-0-after-successful-EH-reset
  + [2] shift-host-flag-constants
  + [3] implement-ata_eh_wait

Thanks.

--
tejun

[T] http://article.gmane.org/gmane.linux.ide/11012
[L] http://article.gmane.org/gmane.linux.ide/10892
[1] http://article.gmane.org/gmane.linux.ide/10890
[2] http://article.gmane.org/gmane.linux.ide/11010
[3] http://article.gmane.org/gmane.linux.ide/11011



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

end of thread, other threads:[~2006-05-31 11:05 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29  6:25 [PATCHSET 01/03] prep for hotplug support, take 4 Tejun Heo
2006-05-29  6:25 ` [PATCH 01/12] libata-hp-prep: add flags and eh_info/context fields for hotplug Tejun Heo
2006-05-29  6:25 ` [PATCH 02/12] libata-hp-prep: implement ata_dev_init() Tejun Heo
2006-05-29  6:25 ` [PATCH 09/12] libata-hp-prep: make probing related functions global Tejun Heo
2006-05-30  4:06   ` Jeff Garzik
2006-05-29  6:25 ` [PATCH 08/12] libata-hp-prep: add ata_scsi_wq Tejun Heo
2006-05-29  6:25 ` [PATCH 10/12] libata-hp-prep: implement sata_phy_debounce() Tejun Heo
2006-05-30  4:10   ` Jeff Garzik
2006-05-30  5:08     ` Tejun Heo
2006-05-30  5:23       ` Jeff Garzik
2006-05-29  6:25 ` [PATCH 04/12] libata-hp-prep: update ata_scsi_find_dev() and friends Tejun Heo
2006-05-29  8:40   ` zhao, forrest
2006-05-29  9:09     ` Tejun Heo
2006-05-30  4:38     ` Jeff Garzik
2006-05-30  4:02   ` Jeff Garzik
2006-05-30  4:26     ` Tejun Heo
2006-05-30  4:37       ` Jeff Garzik
2006-05-30  4:43         ` Tejun Heo
2006-05-29  6:25 ` [PATCH 12/12] libata-hp-prep: implement followup softreset handling Tejun Heo
2006-05-30  4:12   ` Jeff Garzik
2006-05-29  6:25 ` [PATCH 11/12] libata-hp-prep: add prereset() method and implement ata_std_prereset() Tejun Heo
2006-05-29 11:12   ` [PATCH 11/12] (updated) " Tejun Heo
2006-05-30  4:12     ` Jeff Garzik
2006-05-29  6:25 ` [PATCH 05/12] libata-hp-prep: use __ata_scsi_find_dev() Tejun Heo
2006-05-29  6:25 ` [PATCH 06/12] libata-hp-prep: implement ap->hw_sata_spd_limit Tejun Heo
2006-05-29  6:25 ` [PATCH 07/12] libata-hp-prep: store attached SCSI device Tejun Heo
2006-05-29  8:45   ` zhao, forrest
2006-05-29  9:14     ` Tejun Heo
2006-05-30  4:04   ` Jeff Garzik
2006-05-30  4:55     ` Tejun Heo
2006-05-29  6:25 ` [PATCH 03/12] libata-hp-prep: make some ata_device fields persistent Tejun Heo
2006-05-30  4:00   ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2006-05-31 11:05 [PATCHSET 01/03] prep for hotplug support, take 5 Tejun Heo
2006-05-31 11:05 ` [PATCH 04/12] libata-hp-prep: update ata_scsi_find_dev() and friends Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.