]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/x86: uniwill-laptop: Introduce device descriptor system
authorArmin Wolf <W_Armin@gmx.de>
Thu, 15 Jan 2026 15:42:01 +0000 (16:42 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 26 Jan 2026 13:55:46 +0000 (15:55 +0200)
commitd8c560f76dcac7ff4c630d5d84958183adbf19d2
tree0d8123f972b5f30746c8dc1f7e1fdb1417e04f82
parent2ee832305a25657d7cfb577bc30d8c1d43bfb951
platform/x86: uniwill-laptop: Introduce device descriptor system

Future additions to the driver will depend on device-specific
initialization steps. Extend the DMI-based feature detection system
to include device descriptors. Each descriptor contains a bitmap of
supported features and a set of callback for performing
device-specific initialization.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Co-developed-by: Werner Sembach <wse@tuxedocomputers.com>
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Reviewed-by: Armin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20260115154332.402873-1-wse@tuxedocomputers.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/uniwill/uniwill-acpi.c