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
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
/
asus-wmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0
Jian-Hong Pan
1
-7
/
+1
2019-09-10
platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking API
Kristian Klausen
1
-49
/
+99
2019-09-09
platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOC
Kristian Klausen
1
-3
/
+3
2019-09-07
platform/x86: asus-wmi: Fix condition in charge_threshold_store()
Dan Carpenter
1
-1
/
+1
2019-08-16
platform/x86: asus-wmi: Remove unnecessary blank lines
Andy Shevchenko
1
-13
/
+1
2019-08-16
platform/x86: asus-wmi: Drop indentation level by inverting conditionals
Andy Shevchenko
1
-24
/
+19
2019-08-16
platform/x86: asus-wmi: Use clamp_val() instead of open coded variant
Andy Shevchenko
1
-6
/
+1
2019-08-16
platform/x86: asus-wmi: Replace sscanf() with kstrtoint()
Andy Shevchenko
1
-15
/
+10
2019-08-16
platform/x86: asus-wmi: Refactor charge_threshold_store()
Andy Shevchenko
1
-3
/
+5
2019-08-16
platform/x86: asus-wmi: Add support for charge threshold
Kristian Klausen
1
-0
/
+48
2019-07-30
platform/x86: asus-wmi: fix CPU fan control on recent products
Daniel Drake
1
-25
/
+100
2019-07-30
platform/x86: asus-wmi: add a helper for device presence
Daniel Drake
1
-20
/
+11
2019-07-30
platform/x86: asus-wmi: cleanup AGFN fan handling
Daniel Drake
1
-131
/
+107
2019-07-29
platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementation
Fuqian Huang
1
-2
/
+1
2019-07-17
platform/x86: asus: Rename "fan mode" to "fan boost mode"
Daniel Drake
1
-56
/
+62
2019-07-15
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
1
-127
/
+350
2019-07-03
platform/x86: asus-wmi: Use dev_get_drvdata()
Fuqian Huang
1
-2
/
+1
2019-06-17
platform/x86: asus-wmi: Do not disable keyboard backlight on unloading
Yurii Pavlovskyi
1
-0
/
+4
2019-06-17
platform/x86: asus-wmi: Switch fan boost mode
Yurii Pavlovskyi
1
-8
/
+143
2019-06-17
platform/x86: asus-wmi: Enhance detection of thermal data
Yurii Pavlovskyi
1
-2
/
+5
2019-06-17
platform/x86: asus-wmi: Organize code into sections
Yurii Pavlovskyi
1
-42
/
+47
2019-06-17
platform/x86: asus-wmi: Refactor error handling
Yurii Pavlovskyi
1
-5
/
+1
2019-06-17
platform/x86: asus-wmi: Support WMI event queue
Yurii Pavlovskyi
1
-5
/
+68
2019-06-17
platform/x86: asus-wmi: Refactor WMI event handling
Yurii Pavlovskyi
1
-24
/
+42
2019-06-17
platform/x86: asus-wmi: Improve DSTS WMI method ID detection
Yurii Pavlovskyi
1
-3
/
+20
2019-06-17
platform/x86: asus-wmi: Increase input buffer size of WMI methods
Yurii Pavlovskyi
1
-1
/
+9
2019-06-17
platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on load
Yurii Pavlovskyi
1
-2
/
+1
2019-06-17
platform/x86: asus-wmi: Fix hwmon device cleanup
Yurii Pavlovskyi
1
-3
/
+4
2019-06-17
platform/x86: asus-wmi: no need to check return value of debugfs_create funct...
Greg Kroah-Hartman
1
-36
/
+11
2019-06-12
platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...
Hans de Goede
1
-1
/
+1
2019-06-12
platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...
Hans de Goede
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-05-09
platform/x86: asus-wmi: Add fn-lock mode switch support
Chris Chiu
1
-0
/
+37
2019-02-23
platform/x86: asus-wmi: Allow loading on systems without the Asus Management ...
Hans de Goede
1
-7
/
+2
2018-11-07
platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey
João Paulo Rechi Vita
1
-1
/
+2
2018-11-01
Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
1
-100
/
+19
2018-10-31
platform/x86: asus-wmi: export function for evaluating WMI methods
Daniel Drake
1
-85
/
+3
2018-10-31
platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressed
Jian-Hong Pan
1
-5
/
+12
2018-10-19
platform/x86: asus-wmi: Simplify the keyboard brightness updating process
Jian-Hong Pan
1
-10
/
+4
2018-09-19
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
1
-17
/
+9
2018-09-19
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
1
-10
/
+0
2018-09-19
PCI: hotplug: Constify hotplug_slot_ops
Lukas Wunner
1
-2
/
+1
2018-08-23
Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
1
-4
/
+30
2018-07-24
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
1
-8
/
+4
2018-07-02
platform/x86: asus-wmi: Add keyboard backlight toggle support
Chris Chiu
1
-0
/
+8
2018-07-02
platform/x86: asus-wmi: Call led hw_changed API on kbd brightness change
Chris Chiu
1
-4
/
+22
2018-05-31
platform/x86: asus-wmi: Fix NULL pointer dereference
João Paulo Rechi Vita
1
-10
/
+13
2018-04-23
platform/x86: Simplify getting .drvdata
Wolfram Sang
1
-2
/
+1
2017-09-27
platform/x86: asus-wmi: Add lightbar led support
Maxime Bellengé
1
-0
/
+63
2017-08-13
platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0
Pali Rohár
1
-2
/
+2
[next]