Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Werner Sembach <wse@tuxedocomputers.com>
To: Keith Busch <kbusch@kernel.org>, Jens Axboe <axboe@kernel.dk>,
	Christoph Hellwig <hch@lst.de>, Sagi Grimberg <sagi@grimberg.me>
Cc: Georg Gottleuber <ggo@tuxedocomputers.com>,
	linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
Date: Tue, 16 Sep 2025 18:49:48 +0200	[thread overview]
Message-ID: <ca327bf4-cd65-4c3e-b63d-7ac2b88b9cad@tuxedocomputers.com> (raw)
In-Reply-To: <bcd2fe8a-c80a-4556-9944-83fd2b493567@tuxedocomputers.com>


Am 25.08.25 um 18:07 schrieb Werner Sembach:
> Hi
>
> Am 01.07.25 um 22:55 schrieb Werner Sembach:
>> From: Georg Gottleuber <ggo@tuxedocomputers.com>
>>
>> On the TUXEDO InfinityBook S Gen8, a Samsung 990 Evo NVMe leads to
>> a high power consumption in s2idle sleep (3.5 watts).
>>
>> This patch applies 'Force No Simple Suspend' quirk to achieve a sleep with
>> a lower power consumption, typically around 1 watts.
>>
>> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
>> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
>> Cc: stable@vger.kernel.org
> gentle bump for this not to be forgotten
bump again
>> ---
>>   drivers/nvme/host/pci.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
>> index 8ff12e415cb5d..d677080e67d33 100644
>> --- a/drivers/nvme/host/pci.c
>> +++ b/drivers/nvme/host/pci.c
>> @@ -3198,10 +3198,12 @@ static unsigned long 
>> check_vendor_combination_bug(struct pci_dev *pdev)
>>            * Exclude Samsung 990 Evo from NVME_QUIRK_SIMPLE_SUSPEND
>>            * because of high power consumption (> 2 Watt) in s2idle
>>            * sleep. Only some boards with Intel CPU are affected.
>> +         * (Note for testing: Samsung 990 Evo Plus has same PCI ID)
>>            */
>>           if (dmi_match(DMI_BOARD_NAME, "DN50Z-140HC-YD") ||
>>               dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
>>               dmi_match(DMI_BOARD_NAME, "GXxMRXx") ||
>> +            dmi_match(DMI_BOARD_NAME, "NS5X_NS7XAU") ||
>>               dmi_match(DMI_BOARD_NAME, "PH4PG31") ||
>>               dmi_match(DMI_BOARD_NAME, "PH4PRX1_PH6PRX1") ||
>>               dmi_match(DMI_BOARD_NAME, "PH6PG01_PH6PG71"))


  reply	other threads:[~2025-09-16 16:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01 20:55 [PATCH] nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk Werner Sembach
2025-07-03 11:45 ` Christoph Hellwig
2025-07-03 12:58   ` Georg Gottleuber
2025-08-25 16:07 ` Werner Sembach
2025-09-16 16:49   ` Werner Sembach [this message]
2025-09-16 18:16 ` Keith Busch

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=ca327bf4-cd65-4c3e-b63d-7ac2b88b9cad@tuxedocomputers.com \
    --to=wse@tuxedocomputers.com \
    --cc=axboe@kernel.dk \
    --cc=ggo@tuxedocomputers.com \
    --cc=hch@lst.de \
    --cc=kbusch@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    /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