summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/think-lmi.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: think-lmi: Make kobj_type structure constantThomas Weißschuh2023-02-101-2/+2
* platform/x86: think-lmi: Use min_t() for comparison and assignmentDeepak R Varma2023-02-031-2/+2
* platform/x86: think-lmi: certificate support clean upsMark Pearson2022-04-041-29/+15
* platform/x86: think-lmi: Certificate authentication supportMark Pearson2022-03-181-104/+416
* platform/x86: think-lmi: Prevent underflow in index_store()Dan Carpenter2021-12-211-1/+1
* platform/x86: think-lmi: Simplify tlmi_analyze() error handling a bitHans de Goede2021-11-221-15/+11
* platform/x86: think-lmi: Move kobject_init() call into tlmi_create_auth()Hans de Goede2021-11-221-8/+3
* platform/x86: think-lmi: Opcode supportMark Pearson2021-11-181-36/+284
* platform/x86: think-lmi: Abort probe on analyze failureAlex Williamson2021-11-161-3/+10
* platform/x86: think-lmi: add debug_cmdMark Pearson2021-08-181-0/+80
* platform/x86: think-lmi: Fix possible mem-leaks on tlmi_analyze() error-exitHans de Goede2021-07-171-3/+9
* platform/x86: think-lmi: Split kobject_init() and kobject_add() callsHans de Goede2021-07-171-6/+9
* platform/x86: think-lmi: Move pending_reboot_attr to the attributes sysfs dirMark Pearson2021-07-171-6/+5
* platform/x86: think-lmi: Add pending_reboot supportMark Pearson2021-07-141-0/+19
* platform/x86: think-lmi: Move kfree(setting->possible_values) to tlmi_attr_se...Hans de Goede2021-06-281-1/+1
* platform/x86: think-lmi: Split current_value to reflect only the valueMario Limonciello2021-06-281-2/+7
* platform/x86: think-lmi: Fix issues with duplicate attributesMario Limonciello2021-06-281-0/+11
* platform/x86: think-lmi: Return EINVAL when kbdlang gets set to a 0 length st...Hans de Goede2021-06-221-8/+3
* platform/x86: think-lmi: Add missing MODULE_DEVICE_TABLEZou Wei2021-06-161-0/+1
* platform/x86: think-lmi: Avoid potential read before start of the bufferHans de Goede2021-06-161-1/+4
* platform/x86: think-lmi: Fix check for admin password being setHans de Goede2021-06-161-2/+2
* platform/x86: dell-wmi-sysman/think-lmi: Make fw_attr_class global staticHans de Goede2021-06-161-1/+1
* platform/x86: thinkpad-lmi: Remove unused display_name member from struct tlm...Hans de Goede2021-06-161-2/+0
* platform/x86: think-lmi: Add WMI interface support on Lenovo platformsMark Pearson2021-06-161-0/+891