Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH v3 0/1] platform/x86/tuxedo: Implement TUXEDO TUXI ACPI TFAN via hwmon
@ 2025-03-13 22:09 Werner Sembach
  2025-03-13 22:09 ` [PATCH v3 1/1] " Werner Sembach
  0 siblings, 1 reply; 7+ messages in thread
From: Werner Sembach @ 2025-03-13 22:09 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen, jdelvare, linux
  Cc: linux-kernel, platform-driver-x86, linux-hwmon, Werner Sembach

The static assert Ilpo suggested is still missing, but it is fully functional
and tested by me.

v2: Coding style fixes
    Different safeguard values
v3: Coding style fixes
    Add cover letter

Werner Sembach (1):
  platform/x86/tuxedo: Implement TUXEDO TUXI ACPI TFAN via hwmon

 MAINTAINERS                                  |   6 +
 drivers/platform/x86/Kconfig                 |   2 +
 drivers/platform/x86/Makefile                |   3 +
 drivers/platform/x86/tuxedo/Kbuild           |   8 +
 drivers/platform/x86/tuxedo/Kconfig          |   8 +
 drivers/platform/x86/tuxedo/nbxx/Kbuild      |   9 +
 drivers/platform/x86/tuxedo/nbxx/Kconfig     |  15 +
 drivers/platform/x86/tuxedo/nbxx/acpi_tuxi.c | 591 +++++++++++++++++++
 8 files changed, 642 insertions(+)
 create mode 100644 drivers/platform/x86/tuxedo/Kbuild
 create mode 100644 drivers/platform/x86/tuxedo/Kconfig
 create mode 100644 drivers/platform/x86/tuxedo/nbxx/Kbuild
 create mode 100644 drivers/platform/x86/tuxedo/nbxx/Kconfig
 create mode 100644 drivers/platform/x86/tuxedo/nbxx/acpi_tuxi.c

-- 
2.43.0


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

end of thread, other threads:[~2025-03-24 17:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13 22:09 [PATCH v3 0/1] platform/x86/tuxedo: Implement TUXEDO TUXI ACPI TFAN via hwmon Werner Sembach
2025-03-13 22:09 ` [PATCH v3 1/1] " Werner Sembach
2025-03-18  5:32   ` Kurt Borja
2025-03-18 13:08     ` Werner Sembach
2025-03-18 14:14       ` Kurt Borja
2025-03-22 11:46         ` Joshua Grisham
2025-03-24 17:04           ` Werner Sembach

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