summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-11platform/x86: toshiba_acpi: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: asus-wmi: constify attribute_group structures.Arvind Yadav1-2/+2
2017-07-11platform/x86: panasonic-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: alienware-wmi: constify attribute_group structures.Arvind Yadav1-3/+3
2017-07-11platform/x86: samsung-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: compal-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: fujitsu-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: peaq-wmi: Fix peaq_ignore_events_counter handling off by 1Hans de Goede1-1/+1
2017-07-07platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-0/+12
2017-07-06platform/x86: silead_dmi: Add touchscreen info for I.T.Works TW891 2-in-1Hans de Goede1-0/+22
2017-07-05platform/x86: ideapad-laptop: Fix indentation in DMI tableAndy Shevchenko1-4/+4
2017-07-05platform/x86: ideapad-laptop: Add several models to no_hw_rfkillYang Jiaxun1-0/+70
2017-07-05platform/x86: ideapad-laptop: Add IdeaPad V510-15IKB to no_hw_rfkillSven Eckelmann1-0/+7
2017-07-05platform/x86: intel_telemetry: Add debugfs entry for S0ix residencyRajneesh Bhardwaj1-0/+26
2017-07-05platform/x86: intel_telemetry_debugfs: fix some error codes in initDan Carpenter1-4/+3
2017-07-05platform/x86: intel_telemetry_debugfs: fix oops when load/unload modulePriyalee Kushwaha1-9/+7
2017-06-30platform/x86: sony-laptop: constify attribute_group and input index arrayArvind Yadav1-2/+2
2017-06-30platform/x86: fujitsu-laptop: rework debuggingMichał Kępień2-60/+28
2017-06-30platform/x86: fujitsu-laptop: do not evaluate ACPI _INI methodsMichał Kępień1-16/+0
2017-06-30platform/x86: fujitsu-laptop: do not update ACPI device power statusMichał Kępień1-20/+4
2017-06-30platform/x86: fujitsu-laptop: sanitize hotkey input device identificationMichał Kępień1-2/+1
2017-06-30platform/x86: fujitsu-laptop: use strcpy to set ACPI device names and classesMichał Kępień1-5/+4
2017-06-30platform/x86: fujitsu-laptop: remove redundant safety checksMichał Kępień1-9/+0
2017-06-30platform/x86: msi-laptop: constify msipf*_attribute_groupArvind Yadav1-2/+2
2017-06-30platform/x86: eeepc-laptop: constify platform_attribute_groupArvind Yadav1-1/+1
2017-06-28platform/x86: toshiba_haps: constify haps_attr_groupArvind Yadav1-1/+1
2017-06-28platform/x86: dell-wmi-led: Adjust instance of wmi_evaluate_method calls to 0Mario Limonciello1-1/+1
2017-06-28platform/x86: alienware-wmi: Adjust instance of wmi_evaluate_method calls to 0Mario Limonciello1-4/+4
2017-06-21platform/x86: intel_menlow: Add const to thermal_cooling_device_ops structureBhumika Goyal1-1/+1
2017-06-21platform/x86: acerhdf: Add const to thermal_cooling_device_ops structureBhumika Goyal1-1/+1
2017-06-20platform/x86: dell-laptop: Fix bogus keyboard backlight sysfs interfaceKai Heng Feng1-1/+5
2017-06-20platform/x86: acer-wmi: Using zero as first WMI instance numberLee, Chun-Yi1-4/+4
2017-06-18platform/x86: ideapad-laptop: Add Y720-15IKBN to no_hw_rfkillOlle Liljenzin1-0/+7
2017-06-18platform/x86: ideapad-laptop: Add Y520-15IKBN to no_hw_rfkillOlle Liljenzin1-0/+7
2017-06-16platform/x86: silead_dmi: Add touchscreen info for PoV mobii wintab p800wHans de Goede1-0/+25
2017-06-15platform/x86: silead_dmi: Add touchscreen info for Pipo W2S tabletHans de Goede1-0/+23
2017-06-13platform/x86: wmi: Fix printing info about WDG structurePali Rohár1-3/+4
2017-06-13platform/x86: dell-rbtn: constify rfkill_ops structuresBhumika Goyal1-1/+1
2017-06-13platform/x86: ideapad-laptop: constify rfkill_ops structureBhumika Goyal1-1/+1
2017-06-13platform/x86: samsung-laptop: constify rfkill_ops structuresBhumika Goyal1-2/+2
2017-06-13platform/x86: wmi*: Add recent copyright statementsDarren Hart (VMware)2-0/+5
2017-06-13platform/x86: acer-wmi: Detect RF Button capabilityJoão Paulo Rechi Vita1-0/+7
2017-06-13platform/x86: panasonic-laptop: remove unused codeAlex Hung1-4/+0
2017-06-13platform/x86: samsung-laptop: Initialize loca variableAndy Shevchenko1-1/+1
2017-06-06platform/x86: dell-wmi: Convert to the WMI bus infrastructureAndy Lutomirski1-66/+70
2017-06-06platform/x86: wmi-bmof: New driver to expose embedded Binary WMI MOF metadataDarren Hart (VMware)3-0/+137
2017-06-06platform/x86: wmi: Require query for data blocks, rename writable to setableDarren Hart (VMware)2-61/+63
2017-06-06platform/x86: wmi: Add an interface for subdrivers to access sibling devicesAndy Lutomirski2-0/+21
2017-06-06platform/x86: wmi: Bind the platform device, not the ACPI nodeAndy Lutomirski1-24/+33
2017-06-06platform/x86: wmi: Add a new interface to read block dataAndy Lutomirski2-16/+42