]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
platform/x86: firmware_attributes_class: Create helper file for handling firmware...
authorMark Pearson <markpearson@lenovo.com>
Sun, 30 May 2021 22:31:09 +0000 (18:31 -0400)
committerHans de Goede <hdegoede@redhat.com>
Wed, 16 Jun 2021 15:47:51 +0000 (17:47 +0200)
commit17b707fe5fbd3c019691873c1c11bddb0e0f7225
treef3a84c8296fc4c32e5c8cdf6b2e9978f086c353c
parent6cbaee2e109ed0f7327a2d3cbb412f36fd8873e0
platform/x86: firmware_attributes_class: Create helper file for handling firmware-attributes class registration events

This offers shared code for registering the firmware_attributes_class,
which is used by the Dell and Lenovo WMI management drivers.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Mark Pearson <markpearson@lenovo.com>
Link: https://lore.kernel.org/r/20210530223111.25929-1-markpearson@lenovo.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/firmware_attributes_class.c [new file with mode: 0644]
drivers/platform/x86/firmware_attributes_class.h [new file with mode: 0644]