linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Linux PM Mailing List <linux-pm@vger.kernel.org>
Subject: [PATCH v2 0/3] intel_idle: Add cmdline option to adjust C-states table
Date: Tue, 16 Dec 2025 10:03:59 +0200	[thread overview]
Message-ID: <20251216080402.156988-1-dedekind1@gmail.com> (raw)

From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

Add a new module parameter to customize the C-states table configuration used
by the intel_idle driver.

* Patch 1/3: Small preparation step for the new feature.
* Patch 2/3: Implement the new module parameter.
* Patch 3/3: Add validation for data passed via the new parameter.

Refer to patch 2/3 for details on the parameter name and syntax.

Patches are based on top of v6.19-rc1.

Artem Bityutskiy (3):
  intel_idle: Initialize sysfs after cpuidle driver initialization
  intel_idle: Add cmdline option to adjust C-states table
  intel_idle: Add C-states validation

 drivers/idle/intel_idle.c | 227 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 225 insertions(+), 2 deletions(-)

-- 
2.52.0


             reply	other threads:[~2025-12-16  8:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-16  8:03 Artem Bityutskiy [this message]
2025-12-16  8:04 ` [PATCH 1/3] intel_idle: Initialize sysfs after cpuidle driver initialization Artem Bityutskiy
2025-12-16  8:04 ` [PATCH 2/3] intel_idle: Add cmdline option to adjust C-states table Artem Bityutskiy
2025-12-16  8:04 ` [PATCH 3/3] intel_idle: Add C-states validation Artem Bityutskiy

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=20251216080402.156988-1-dedekind1@gmail.com \
    --to=dedekind1@gmail.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).