All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kurt Borja <kuurtb@gmail.com>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	"Armin Wolf" <W_Armin@gmx.de>
Cc: platform-driver-x86@vger.kernel.org,
	"Hans de Goede" <hdegoede@redhat.com>,
	Dell.Client.Kernel@dell.com, linux-kernel@vger.kernel.org,
	Kurt Borja <kuurtb@gmail.com>
Subject: [PATCH 00/10] HWMON support + DebugFS + Improvements
Date: Sat,  8 Feb 2025 00:16:04 -0500	[thread overview]
Message-ID: <20250208051614.10644-1-kuurtb@gmail.com> (raw)

Hi, all :)

Seeing that the alienware-wmi rework patchset is almost done I wanted to
get ahead on development and submit these series.

The main highlight is of course HWMON + manual fan control support
(patches 7 and 8) which is highly requested by the few users who
contacted me privately. I took a similar approach to the dell-wmi-ddv
driver (thanks Armin!) and cached sensor readings for better
performance.

As always, your feedback is very appreciated!

Based on pdx86/for-next, depends on [1].

~ Kurt
---
[1] https://lore.kernel.org/platform-driver-x86/20250207154610.13675-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
  platform/x86: alienware-wmi: Improve and update documentation

 Documentation/wmi/devices/alienware-wmi.rst   | 390 +++------
 drivers/platform/x86/dell/Kconfig             |   1 +
 .../platform/x86/dell/alienware-wmi-wmax.c    | 793 +++++++++++++++---
 3 files changed, 792 insertions(+), 392 deletions(-)


base-commit: e75394bbf4838857f57b6c5d00f1e56c46cd6c11
prerequisite-patch-id: 2e54a1278aabd3810a2e501ab8f001af5f83e45c
prerequisite-patch-id: d9e78e1086bb0fc8df23678f91fcf2e219d73f81
prerequisite-patch-id: db9c0c4b1b0dacf365d9aa4644282e32a3e80634
prerequisite-patch-id: c9cf42516931054b8a292774b9c86416246da36c
prerequisite-patch-id: a047966c43a92c41a01858aed9b74470324f9e4f
prerequisite-patch-id: 32293f8c9ed39c076c30f7bcf9ab8105ff8dd4f4
prerequisite-patch-id: 100391541e9ca8c1a49b1e48a3f99128b0d14b5d
prerequisite-patch-id: e7cffaa05f5212b70520d3d80c23f1804007b349
prerequisite-patch-id: 4f9219d3b1f6281b1815f9ac5e823aa59e85f588
prerequisite-patch-id: c37756f4b1e7f61c0dac0f3cbe68b95838ecce84
prerequisite-patch-id: fdf58a28326cec768d5f45252dd7b1f189532623
prerequisite-patch-id: 0a0fd32bdc83a8676eeda30e25f93c2edd3b6d3c
prerequisite-patch-id: 4c85aa2b99a106907639075a2fc455f312a14b4f
prerequisite-patch-id: bb7c74dd242bf773f06e531090ec63cc17b1ac69
-- 
2.48.1


             reply	other threads:[~2025-02-08  5:16 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08  5:16 Kurt Borja [this message]
2025-02-08  5:16 ` [PATCH 01/10] platform/x86: alienware-wmi-wmax: Rename thermal related symbols Kurt Borja
2025-02-16  5:40   ` Armin Wolf
2025-02-08  5:16 ` [PATCH 02/10] platform/x86: alienware-wmi-wmax: Refactor is_awcc_thermal_mode() Kurt Borja
2025-02-16  5:44   ` Armin Wolf
2025-02-08  5:16 ` [PATCH 03/10] platform/x86: alienware-wmi-wmax: Improve internal AWCC API Kurt Borja
2025-02-16  5:48   ` Armin Wolf
2025-02-08  5:16 ` [PATCH 04/10] platform/x86: alienware-wmi-wmax: Modify supported_thermal_profiles[] Kurt Borja
2025-02-16  5:49   ` Armin Wolf
2025-02-08  5:16 ` [PATCH 05/10] platform/x86: alienware-wmi-wmax: Improve platform profile probe Kurt Borja
2025-02-16  5:57   ` Armin Wolf
2025-02-08  5:16 ` [PATCH 06/10] platform/x86: alienware-wmi-wmax: Add support for the "custom" thermal profile Kurt Borja
2025-02-16  5:59   ` Armin Wolf
2025-02-08  5:16 ` [PATCH 07/10] platform/x86: alienware-wmi-wmax: Add HWMON support Kurt Borja
2025-02-16  6:06   ` Armin Wolf
2025-02-16 21:27     ` Kurt Borja
2025-02-08  5:16 ` [PATCH 08/10] platform/x86: alienware-wmi-wmax: Add support for manual fan control Kurt Borja
2025-02-16  6:12   ` Armin Wolf
2025-02-16  6:14     ` Armin Wolf
2025-02-16 21:25     ` Kurt Borja
2025-02-08  5:16 ` [PATCH 09/10] platform/x86: alienware-wmi-wmax: Add a DebugFS interface Kurt Borja
2025-02-08  5:16 ` [PATCH 10/10] platform/x86: alienware-wmi: Improve and update documentation Kurt Borja
2025-02-16  6:22   ` Armin Wolf
2025-02-16 20:51     ` Kurt Borja
2025-02-16 21:29       ` Armin Wolf
2025-02-16 21:38         ` Kurt Borja

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=20250208051614.10644-1-kuurtb@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=linux-kernel@vger.kernel.org \
    --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.