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