aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19platform/x86: wmi: Drop forward declaration of static functionsUwe Kleine-König1-12/+9
2022-09-03platform/x86: wmi: Allow duplicate GUIDs for drivers that use struct wmi_driverMario Limonciello1-9/+40
2022-04-13platform/x86: wmi: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2021-12-06platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede1-4/+6
2021-12-06platform/x86: wmi: Fix driver->notify() vs ->probe() raceHans de Goede1-1/+5
2021-12-06platform/x86: wmi: Replace read_takes_no_args with a flags fieldHans de Goede1-4/+7
2021-10-22platform/x86: wmi: change notification handler typeMikalai Ramanovich1-3/+3
2021-09-14platform/x86: wmi: more detailed error reporting in find_guid()Barnabás Pőcze1-16/+27
2021-09-14platform/x86: wmi: introduce helper to retrieve event dataBarnabás Pőcze1-22/+20
2021-09-14platform/x86: wmi: introduce helper to determine typeBarnabás Pőcze1-11/+10
2021-09-14platform/x86: wmi: introduce helper to generate method namesBarnabás Pőcze1-15/+27
2021-09-14platform/x86: wmi: introduce helper to convert driver to WMI driverBarnabás Pőcze1-12/+10
2021-09-14platform/x86: wmi: simplify error handling logicBarnabás Pőcze1-4/+3
2021-09-14platform/x86: wmi: do not fail if disabling failsBarnabás Pőcze1-1/+8
2021-09-14platform/x86: wmi: improve debug messagesBarnabás Pőcze1-4/+4
2021-09-14platform/x86: wmi: align arguments of functionsBarnabás Pőcze1-9/+10
2021-09-14platform/x86: wmi: move variablesBarnabás Pőcze1-5/+4
2021-09-14platform/x86: wmi: remove variableBarnabás Pőcze1-4/+1
2021-09-14platform/x86: wmi: use sizeof(*p) in allocationBarnabás Pőcze1-1/+1
2021-09-14platform/x86: wmi: use !p to check for NULLBarnabás Pőcze1-2/+2
2021-09-14platform/x86: wmi: use sysfs_emit()Barnabás Pőcze1-9/+10
2021-09-14platform/x86: wmi: make GUID block packedBarnabás Pőcze1-1/+5
2021-09-14platform/x86: wmi: use guid_t and guid_equal()Barnabás Pőcze1-17/+17
2021-09-14platform/x86: wmi: use bool instead of intBarnabás Pőcze1-8/+8
2021-09-14platform/x86: wmi: use BIT() macroBarnabás Pőcze1-4/+5
2021-09-14platform/x86: wmi: remove unnecessary checksBarnabás Pőcze1-2/+0
2021-09-14platform/x86: wmi: remove stray empty lineBarnabás Pőcze1-1/+0
2021-09-14platform/x86: wmi: remove unnecessary castsBarnabás Pőcze1-7/+5
2021-09-14platform/x86: wmi: remove unnecessary argumentBarnabás Pőcze1-5/+4
2021-09-14platform/x86: wmi: remove unnecessary variableBarnabás Pőcze1-4/+1
2021-09-14platform/x86: wmi: remove unnecessary initializationsBarnabás Pőcze1-9/+9
2021-09-14platform/x86: wmi: remove unnecessary initializationBarnabás Pőcze1-1/+1
2021-09-14platform/x86: wmi: remove commasBarnabás Pőcze1-4/+4
2021-09-14platform/x86: wmi: fix checkpatch warningsBarnabás Pőcze1-3/+2
2021-09-14platform/x86: wmi: fix kernel docBarnabás Pőcze1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-03-08platform/x86: wmi: Make remove callback return voidUwe Kleine-König1-3/+2
2021-03-08platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki1-1/+0
2020-10-28platform/x86: remove unneeded breakTom Rix1-3/+0
2020-10-27Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"Yongxin Liu1-2/+2
2020-04-23platform/x86: wmi: Describe function parametersAndy Shevchenko1-7/+9
2020-04-23platform/x86: wmi: Fix indentation in some casesAndy Shevchenko1-6/+3
2020-04-23platform/x86: wmi: Replace UUID redefinitions by their originalsAndy Shevchenko1-10/+10
2020-03-21acpi: Remove header dependencyPeter Zijlstra1-0/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-07-30platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg1-3/+1
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-1/+43
2019-06-17platform/x86: wmi: add context argument to the probe functionMattias Jacobsson1-1/+2
2019-06-17platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson1-0/+22
2019-06-17platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi1-0/+19