aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/think-lmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18platform/x86: think-lmi: add debug_cmdMark Pearson1-0/+80
2021-07-17platform/x86: think-lmi: Fix possible mem-leaks on tlmi_analyze() error-exitHans de Goede1-3/+9
2021-07-17platform/x86: think-lmi: Split kobject_init() and kobject_add() callsHans de Goede1-6/+9
2021-07-17platform/x86: think-lmi: Move pending_reboot_attr to the attributes sysfs dirMark Pearson1-6/+5
2021-07-14platform/x86: think-lmi: Add pending_reboot supportMark Pearson1-0/+19
2021-06-28platform/x86: think-lmi: Move kfree(setting->possible_values) to tlmi_attr_setting_release()Hans de Goede1-1/+1
2021-06-28platform/x86: think-lmi: Split current_value to reflect only the valueMario Limonciello1-2/+7
2021-06-28platform/x86: think-lmi: Fix issues with duplicate attributesMario Limonciello1-0/+11
2021-06-22platform/x86: think-lmi: Return EINVAL when kbdlang gets set to a 0 length stringHans de Goede1-8/+3
2021-06-16platform/x86: think-lmi: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-16platform/x86: think-lmi: Avoid potential read before start of the bufferHans de Goede1-1/+4
2021-06-16platform/x86: think-lmi: Fix check for admin password being setHans de Goede1-2/+2
2021-06-16platform/x86: dell-wmi-sysman/think-lmi: Make fw_attr_class global staticHans de Goede1-1/+1
2021-06-16platform/x86: thinkpad-lmi: Remove unused display_name member from struct tlmi_pwd_settingHans de Goede1-2/+0
2021-06-16platform/x86: think-lmi: Add WMI interface support on Lenovo platformsMark Pearson1-0/+891