On Mon, Oct 28, 2024 at 03:22:56PM +0100, Konrad Dybcio wrote: > Certain firmwares expose exactly what PSCI_SYSTEM_SUSPEND does through > CPU_SUSPEND instead. Inform Linux about that. > Please see the commit messages for a more detailed explanation. > It is still not PSCI_SYSTEM_SUSPEND though... > This is effectively a more educated follow-up to [1]. > > The ultimate goal is to stop making Linux think that certain states > only concern cores/clusters, and consequently setting > pm_set_suspend/resume_via_firmware(), so that client drivers (such as > NVMe, see related discussion over at [2]) can make informed decisions > about assuming the power state of the device they govern. > > If this series gets green light, I'll push a follow-up one that wires > up said sleep state on Qualcomm SoCs across the board. > Sorry. I don't think PSCI is the right place for this. Qcom SoCs have a common firmware across all segments (mostly), so there is no S2R involved and only S2Idle. If you use PSCI to implement suspend_via_firmware(), then all the SoCs making use of the PSCI implementation will have the same behavior. I don't think we would want that. For instance, if a Qcom SoC is used in an android tablet with the same firmware, then this would allow the NVMe device to be turned off during system suspend all the time when user presses the lock button. And this will cause NVMe device to wear out faster. The said approach will work fine for non-android usecases though. I have a couple of ideas in mind that I will post to NVMe list itself. - Mani > [1] https://lore.kernel.org/linux-arm-kernel/20231227-topic-psci_fw_sus-v1-0-6910add70bf3@xxxxxxxxxx/ > [2] https://lore.kernel.org/linux-nvme/20241024-topic-nvmequirk-v1-1-51249999d409@xxxxxxxxxxxxxxxx/ > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > --- > Konrad Dybcio (3): > dt-bindings: arm,psci: Allow S2RAM power_state parameter description > firmware/psci: Set pm_set_resume/suspend_via_firmware() for SYSTEM_SUSPEND > firmware/psci: Allow specifying an S2RAM state through CPU_SUSPEND > > Documentation/devicetree/bindings/arm/psci.yaml | 6 ++++ > drivers/firmware/psci/psci.c | 44 ++++++++++++++++++++++--- > 2 files changed, 46 insertions(+), 4 deletions(-) > --- > base-commit: a39230ecf6b3057f5897bc4744a790070cfbe7a8 > change-id: 20241028-topic-cpu_suspend_s2ram-28fc095d0aa4 > > Best regards, > -- > Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > -- மணிவண்ணன் சதாசிவம்