index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
wmi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/x86: wmi: Add no_notify_data flag to struct wmi_driver
Hans de Goede
2021-12-06
1
-4
/
+6
*
platform/x86: wmi: Fix driver->notify() vs ->probe() race
Hans de Goede
2021-12-06
1
-1
/
+5
*
platform/x86: wmi: Replace read_takes_no_args with a flags field
Hans de Goede
2021-12-06
1
-4
/
+7
*
platform/x86: wmi: change notification handler type
Mikalai Ramanovich
2021-10-22
1
-3
/
+3
*
platform/x86: wmi: more detailed error reporting in find_guid()
Barnabás Pőcze
2021-09-14
1
-16
/
+27
*
platform/x86: wmi: introduce helper to retrieve event data
Barnabás Pőcze
2021-09-14
1
-22
/
+20
*
platform/x86: wmi: introduce helper to determine type
Barnabás Pőcze
2021-09-14
1
-11
/
+10
*
platform/x86: wmi: introduce helper to generate method names
Barnabás Pőcze
2021-09-14
1
-15
/
+27
*
platform/x86: wmi: introduce helper to convert driver to WMI driver
Barnabás Pőcze
2021-09-14
1
-12
/
+10
*
platform/x86: wmi: simplify error handling logic
Barnabás Pőcze
2021-09-14
1
-4
/
+3
*
platform/x86: wmi: do not fail if disabling fails
Barnabás Pőcze
2021-09-14
1
-1
/
+8
*
platform/x86: wmi: improve debug messages
Barnabás Pőcze
2021-09-14
1
-4
/
+4
*
platform/x86: wmi: align arguments of functions
Barnabás Pőcze
2021-09-14
1
-9
/
+10
*
platform/x86: wmi: move variables
Barnabás Pőcze
2021-09-14
1
-5
/
+4
*
platform/x86: wmi: remove variable
Barnabás Pőcze
2021-09-14
1
-4
/
+1
*
platform/x86: wmi: use sizeof(*p) in allocation
Barnabás Pőcze
2021-09-14
1
-1
/
+1
*
platform/x86: wmi: use !p to check for NULL
Barnabás Pőcze
2021-09-14
1
-2
/
+2
*
platform/x86: wmi: use sysfs_emit()
Barnabás Pőcze
2021-09-14
1
-9
/
+10
*
platform/x86: wmi: make GUID block packed
Barnabás Pőcze
2021-09-14
1
-1
/
+5
*
platform/x86: wmi: use guid_t and guid_equal()
Barnabás Pőcze
2021-09-14
1
-17
/
+17
*
platform/x86: wmi: use bool instead of int
Barnabás Pőcze
2021-09-14
1
-8
/
+8
*
platform/x86: wmi: use BIT() macro
Barnabás Pőcze
2021-09-14
1
-4
/
+5
*
platform/x86: wmi: remove unnecessary checks
Barnabás Pőcze
2021-09-14
1
-2
/
+0
*
platform/x86: wmi: remove stray empty line
Barnabás Pőcze
2021-09-14
1
-1
/
+0
*
platform/x86: wmi: remove unnecessary casts
Barnabás Pőcze
2021-09-14
1
-7
/
+5
*
platform/x86: wmi: remove unnecessary argument
Barnabás Pőcze
2021-09-14
1
-5
/
+4
*
platform/x86: wmi: remove unnecessary variable
Barnabás Pőcze
2021-09-14
1
-4
/
+1
*
platform/x86: wmi: remove unnecessary initializations
Barnabás Pőcze
2021-09-14
1
-9
/
+9
*
platform/x86: wmi: remove unnecessary initialization
Barnabás Pőcze
2021-09-14
1
-1
/
+1
*
platform/x86: wmi: remove commas
Barnabás Pőcze
2021-09-14
1
-4
/
+4
*
platform/x86: wmi: fix checkpatch warnings
Barnabás Pőcze
2021-09-14
1
-3
/
+2
*
platform/x86: wmi: fix kernel doc
Barnabás Pőcze
2021-09-14
1
-1
/
+1
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
*
platform/x86: wmi: Make remove callback return void
Uwe Kleine-König
2021-03-08
1
-3
/
+2
*
platform: x86: ACPI: Get rid of ACPICA message printing
Rafael J. Wysocki
2021-03-08
1
-1
/
+0
*
platform/x86: remove unneeded break
Tom Rix
2020-10-28
1
-3
/
+0
*
Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
Yongxin Liu
2020-10-27
1
-2
/
+2
*
platform/x86: wmi: Describe function parameters
Andy Shevchenko
2020-04-23
1
-7
/
+9
*
platform/x86: wmi: Fix indentation in some cases
Andy Shevchenko
2020-04-23
1
-6
/
+3
*
platform/x86: wmi: Replace UUID redefinitions by their originals
Andy Shevchenko
2020-04-23
1
-10
/
+10
*
acpi: Remove header dependency
Peter Zijlstra
2020-03-21
1
-0
/
+1
*
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-1
/
+1
*
platform/x86: wmi: Remove acpi_has_method() call
Kelsey Skunberg
2019-07-30
1
-3
/
+1
*
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
2019-07-15
1
-1
/
+43
|
\
|
*
platform/x86: wmi: add context argument to the probe function
Mattias Jacobsson
2019-06-17
1
-1
/
+2
|
*
platform/x86: wmi: add context pointer field to struct wmi_device_id
Mattias Jacobsson
2019-06-17
1
-0
/
+22
|
*
platform/x86: wmi: Add function to get _UID of WMI device
Yurii Pavlovskyi
2019-06-17
1
-0
/
+19
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-18
/
+1
|
/
*
platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h
Mattias Jacobsson
2019-03-07
1
-1
/
+1
*
platform/x86: wmi: fix potential null pointer dereference
Mattias Jacobsson
2019-02-23
1
-0
/
+3
[next]