All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krishna Chomal <krishna.chomal108@gmail.com>
To: Bogdan Nicolae <bogdan.nicolae@gmail.com>
Cc: platform-driver-x86@vger.kernel.org
Subject: Re: [Linux Kernel 7.0.7] [hp_wmi] EC layout for board 8C9C unsupported
Date: Sat, 16 May 2026 01:16:48 +0530	[thread overview]
Message-ID: <agd0LPeoD7CVRpbT@archlinux> (raw)
In-Reply-To: <CA+ORkNSkzcFwfXhKKN7yFGvUujJKtvOC8jTPYyy0fhFtWUcDuQ@mail.gmail.com>

On Fri, May 15, 2026 at 08:45:41AM -0500, Bogdan Nicolae wrote:
>Hi,
>
>With a recent kernel upgrade (7.0.7-arch1-1 #1 SMP PREEMPT_DYNAMIC
>Thu, 14 May 2026 14:26:22 +0000 x86_64 GNU/Linux) I am noticing the
>following line in dmesg:
>hp_wmi: Unknown EC layout for board 8C9C. Thermal profile readback
>will be disabled. Please report this to
>platform-driver-x86@vger.kernel.org
>
>As instructed, I am reporting it

Hi Bogdan Nicolae,

Thanks for reporting. The hp-wmi driver now uses EC reads to determine
current platform profile during driver init in thermal_profile_setup()
and during power source change events in victus_s_powersource_event() as
introduced in commit eeeb4c9874bb ("platform/x86: hp-wmi: Add EC offsets
to read Victus S thermal profile").

At the time of that patch we did not have information about the EC
layout for your board, hence the warning in dmesg.

>in hope it will be supported in the future.

Just to clarify, is everything (apart from platform profile being
defaulted to "balanced" at boot) like power and fan control working
as intended? Because this is supposed to be a mere "warning", not
necessarily implying that something is broken.

>Please let me know if you need further information.
>

Please share your EC dump via:

# modprobe ec_sys
# xxd /sys/kernel/debug/ec/ec0/io

This should be sufficient to build a patch and remove the warning.

>Kind regards,
>Bogdan Nicolae


  reply	other threads:[~2026-05-15 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-15 13:45 [Linux Kernel 7.0.7] [hp_wmi] EC layout for board 8C9C unsupported Bogdan Nicolae
2026-05-15 19:46 ` Krishna Chomal [this message]
     [not found]   ` <CA+ORkNQXdrN_yboUfWuaQy6vVa-wrbUBFDvtGA6Rru-oB90JkQ@mail.gmail.com>
2026-05-15 20:21     ` Fwd: " Bogdan Nicolae
2026-05-20 18:21       ` 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=agd0LPeoD7CVRpbT@archlinux \
    --to=krishna.chomal108@gmail.com \
    --cc=bogdan.nicolae@gmail.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.