]> git.ipfire.org Git - thirdparty/linux.git/commit
mei: store kind as enum
authorAlexander Usyskin <alexander.usyskin@intel.com>
Thu, 9 Apr 2026 12:55:22 +0000 (15:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 May 2026 11:47:33 +0000 (13:47 +0200)
commit00d56ac0777ca9e2da37b97f017f5da5069d8b4a
tree17126991c532edf9bc0e66524791e2466ffb40ee
parent7c19b47f5a1839817e5ddc5ba589224fcfb6255d
mei: store kind as enum

Simplify flows and prepare for future flexibility by
storing kind as enum and converting to string only in sysfs.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Co-developed-by: Reuven Abliyev <reuvenab@gmail.com>
Signed-off-by: Reuven Abliyev <reuvenab@gmail.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Link: https://patch.msgid.link/20260409125524.111530-2-alexander.usyskin@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hw-me.c
drivers/misc/mei/hw-me.h
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/pci-txe.c
drivers/misc/mei/platform-vsc.c