[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1329849524-23758-1-git-send-email-computersforpeace@gmail.com>
Date: Tue, 21 Feb 2012 10:38:41 -0800
From: Brian Norris <computersforpeace@...il.com>
To: Jeff Garzik <jgarzik@...ox.com>
Cc: <linux-ide@...r.kernel.org>,
Linux Kernel <linux-kernel@...r.kernel.org>,
Tejun Heo <tj@...nel.org>,
Brian Norris <computersforpeace@...il.com>,
Lin Ming <ming.m.lin@...el.com>,
Norbert Preining <preining@...ic.at>,
"Srivatsa S . Bhat" <srivatsa.bhat@...ux.vnet.ibm.com>,
Valdis Kletnieks <valdis.kletnieks@...edu>,
"Rafael J . Wysocki" <rjw@...k.pl>
Subject: [PATCH v2 0/3] ahci: fix boot/resume COMRESET failures
This series addresses regression problems with
commit 7faa33da9b7add01db9f1ad92c6a5d9145e940a7
ahci: start engine only during soft/hard resets
Because the fix provided by the above commit caused COMRESET failures and
10 second boot-time/resume-time hangs for certain DVD drives, we need to
make the fix conditional to certain devices/platforms. Add a flag for this.
Brian
v2: change flag name to AHCI_HFLAG_DELAY_ENGINE, write more detailed
comments
v1: flag named AHCI_HFLAG_STRICT_SPEC
Brian Norris (3):
ahci: add AHCI_HFLAG_DELAY_ENGINE host flag
ahci: move AHCI_HFLAGS() macro to ahci.h
ahci_platform: add STRICT_AHCI platform type
drivers/ata/ahci.c | 2 --
drivers/ata/ahci.h | 6 ++++++
drivers/ata/ahci_platform.c | 11 +++++++++++
drivers/ata/libahci.c | 5 +++++
4 files changed, 22 insertions(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists