summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/wmi.c
AgeCommit message (Expand)Author
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
2018-10-31platform/x86: wmi: declare device_type structure as constantBhumika Goyal
2018-06-22platform/x86: wmi: Do not mix pages and kmallocKees Cook
2018-03-01platform/x86: wmi: Fix misuse of vsprintf extension %pULLJoe Perches
2018-02-23platform/x86: wmi: Replace list_for_each() by list_for_each_entry()Andy Shevchenko
2018-02-19platform/x86: wmi: Replace kmalloc + sprintf() with kasprintf()Andy Shevchenko
2018-02-15platform/x86: wmi: fix off-by-one write in wmi_dev_probe()Andrey Ryabinin
2018-01-08platform/x86: wmi: Call acpi_wmi_init() laterRafael J. Wysocki
2017-11-08platform/x86: wmi: release mutex on module acquistion failureMario Limonciello
2017-11-03platform/x86: wmi: create userspace interface for driversMario Limonciello
2017-11-03platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello
2017-11-03platform/x86: wmi: Add new method wmidev_evaluate_methodMario Limonciello
2017-09-27platform/x86: wmi: Destroy on cleanup rather than unregisterMario Limonciello