summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: wmi: Break possible infinite loop when parsing GUIDAndy Shevchenko2023-07-231-10/+12
* platform/x86: wmi: Drop forward declaration of static functionsUwe Kleine-König2022-09-191-12/+9
* platform/x86: wmi: Allow duplicate GUIDs for drivers that use struct wmi_driverMario Limonciello2022-09-031-9/+40
* platform/x86: wmi: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-131-7/+6
* platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede2021-12-061-4/+6
* platform/x86: wmi: Fix driver->notify() vs ->probe() raceHans de Goede2021-12-061-1/+5
* platform/x86: wmi: Replace read_takes_no_args with a flags fieldHans de Goede2021-12-061-4/+7
* platform/x86: wmi: change notification handler typeMikalai Ramanovich2021-10-221-3/+3
* platform/x86: wmi: more detailed error reporting in find_guid()Barnabás Pőcze2021-09-141-16/+27
* platform/x86: wmi: introduce helper to retrieve event dataBarnabás Pőcze2021-09-141-22/+20
* platform/x86: wmi: introduce helper to determine typeBarnabás Pőcze2021-09-141-11/+10
* platform/x86: wmi: introduce helper to generate method namesBarnabás Pőcze2021-09-141-15/+27
* platform/x86: wmi: introduce helper to convert driver to WMI driverBarnabás Pőcze2021-09-141-12/+10
* platform/x86: wmi: simplify error handling logicBarnabás Pőcze2021-09-141-4/+3
* platform/x86: wmi: do not fail if disabling failsBarnabás Pőcze2021-09-141-1/+8
* platform/x86: wmi: improve debug messagesBarnabás Pőcze2021-09-141-4/+4
* platform/x86: wmi: align arguments of functionsBarnabás Pőcze2021-09-141-9/+10
* platform/x86: wmi: move variablesBarnabás Pőcze2021-09-141-5/+4
* platform/x86: wmi: remove variableBarnabás Pőcze2021-09-141-4/+1
* platform/x86: wmi: use sizeof(*p) in allocationBarnabás Pőcze2021-09-141-1/+1
* platform/x86: wmi: use !p to check for NULLBarnabás Pőcze2021-09-141-2/+2
* platform/x86: wmi: use sysfs_emit()Barnabás Pőcze2021-09-141-9/+10
* platform/x86: wmi: make GUID block packedBarnabás Pőcze2021-09-141-1/+5
* platform/x86: wmi: use guid_t and guid_equal()Barnabás Pőcze2021-09-141-17/+17
* platform/x86: wmi: use bool instead of intBarnabás Pőcze2021-09-141-8/+8
* platform/x86: wmi: use BIT() macroBarnabás Pőcze2021-09-141-4/+5
* platform/x86: wmi: remove unnecessary checksBarnabás Pőcze2021-09-141-2/+0
* platform/x86: wmi: remove stray empty lineBarnabás Pőcze2021-09-141-1/+0
* platform/x86: wmi: remove unnecessary castsBarnabás Pőcze2021-09-141-7/+5
* platform/x86: wmi: remove unnecessary argumentBarnabás Pőcze2021-09-141-5/+4
* platform/x86: wmi: remove unnecessary variableBarnabás Pőcze2021-09-141-4/+1
* platform/x86: wmi: remove unnecessary initializationsBarnabás Pőcze2021-09-141-9/+9
* platform/x86: wmi: remove unnecessary initializationBarnabás Pőcze2021-09-141-1/+1
* platform/x86: wmi: remove commasBarnabás Pőcze2021-09-141-4/+4
* platform/x86: wmi: fix checkpatch warningsBarnabás Pőcze2021-09-141-3/+2
* platform/x86: wmi: fix kernel docBarnabás Pőcze2021-09-141-1/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* platform/x86: wmi: Make remove callback return voidUwe Kleine-König2021-03-081-3/+2
* platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki2021-03-081-1/+0
* platform/x86: remove unneeded breakTom Rix2020-10-281-3/+0
* Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"Yongxin Liu2020-10-271-2/+2
* platform/x86: wmi: Describe function parametersAndy Shevchenko2020-04-231-7/+9
* platform/x86: wmi: Fix indentation in some casesAndy Shevchenko2020-04-231-6/+3
* platform/x86: wmi: Replace UUID redefinitions by their originalsAndy Shevchenko2020-04-231-10/+10
* acpi: Remove header dependencyPeter Zijlstra2020-03-211-0/+1
* compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg2019-07-301-3/+1
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-141-1/+43
|\
| * platform/x86: wmi: add context argument to the probe functionMattias Jacobsson2019-06-171-1/+2
| * platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson2019-06-171-0/+22