From: Randy Dunlap <randy_d_dunlap@linux.intel.com>
To: lkml <linux-kernel@vger.kernel.org>, ide <linux-ide@vger.kernel.org>
Cc: akpm <akpm@osdl.org>, jgarzik <jgarzik@pobox.com>
Subject: [PATCH 0/13] ACPI objects for SATA/PATA
Date: Wed, 22 Feb 2006 14:12:38 -0800 [thread overview]
Message-ID: <20060222141238.4d2effa8.randy_d_dunlap@linux.intel.com> (raw)
This patch series is primarily ACPI objects support for SATA/PATA.
It applies to 2.6.16-rc4.
ACPI objects for SATA/PATA add support for the _GTF, _SDD,
_GTM, and _STM ACPI methods. ACPI methods are used to:
PATA: get and set channel timings and modes and taskfiles
SATA: get and set drive data and taskfiles
Taskfile operations are not limited. Examples that I have
seen are (not limited to):
- power management:
. enable or disable drive-initiated power management
- performance:
. enable drive cache; set transfer mode (PIO/DMA)
- security
. lock the disk access password
There is also an addition here to send a Standby Immediate
command to SATA/PATA drives during shutdown. This should be
done (at least for some drives) to cause a safe and orderly
shutdown of the drive heads (i.e., protect data).
Caveat: Some people are reporting good results from these
patches. Unfortunately I have problems with them myself.
My test platforms usually suspend successfully but they
don't resume successfully. Oh, and there may be a BUG
during sleep-shutdown processing where a sleep happens
while a spinlock is held.
These patches definitely need some time in -mm, but be
prepared to revert them or to use
libata.noacpi=1
to disable them. Also, please use
libata.printk=0xff
to enable full debug messages.
If you want to test this without using -mm, you can either
apply the patch series (13 patches) or one rolled-up
(combined) patch. The combined patch is available at:
http://www.xenotime.net/linux/SATA/2.6.16-rc4/libata-rollup-2616-rc4.patch
Still TBD: more calls to ata_acpi_push_timing(), e.g.,
during resume, to set PATA hard drive timing and mode.
And fix the BUG above.
---
~Randy
next reply other threads:[~2006-02-22 22:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-22 22:12 Randy Dunlap [this message]
2006-02-23 0:26 ` Andrew Morton
2006-02-23 0:28 ` Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060222141238.4d2effa8.randy_d_dunlap@linux.intel.com \
--to=randy_d_dunlap@linux.intel.com \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome