On 08/28/2012 04:49 AM, Aaron Lu wrote:
For sata port, only runtime pm needs to be taken care of; For IDE port, only system pm needs to be taken care of. Currently, we use PMSG_SUSPEND for both system suspend and runtime suspend and PMSG_ON for both system resume and runtime resume. Change this by using PMSG_AUTO_SUSPEND for runtime suspend and PMSG_AUTO_RESUME for runtime resume. The ata_acpi_set_state is modified accordingly. And the sata case and pata case is seperated for easy understanding. Signed-off-by: Aaron Lu <aaron.lu@xxxxxxxxx> --- drivers/ata/libata-acpi.c | 83 ++++++++++++++++++++++++++++++++--------------- drivers/ata/libata-core.c | 22 +++++++++---- drivers/ata/libata-eh.c | 9 ++--- 3 files changed, 78 insertions(+), 36 deletions(-)
Can you rediff this on top of libata-dev.git #upstream? -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html