| From: |
| Tejun Heo <htejun@gmail.com> |
| To: |
| jgarzik@pobox.com, lkml@rtr.ca, axboe@suse.de,
forrest.zhao@intel.com, alan@lxorguk.ukuu.org.uk,
linux-ide@vger.kernel.org, htejun@gmail.com |
| Subject: |
| [PATCHSET] new Power Management for libata, take 3 |
| Date: |
| Wed, 28 Jun 2006 15:23:04 +0900 |
| Archive-link: |
| Article,
Thread
|
Hello, all.
This is the third take of new-power-management patchset. Changes from
the last take[1] are...
* Patches #1-7 are merged to #upstream and thus dropped from this
patchset.
* libata-reimplement-controller-wide-PM patch has been reimplemented
to include support for ap->port_suspend() and ap->port_resume().
This patchset contains 8 patches.
#01-04 : new core PM implementation
#05-08 : convert LLDs to use new PM
As before, ata_piix, sata_sil and sata_sil24 are converted. Both mem
and disk sleeps are tested and verifed to work on the following
configurations.
* On P5LD2 + latest BIOS
- onboard ICH7R in ata_piix mode
- sil3112 PCI card
- sil3114 PCI card
- sil3124 PCI-x card on a PCI slot
- sil3132 PCI-e card
* On Fujitsu lifebook P7120 (+ PATA enabled + patch for PCI ID)
- onboard ICH6M in ata_piix mode
- sil3112 PCMCIA card
As in the last take, most of PM operations are performed by EH and
fully synchronized with all other operations. Putting to sleep and
waking up should be safe under any circumstances as far as libata is
concerned.
Thanks.
--
tejun
[1] http://article.gmane.org/gmane.linux.ide/11570
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html