summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi2019-06-171-0/+19
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-18/+1
|/
* platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson2019-03-071-1/+1
* platform/x86: wmi: fix potential null pointer dereferenceMattias Jacobsson2019-02-231-0/+3
* platform/x86: wmi: declare device_type structure as constantBhumika Goyal2018-10-311-3/+3
* platform/x86: wmi: Do not mix pages and kmallocKees Cook2018-06-221-6/+3
* platform/x86: wmi: Fix misuse of vsprintf extension %pULLJoe Perches2018-03-011-3/+3
* platform/x86: wmi: Replace list_for_each() by list_for_each_entry()Andy Shevchenko2018-02-231-15/+5
* platform/x86: wmi: Replace kmalloc + sprintf() with kasprintf()Andy Shevchenko2018-02-191-2/+1
* platform/x86: wmi: fix off-by-one write in wmi_dev_probe()Andrey Ryabinin2018-02-151-1/+1
* platform/x86: wmi: Call acpi_wmi_init() laterRafael J. Wysocki2018-01-081-1/+1
* platform/x86: wmi: release mutex on module acquistion failureMario Limonciello2017-11-081-2/+4
* platform/x86: wmi: create userspace interface for driversMario Limonciello2017-11-031-2/+187
* platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello2017-11-031-17/+0
* platform/x86: wmi: Add new method wmidev_evaluate_methodMario Limonciello2017-11-031-4/+24
* platform/x86: wmi: Destroy on cleanup rather than unregisterMario Limonciello2017-09-271-2/+2