Linux Hardware Monitor development
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Sebastián Peyrott" <speyrott@gmail.com>
Cc: linux-hwmon@vger.kernel.org
Subject: Re: [PATCH v3 1/1] hwmon: Add Minisforum UM780 XTX EC monitoring and fan control
Date: Tue, 25 Aug 2026 18:51:25 +0000	[thread overview]
Message-ID: <20260825185125.A82D51F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260825184107.355980-2-speyrott@gmail.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Missing Kconfig dependency on ACPI_EC leads to undefined reference errors at link time.
--

commit 95c2944ab1799dbc9f42157b5a4c6a9050da57ae
Author: Sebastián Peyrott <speyrott@gmail.com>

hwmon: Add Minisforum UM780 XTX EC monitoring and fan control

This commit adds a DMI-gated hardware monitoring driver for the embedded
controller used by the Minisforum UM780 XTX. It exposes CPU and system fan
control temperatures and tachometers, utilizing the ACPI EC transport.

> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index 81a9a1d40eec8..45ac04c89b23d 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
[ ... ]
> @@ -1490,6 +1490,22 @@ config SENSORS_MENF21BMC_HWMON
>  	  This driver can also be built as a module. If so the module
>  	  will be called menf21bmc_hwmon.
>  
> +config SENSORS_MINISFORUM_UM780XTX
> +	tristate "Minisforum UM780 XTX EC hardware monitoring"
> +	depends on ACPI && DMI && X86

[Severity: Low]
Does this also need to depend on ACPI_EC? 

If a user configures the kernel with CONFIG_ACPI enabled but leaves 
CONFIG_ACPI_EC unselected, will this driver fail to build? It appears this
would lead to undefined references to ec_read, ec_write, ec_transaction,
and ec_get_handle at link time.

> +	help
> +	  If you say yes here you get support for the hardware monitoring
> +	  features of the embedded controller in the Minisforum UM780 XTX.
[ ... ]

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260825184107.355980-2-speyrott@gmail.com?part=1

  reply	other threads:[~2026-08-25 18:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25 18:41 [PATCH v3 0/1] hwmon: Add Minisforum UM780 XTX EC monitoring and fan control Sebastián Peyrott
2026-08-25 18:41 ` [PATCH v3 1/1] " Sebastián Peyrott
2026-08-25 18:51   ` sashiko-bot [this message]
2026-08-28 16:01     ` Guenter Roeck
2026-08-27  4:15   ` kernel test robot
2026-08-28 16:02 ` [PATCH v3 0/1] " Guenter Roeck

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=20260825185125.A82D51F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    --cc=speyrott@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox