index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
wmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-13
Merge tag 'hwmon-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-0
/
+1
2023-12-19
platform/x86: wmi: Simplify get_subobj_info()
Armin Wolf
1
-11
/
+5
2023-12-19
platform/x86: wmi: Decouple ACPI notify handler from wmi_block_list
Armin Wolf
1
-26
/
+20
2023-12-19
platform/x86: wmi: Create WMI bus device first
Armin Wolf
1
-11
/
+11
2023-12-19
platform/x86: wmi: Use devres for resource handling
Armin Wolf
1
-23
/
+35
2023-12-19
platform/x86: wmi: Remove ACPI handlers after WMI devices
Armin Wolf
1
-5
/
+4
2023-12-19
platform/x86: wmi: Remove unused variable in address space handler
Armin Wolf
1
-3
/
+3
2023-12-11
hwmon: (dell-smm) Add support for WMI SMM interface
Armin Wolf
1
-0
/
+1
2023-12-11
platform/x86: wmi: Remove chardev interface
Armin Wolf
1
-175
/
+5
2023-12-11
platform/x86: wmi: Remove debug_event module param
Armin Wolf
1
-67
/
+7
2023-12-11
platform/x86: wmi: Remove debug_dump_wdg module param
Armin Wolf
1
-31
/
+0
2023-12-11
Merge tag 'platform-drivers-x86-v6.7-3' into pdx86/for-next
Hans de Goede
1
-0
/
+5
2023-11-30
platform/x86: wmi: Skip blocks with zero instances
Armin Wolf
1
-0
/
+5
2023-11-20
platform/x86/intel/wmi: thunderbolt: Use bus-based WMI interface
Armin Wolf
1
-0
/
+1
2023-11-20
platform/x86: intel-wmi-sbl-fw-update: Use bus-based WMI interface
Armin Wolf
1
-0
/
+1
2023-11-20
platform/x86: wmi: Add wmidev_block_set()
Armin Wolf
1
-30
/
+34
2023-10-25
platform/x86: wmi: Decouple WMI device removal from wmi_block_list
Armin Wolf
1
-15
/
+14
2023-10-25
platform/x86: wmi: Fix opening of char device
Armin Wolf
1
-14
/
+6
2023-10-25
platform/x86: wmi: Fix probe failure when failing to register WMI devices
Armin Wolf
1
-8
/
+8
2023-10-25
platform/x86: wmi: Fix refcounting of WMI devices in legacy functions
Armin Wolf
1
-60
/
+107
2023-10-25
platform/x86: wmi: Decouple probe deferring from wmi_block_list
Armin Wolf
1
-13
/
+26
2023-07-10
platform/x86: wmi: Replace open coded guid_parse_and_compare()
Andy Shevchenko
1
-5
/
+1
2023-07-10
platform/x86: wmi: Break possible infinite loop when parsing GUID
Andy Shevchenko
1
-10
/
+12
2023-05-09
platform/x86: wmi: Allow retrieving the number of WMI object instances
Armin Wolf
1
-0
/
+41
2023-05-09
platform/x86: wmi: Mark GUID-based WMI interface as deprecated
Armin Wolf
1
-6
/
+6
2023-05-09
platform/x86: wmi: Add kernel doc comments
Armin Wolf
1
-9
/
+42
2023-03-07
platform/x86: wmi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...
Greg Kroah-Hartman
1
-9
/
+2
2022-11-16
platform/x86: dell: Add new dell-wmi-ddv driver
Armin Wolf
1
-0
/
+1
2022-09-19
platform/x86: wmi: Drop forward declaration of static functions
Uwe Kleine-König
1
-12
/
+9
2022-09-03
platform/x86: wmi: Allow duplicate GUIDs for drivers that use struct wmi_driver
Mario Limonciello
1
-9
/
+40
2022-04-13
platform/x86: wmi: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2021-12-07
platform/x86: wmi: Add no_notify_data flag to struct wmi_driver
Hans de Goede
1
-4
/
+6
2021-12-07
platform/x86: wmi: Fix driver->notify() vs ->probe() race
Hans de Goede
1
-1
/
+5
2021-12-07
platform/x86: wmi: Replace read_takes_no_args with a flags field
Hans de Goede
1
-4
/
+7
2021-10-22
platform/x86: wmi: change notification handler type
Mikalai Ramanovich
1
-3
/
+3
2021-09-14
platform/x86: wmi: more detailed error reporting in find_guid()
Barnabás Pőcze
1
-16
/
+27
2021-09-14
platform/x86: wmi: introduce helper to retrieve event data
Barnabás Pőcze
1
-22
/
+20
2021-09-14
platform/x86: wmi: introduce helper to determine type
Barnabás Pőcze
1
-11
/
+10
2021-09-14
platform/x86: wmi: introduce helper to generate method names
Barnabás Pőcze
1
-15
/
+27
2021-09-14
platform/x86: wmi: introduce helper to convert driver to WMI driver
Barnabás Pőcze
1
-12
/
+10
2021-09-14
platform/x86: wmi: simplify error handling logic
Barnabás Pőcze
1
-4
/
+3
2021-09-14
platform/x86: wmi: do not fail if disabling fails
Barnabás Pőcze
1
-1
/
+8
2021-09-14
platform/x86: wmi: improve debug messages
Barnabás Pőcze
1
-4
/
+4
2021-09-14
platform/x86: wmi: align arguments of functions
Barnabás Pőcze
1
-9
/
+10
2021-09-14
platform/x86: wmi: move variables
Barnabás Pőcze
1
-5
/
+4
2021-09-14
platform/x86: wmi: remove variable
Barnabás Pőcze
1
-4
/
+1
2021-09-14
platform/x86: wmi: use sizeof(*p) in allocation
Barnabás Pőcze
1
-1
/
+1
2021-09-14
platform/x86: wmi: use !p to check for NULL
Barnabás Pőcze
1
-2
/
+2
[next]