[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250210040446.GA2823@lst.de>
Date: Mon, 10 Feb 2025 05:04:46 +0100
From: Christoph Hellwig <hch@....de>
To: Bjorn Helgaas <helgaas@...nel.org>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
kbusch@...nel.org, axboe@...nel.dk, hch@....de, sagi@...mberg.me,
linux-nvme@...ts.infradead.org, linux-kernel@...r.kernel.org,
andersson@...nel.org, konradybcio@...nel.org, rafael@...nel.org,
ulf.hansson@...aro.org
Subject: Re: [PATCH] nvme-pci: Use NVME_QUIRK_SIMPLE_SUSPEND for Qualcomm
Snapdragon 8cx Gen 3 platforms
On Sat, Feb 08, 2025 at 12:51:24PM -0600, Bjorn Helgaas wrote:
> > + /*
> > + * Qualcomm Snapdragon 8cx Gen 3 (SC8280XP) platforms doesn't retain
> > + * power to the PCIe bus after entering low power CX power collapse
> > + * state during system suspend. So shutdown the NVMe devices to have a
> > + * working system suspend on these platforms.
> > + */
> > + if (dmi_match(DMI_PRODUCT_FAMILY, "SCP_MAKENA") ||
> > + dmi_match(DMI_PRODUCT_FAMILY, "ThinkPad X13s Gen 1"))
> > + return NVME_QUIRK_SIMPLE_SUSPEND;
>
> I certainly acknowledge that this is a big problem for users. At the
> same time, this seems like a maintenance nightmare of
> platform-specific hacks scattered through endpoint drivers.
Yes. And it's what we stated that we won't do multiple times.
This needs to be taken on in the firmware or at least core PCI/PM
code.
Powered by blists - more mailing lists