From: Kurt Borja <kuurtb@gmail.com>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Armin Wolf" <W_Armin@gmx.de>
Cc: Kurt Borja <kuurtb@gmail.com>,
Hans de Goede <hdegoede@redhat.com>,
platform-driver-x86@vger.kernel.org,
Dell.Client.Kernel@dell.com, linux-kernel@vger.kernel.org,
Guenter Roeck <linux@roeck-us.net>,
Jean Delvare <jdelvare@suse.com>,
linux-hwmon@vger.kernel.org
Subject: [PATCH v3 00/10] platform/x86: alienware-wmi-wmax: HWMON support + DebugFS + Improvements
Date: Wed, 05 Mar 2025 19:56:51 -0500 [thread overview]
Message-ID: <20250305-hwm-v3-0-395e7a1407e2@gmail.com> (raw)
Hi all,
This set mainly adds hwmon and manual fan control support (patches 7-8)
to the alienware-wmi driver, after some improvements.
Aside from some minor changes Ilpo commented on, I added inline helpers
for most awcc operations to make those calls more compact.
Thank you for your feedback :)
---
Changes since v2:
[02/10]
- Move BIT(8) flag comment to AWCC_RESOURCE_ID_MASK definition
[03/10]
- Add awcc_profile_id_to_pprof()
- Add awcc_op_activate_profile()
- Dropped Armin's rev-by because the patch changed a bit
[05/10]
- Dropped __packed attribute from system_description
[07/10]
- Add awcc_op_get_fan_rpm()
- Add awcc_op_get_temperature()
- Use ternary conditional operator on awcc_hwmon_is_visible()
- Check priv->temp_sensors weight to determine hwmon_temp visibility
- Replace U8_MAX with priv->temp_sensors_size in find_nth_bit() calls
- Drop find_nth_bit() failure check due to the visibility change
- Cc+ Jean Delvare <jdelvare@suse.com>
- Cc+ linux-hwmon@vger.kernel.org
[08/10]
- Add a pwm1_enable attribute
- Add awcc_op_get_fan_boost()
- Add awcc_op_set_fan_boost()
- Cc+ Jean Delvare <jdelvare@suse.com>
- Cc+ linux-hwmon@vger.kernel.org
[10/10]
- Reword commit title to reflect path
v2: https://lore.kernel.org/r/20250225222500.23535-1-kuurtb@gmail.com
---
Kurt Borja (10):
platform/x86: alienware-wmi-wmax: Rename thermal related symbols
platform/x86: alienware-wmi-wmax: Refactor is_awcc_thermal_mode()
platform/x86: alienware-wmi-wmax: Improve internal AWCC API
platform/x86: alienware-wmi-wmax: Modify supported_thermal_profiles[]
platform/x86: alienware-wmi-wmax: Improve platform profile probe
platform/x86: alienware-wmi-wmax: Add support for the "custom" thermal profile
platform/x86: alienware-wmi-wmax: Add HWMON support
platform/x86: alienware-wmi-wmax: Add support for manual fan control
platform/x86: alienware-wmi-wmax: Add a DebugFS interface
Documentation: wmi: Improve and update alienware-wmi documentation
Documentation/wmi/devices/alienware-wmi.rst | 383 +++-----
drivers/platform/x86/dell/Kconfig | 1 +
drivers/platform/x86/dell/alienware-wmi-wmax.c | 1132 ++++++++++++++++++++----
3 files changed, 1098 insertions(+), 418 deletions(-)
---
base-commit: 5ad6d62c9b183314ec1c64a95a26636e973e736a
change-id: 20250305-hwm-f7bd91902b57
Best regards,
--
~ Kurt
next reply other threads:[~2025-03-06 0:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-06 0:56 Kurt Borja [this message]
2025-03-06 0:56 ` [PATCH v3 07/10] platform/x86: alienware-wmi-wmax: Add HWMON support Kurt Borja
2025-03-06 22:19 ` Armin Wolf
2025-03-07 0:35 ` Kurt Borja
2025-03-07 21:09 ` Armin Wolf
2025-03-07 23:59 ` Guenter Roeck
2025-03-08 4:54 ` Kurt Borja
2025-03-06 0:56 ` [PATCH v3 08/10] platform/x86: alienware-wmi-wmax: Add support for manual fan control Kurt Borja
2025-03-06 22:35 ` Armin Wolf
2025-03-07 0:16 ` Kurt Borja
2025-03-07 21:18 ` Armin Wolf
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=20250305-hwm-v3-0-395e7a1407e2@gmail.com \
--to=kuurtb@gmail.com \
--cc=Dell.Client.Kernel@dell.com \
--cc=W_Armin@gmx.de \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jdelvare@suse.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox