index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
asus-wmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-15
platform/x86: asus-wmi: allow BAT1 battery name
Vasiliy Kupriakov
1
-0
/
+1
2020-06-01
platform/x86: asus_wmi: Reserve more space for struct bias_args
Chris Chiu
1
-0
/
+2
2020-05-12
platform/x86: asus-wmi: Add support for SW_TABLET_MODE
Hans de Goede
1
-2
/
+22
2020-05-12
platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the file
Hans de Goede
1
-39
/
+39
2020-05-12
platform/x86: asus_wmi: remove redundant initialization of variable status
Colin Ian King
1
-1
/
+1
2020-05-07
platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-8
/
+5
2020-03-20
platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
Leonid Maksymchuk
1
-1
/
+1
2020-03-20
platform/x86: asus-wmi: Support laptops where the first battery is named BATT
Kristian Klausen
1
-1
/
+4
2020-01-31
platform/x86: asus-wmi: switch to use <linux/units.h> helpers
Akinobu Mita
1
-4
/
+3
2020-01-13
platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0
Jian-Hong Pan
1
-7
/
+1
2020-01-10
platform/x86: asus_wmi: Set throttle thermal policy to default
Leonid Maksymchuk
1
-0
/
+11
2020-01-10
platform/x86: asus_wmi: Support throttle thermal policy
Leonid Maksymchuk
1
-0
/
+113
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-14
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
[next]