[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4699399.LvFx2qVVIh@rafael.j.wysocki>
Date: Thu, 09 Oct 2025 21:25:07 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linux ACPI <linux-acpi@...r.kernel.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Linux PM <linux-pm@...r.kernel.org>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
Mario Limonciello <mario.limonciello@....com>
Subject:
[PATCH v1 0/3] ACPI: PM: s2idle: Tidy up the code and avoid invoking _DSM
unnecessarily
Hi Everyone,
There is an unused function related to s2idle on x86, so drop it (patch [1/3]).
Also, some callback functions used in struct platform_s2idle_ops on x86 can
be made static, so do that (patch [2/3]).
Finally, the evaluation of LPS0 _DSM Function 1 is useless overhead unless
printing PM debug messages has been enabled, so rearrange the code to only
evaluate it when the data produced by it will be used (patch [3/3]).
Please see changelogs of the individual patches for details.
Thanks!
Powered by blists - more mailing lists