linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Disable SATA DPLM on Fizz chromebox
@ 2021-03-22  8:08 Gwendal Grignou
  2021-03-22  8:08 ` [PATCH v2 1/2] driver: ahci: Allow disabling dlpm for all bios version Gwendal Grignou
  2021-03-22  8:08 ` [PATCH v2 2/2] driver: ahci: Disable DLPM on Fizz chromebox Gwendal Grignou
  0 siblings, 2 replies; 3+ messages in thread
From: Gwendal Grignou @ 2021-03-22  8:08 UTC (permalink / raw)
  To: tj, sergei.shtylyov; +Cc: linux-ide, Gwendal Grignou

On some chromebox, the CPU will hard freeze when the root SATA SSD link
goes in minimal power powermode.
Chromeboxes affected are of type Fizz, using Kabylake CPU.
Using existing ahci_broken_lpm() function to set ATA_FLAG_NO_LPM for the
controller which enables horkage ATA_HORKAGE_NOLPM for the SSD.
Once set, it is guaranteed DLPM (Data Link Power Manegement) SATA feature is
not enabled and DLPM can not be set to minimal power from user space.

The first patch allows disabling DLPM for all version of BIOSes,
the second disable DLPM for Fizz.

Gwendal Grignou (2):
  driver: ahci: Allow disabling dlpm for all bios version
  driver: ahci: Disable DLPM on Fizz chromebox

 drivers/ata/ahci.c | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.31.0.291.g576ba9dcdaf-goog


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

end of thread, other threads:[~2021-03-22  8:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  8:08 [PATCH v2 0/2] Disable SATA DPLM on Fizz chromebox Gwendal Grignou
2021-03-22  8:08 ` [PATCH v2 1/2] driver: ahci: Allow disabling dlpm for all bios version Gwendal Grignou
2021-03-22  8:08 ` [PATCH v2 2/2] driver: ahci: Disable DLPM on Fizz chromebox Gwendal Grignou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).