summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-211-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-201-91/+13
* wmi: Remove private %pUL implementationRasmus Villemoes2015-09-101-45/+6
* wmi: Use bool function return values of true/false not 1/0Joe Perches2015-04-071-2/+2
* x86/wmi: delete unused wmi_data_lock mutex causing gcc warningPaul Gortmaker2015-03-251-1/+0
* WMI: Remove unnecessary null testHimangi Saraogi2014-08-161-4/+0
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-2/+0
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0
* | x86, wmi fix modalias_show return valuesPrarit Bhargava2013-11-201-2/+4
|/
* wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-3/+2
OpenPOWER on IntegriCloud