All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krishna Chomal <krishna.chomal108@gmail.com>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>, hansg@kernel.org
Cc: platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH v4 0/2] Fix Omen 16-wf1xxx thermal profile and add EC readback
Date: Tue, 13 Jan 2026 19:56:53 +0530	[thread overview]
Message-ID: <aWZGNQKt61SzH14d@archlinux> (raw)
In-Reply-To: <176823207511.9723.10021168845490287383.b4-ty@linux.intel.com>

On Mon, Jan 12, 2026 at 05:34:35PM +0200, Ilpo Järvinen wrote:
>On Thu, 18 Dec 2025 18:13:01 +0530, Krishna Chomal wrote:
>
>> This series fixes incorrect thermal profile parameters sent for HP Omen
>> 16-wf1xxx and implements hardware readback support for Victus S thermal
>> profiles.
>>
>> The first patch refactors the DMI handling for Victus S boards. By
>> moving from simple string list to DMI system id table with driver_data,
>> we can now map each board to its correct thermal parameters.
>>
>> [...]
>
>
>Thank you for your contribution, it has been applied to my local
>review-ilpo-next branch. Note it will show up in the public
>platform-drivers-x86/review-ilpo-next branch only once I've pushed my
>local branch there, which might take a while.
>
>The list of commits applied:
>[1/2] platform/x86: hp-wmi: fix platform profile values for Omen 16-wf1xxx
>      commit: d8bf01424f9eb555bf13b802a8ddffbb49f221a7
>[2/2] platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profile
>      commit: 2511dd4dbb76ef6914c9b45ccba2492da25d772d
>
>--
> i.
>

Hi Ilpo,

I want to inform you about a potential issue in patch 2/2. My implementation
assumed a strict correlation between WMI command types and EC layouts,
but I have discovered this isn't universal. Some boards (like 8E35, not
present in this driver right now) use Victus S WMI commands but retain
the older EC layout (thermal profile offset: 0x95). Directly using
offset 0x59 for victus_s devices would not work for boards like 8E35.

To fix this, I suggest updating platform_profile_victus_s_get_ec(), to
check both of these offsets for a valid thermal profile.

I can either:
1. Send a follow-up patch to implement this iterative check.
2. Send a v5 with this logic integrated, if you prefer to drop the
    current series from your review branch.

Please let me know which path you prefer.

  reply	other threads:[~2026-01-13 14:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-18 12:43 [PATCH v4 0/2] Fix Omen 16-wf1xxx thermal profile and add EC readback Krishna Chomal
2025-12-18 12:43 ` [PATCH v4 1/2] platform/x86: hp-wmi: fix platform profile values for Omen 16-wf1xxx Krishna Chomal
2025-12-18 12:43 ` [PATCH v4 2/2] platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profile Krishna Chomal
2026-01-12 15:34 ` [PATCH v4 0/2] Fix Omen 16-wf1xxx thermal profile and add EC readback Ilpo Järvinen
2026-01-13 14:26   ` Krishna Chomal [this message]
2026-01-13 14:38     ` Ilpo Järvinen
2026-01-13 18:26 ` [PATCH v5 " Krishna Chomal
2026-01-13 18:26   ` [PATCH v5 1/2] platform/x86: hp-wmi: fix platform profile values for Omen 16-wf1xxx Krishna Chomal
2026-01-13 18:26   ` [PATCH v5 2/2] platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profile Krishna Chomal
2026-01-15 13:26     ` Ilpo Järvinen
2026-01-16 15:11       ` Krishna Chomal
2026-01-20 15:10         ` Ilpo Järvinen
2026-01-21 10:30           ` Krishna Chomal
2026-01-21 18:28   ` [PATCH v6] " Krishna Chomal
2026-01-28 13:06   ` [PATCH v5 0/2] Fix Omen 16-wf1xxx thermal profile and add EC readback Ilpo Järvinen
2026-01-31 10:56     ` Krishna Chomal

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=aWZGNQKt61SzH14d@archlinux \
    --to=krishna.chomal108@gmail.com \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=platform-driver-x86@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.