summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/wmi.c
AgeCommit message (Expand)Author
2021-12-06platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede
2021-12-06platform/x86: wmi: Fix driver->notify() vs ->probe() raceHans de Goede
2021-12-06platform/x86: wmi: Replace read_takes_no_args with a flags fieldHans de Goede
2021-10-22platform/x86: wmi: change notification handler typeMikalai Ramanovich
2021-09-14platform/x86: wmi: more detailed error reporting in find_guid()Barnabás Pőcze
2021-09-14platform/x86: wmi: introduce helper to retrieve event dataBarnabás Pőcze
2021-09-14platform/x86: wmi: introduce helper to determine typeBarnabás Pőcze
2021-09-14platform/x86: wmi: introduce helper to generate method namesBarnabás Pőcze
2021-09-14platform/x86: wmi: introduce helper to convert driver to WMI driverBarnabás Pőcze
2021-09-14platform/x86: wmi: simplify error handling logicBarnabás Pőcze
2021-09-14platform/x86: wmi: do not fail if disabling failsBarnabás Pőcze
2021-09-14platform/x86: wmi: improve debug messagesBarnabás Pőcze
2021-09-14platform/x86: wmi: align arguments of functionsBarnabás Pőcze
2021-09-14platform/x86: wmi: move variablesBarnabás Pőcze
2021-09-14platform/x86: wmi: remove variableBarnabás Pőcze
2021-09-14platform/x86: wmi: use sizeof(*p) in allocationBarnabás Pőcze
2021-09-14platform/x86: wmi: use !p to check for NULLBarnabás Pőcze
2021-09-14platform/x86: wmi: use sysfs_emit()Barnabás Pőcze
2021-09-14platform/x86: wmi: make GUID block packedBarnabás Pőcze
2021-09-14platform/x86: wmi: use guid_t and guid_equal()Barnabás Pőcze
2021-09-14platform/x86: wmi: use bool instead of intBarnabás Pőcze
2021-09-14platform/x86: wmi: use BIT() macroBarnabás Pőcze
2021-09-14platform/x86: wmi: remove unnecessary checksBarnabás Pőcze
2021-09-14platform/x86: wmi: remove stray empty lineBarnabás Pőcze
2021-09-14platform/x86: wmi: remove unnecessary castsBarnabás Pőcze
2021-09-14platform/x86: wmi: remove unnecessary argumentBarnabás Pőcze
2021-09-14platform/x86: wmi: remove unnecessary variableBarnabás Pőcze
2021-09-14platform/x86: wmi: remove unnecessary initializationsBarnabás Pőcze
2021-09-14platform/x86: wmi: remove unnecessary initializationBarnabás Pőcze
2021-09-14platform/x86: wmi: remove commasBarnabás Pőcze
2021-09-14platform/x86: wmi: fix checkpatch warningsBarnabás Pőcze
2021-09-14platform/x86: wmi: fix kernel docBarnabás Pőcze
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-03-08platform/x86: wmi: Make remove callback return voidUwe Kleine-König
2021-03-08platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki
2020-10-28platform/x86: remove unneeded breakTom Rix
2020-10-27Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"Yongxin Liu
2020-04-23platform/x86: wmi: Describe function parametersAndy Shevchenko
2020-04-23platform/x86: wmi: Fix indentation in some casesAndy Shevchenko
2020-04-23platform/x86: wmi: Replace UUID redefinitions by their originalsAndy Shevchenko
2020-03-21acpi: Remove header dependencyPeter Zijlstra
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-07-30platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-06-17platform/x86: wmi: add context argument to the probe functionMattias Jacobsson
2019-06-17platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson
2019-06-17platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson
2019-02-23platform/x86: wmi: fix potential null pointer dereferenceMattias Jacobsson