summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-231-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-041-2/+187
* platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello2017-11-041-17/+0
* platform/x86: wmi: Add new method wmidev_evaluate_methodMario Limonciello2017-11-041-4/+24
* platform/x86: wmi: Destroy on cleanup rather than unregisterMario Limonciello2017-09-271-2/+2
* platform/x86: wmi: Cleanup exit routine in reverse order of initMario Limonciello2017-09-271-1/+1
* platform/x86: wmi: Sort include listMario Limonciello2017-09-271-6/+6
* platform/x86: wmi: Fix check for method instance numberPali Rohár2017-08-181-3/+3
* platform/x86: wmi: Fix error handling in acpi_wmi_init()Alexey Khoroshilov2017-07-221-3/+3
* platform/x86: wmi: Fix printing info about WDG structurePali Rohár2017-06-131-3/+4
* platform/x86: wmi*: Add recent copyright statementsDarren Hart (VMware)2017-06-131-0/+4
* platform/x86: wmi: Require query for data blocks, rename writable to setableDarren Hart (VMware)2017-06-061-56/+61
* platform/x86: wmi: Add an interface for subdrivers to access sibling devicesAndy Lutomirski2017-06-061-0/+17
* platform/x86: wmi: Bind the platform device, not the ACPI nodeAndy Lutomirski2017-06-061-24/+33
* platform/x86: wmi: Add a new interface to read block dataAndy Lutomirski2017-06-061-16/+38
* platform/x86: wmi: Incorporate acpi_install_notify_handlerAndy Lutomirski2017-06-061-17/+72
* platform/x86: wmi: Instantiate all devices before adding themDarren Hart (VMware)2017-06-061-20/+29
* platform/x86: wmi: Probe data objects for read and write capabilitiesAndy Lutomirski2017-06-061-4/+97
* platform/x86: wmi: Split devices into types and add basic sysfs attributesAndy Lutomirski2017-06-061-1/+77
* platform/x86: wmi: Fix error handling when creating devicesAndy Lutomirski2017-06-061-13/+15
* platform/x86: wmi: Turn WMI into a bus driverAndy Lutomirski2017-06-061-43/+154
* platform/x86: wmi: Track wmi devices per ACPI deviceAndy Lutomirski2017-06-061-22/+36
* platform/x86: wmi: Clean up acpi_wmi_addAndy Lutomirski2017-06-061-5/+9
* platform/x86: wmi: Pass the acpi_device through to parse_wdgAndy Lutomirski2017-06-061-6/+7
* platform/x86: wmi: Drop "Mapper (un)loaded" messagesAndy Lutomirski2017-06-061-3/+0
* drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko2016-05-211-91/+13