public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] acer-wmi: Various improvements
@ 2024-12-10  0:16 Armin Wolf
  2024-12-10  0:16 ` [PATCH v4 1/5] platform/x86: acer-wmi: Add support for Acer PH14-51 Armin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Armin Wolf @ 2024-12-10  0:16 UTC (permalink / raw)
  To: jlee, farhan.anwar8, rayanmargham4
  Cc: hdegoede, ilpo.jarvinen, platform-driver-x86, linux-kernel,
	kuurtb

This patch series contains various improvements to the acer-wmi
driver based on user reports:

- adds support for the Acer PH14-51
- improves hwmon support
- ignores function 8 events

The changes where tested on a real machine and appear to work.

Changes since v3:
- fix duplicate definition of ACER_PREDATOR_V4_RETURN_STATUS_BIT_MASK
- add Tested-by tags

Changes since v2:
- fix compilation error after patch 3
- replace GENMASK() with GENMASK_ULL() and adjust bit numbers

Changes since v1:
- fix spelling issue in patch 2
- rework patch 3 and 4
- add Reviewed-by tag to patch 5

Armin Wolf (5):
  platform/x86: acer-wmi: Add support for Acer PH14-51
  platform/x86: acer-wmi: Rename ACER_CAP_FAN_SPEED_READ
  platform/x86: acer-wmi: Improve error handling when reading gaming
    system information
  platform/x86: acer-wmi: Implement proper hwmon support
  platform/x86: acer-wmi: Ignore AC events

 drivers/platform/x86/acer-wmi.c | 166 ++++++++++++++++++++++++--------
 1 file changed, 124 insertions(+), 42 deletions(-)

--
2.39.5


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-01-20 12:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10  0:16 [PATCH v4 0/5] acer-wmi: Various improvements Armin Wolf
2024-12-10  0:16 ` [PATCH v4 1/5] platform/x86: acer-wmi: Add support for Acer PH14-51 Armin Wolf
2024-12-10  2:09   ` Kurt Borja
2024-12-10  0:16 ` [PATCH v4 2/5] platform/x86: acer-wmi: Rename ACER_CAP_FAN_SPEED_READ Armin Wolf
2024-12-10  2:11   ` Kurt Borja
2024-12-10  0:16 ` [PATCH v4 3/5] platform/x86: acer-wmi: Improve error handling when reading gaming system information Armin Wolf
2024-12-10  2:06   ` Kurt Borja
2024-12-10  4:08     ` Armin Wolf
2024-12-10  4:18       ` Kurt Borja
2024-12-10  0:16 ` [PATCH v4 4/5] platform/x86: acer-wmi: Implement proper hwmon support Armin Wolf
2024-12-10  0:16 ` [PATCH v4 5/5] platform/x86: acer-wmi: Ignore AC events Armin Wolf
2024-12-10  2:16   ` Kurt Borja
2024-12-10  4:06     ` Armin Wolf
2024-12-10 14:43       ` Ilpo Järvinen
2024-12-14 10:45   ` David Wang
2025-01-20 12:43     ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox