From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: "Michał Kopeć" <michal.kopec@3mdeb.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
tomasz.pakula.oficjalny@gmail.com,
platform-driver-x86@vger.kernel.org, piotr.krol@3mdeb.com,
maciej.pijanowski@3mdeb.com
Subject: Re: [PATCH v3 0/1] platform/x86: Introduce dasharo-acpi platform driver
Date: Fri, 28 Mar 2025 16:11:16 +0200 (EET) [thread overview]
Message-ID: <f19dc543-e088-dd6e-d294-246a46ef5530@linux.intel.com> (raw)
In-Reply-To: <20250328140344.1304995-1-michal.kopec@3mdeb.com>
[-- Attachment #1: Type: text/plain, Size: 1996 bytes --]
On Fri, 28 Mar 2025, Michał Kopeć wrote:
> Introduce a driver for devices running Dasharo firmware. The driver
> supports thermal monitoring using a new ACPI interface in Dasharo. The
> initial version supports monitoring fan speeds, fan PWM duty cycles and
> system temperatures as well as determining which specific interfaces are
> implemented by firmware.
>
> It has been tested on a NovaCustom laptop running pre-release Dasharo
> firmware, which implements fan and thermal monitoring for the CPU and
> the discrete GPU, if present.
>
> Changes in v2:
> - Remove redundant copyright information
> - Turn dasharo_fill_* functions into single dasharo_fill_feature_caps
> function
> - Code style fixes
> - Turn large if / else blocks into switch / case
> - Fix possible positive return values in hwmon read handler
> - Change while loops to for loops
> - Add local variable for data->sensors[data->sensors_count] in
> dasharo_fill_feature_caps
> - Replace snprintf with scnprintf per Ilpo's review
> - Keep the "ok" path silent
>
> Changes in V3:
> - Simplify dasharo_read_value_by_cap_idx arguments and rename to
> dasharo_read_channel
Hi,
This doesn't address my comments to v2 which I sent today. Please give it
a bit more time for people to review a version before sending a new one
as we're on different time zones etc. so latency is expected. And try to
double check you've addressed all the comments before sending a new
version.
This is not a sprint you have to finish in a week, you have plenty of time
in this kernel cycle that has just started. :-)
> Michał Kopeć (1):
> platform/x86: Introduce dasharo-acpi platform driver
>
> drivers/platform/x86/Kconfig | 10 +
> drivers/platform/x86/Makefile | 3 +
> drivers/platform/x86/dasharo-acpi.c | 375 ++++++++++++++++++++++++++++
> 3 files changed, 388 insertions(+)
> create mode 100644 drivers/platform/x86/dasharo-acpi.c
>
>
--
i.
prev parent reply other threads:[~2025-03-28 14:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-28 14:03 [PATCH v3 0/1] platform/x86: Introduce dasharo-acpi platform driver Michał Kopeć
2025-03-28 14:03 ` [PATCH v3 1/1] " Michał Kopeć
2025-03-30 16:48 ` Thomas Weißschuh
2025-03-28 14:11 ` Ilpo Järvinen [this message]
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=f19dc543-e088-dd6e-d294-246a46ef5530@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=hdegoede@redhat.com \
--cc=maciej.pijanowski@3mdeb.com \
--cc=michal.kopec@3mdeb.com \
--cc=piotr.krol@3mdeb.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=tomasz.pakula.oficjalny@gmail.com \
/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.