summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: asus-wmi: Fix driver not binding when fan curve control probe f...Hans de Goede2022-04-271-3/+4
* platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method...Dan Carpenter2022-04-271-2/+6
* platform/x86: asus-wmi: Fix regression when probing for fan curve controlHans de Goede2022-02-051-1/+1
* platform/x86: asus-wmi: Reshuffle headers for better maintenanceAndy Shevchenko2021-12-211-14/+14
* platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basisAndy Shevchenko2021-12-211-2/+2
* platform/x86: asus-wmi: Join string literals backAndy Shevchenko2021-12-211-4/+2
* platform/x86: asus-wmi: remove unneeded semicolonYang Li2021-12-021-1/+1
* platform/x86: asus-wmi: Add support for custom fan curvesLuke D. Jones2021-11-161-5/+562
* platform/x86: asus-wmi: rename platform_profile_* function symbolsMario Limonciello2021-10-271-6/+6
* platform/x86: asus-wmi: Fix "unsigned 'retval' is never less than zero" smatc...Jiapeng Chong2021-08-261-3/+3
* platform/x86: asus-wmi: Delete impossible conditionDan Carpenter2021-08-261-3/+0
* asus-wmi: Add support for platform_profileLuke D. Jones2021-08-201-4/+126
* asus-wmi: Add egpu enable methodLuke D. Jones2021-08-121-0/+99
* asus-wmi: Add dgpu disable methodLuke D. Jones2021-08-121-0/+98
* asus-wmi: Add panel overdrive functionalityLuke D. Jones2021-08-121-0/+92
* platform/x86: asus-wmi: Add param to turn fn-lock mode on by defaultLuca Stefani2021-04-071-1/+4
* platform/x86: asus-wmi: Add userspace notification for performance mode changeVasiliy Kupriakov2020-11-241-0/+8
* platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360Samuel Čavoj2020-10-281-0/+40
* platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...Hans de Goede2020-10-061-7/+9
* platform/x86: asus-wmi: Add BATC battery name to the list of supportedMarius Iacob2020-09-241-0/+1
* platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov2020-07-151-0/+1
* platform/x86: asus_wmi: Reserve more space for struct bias_argsChris Chiu2020-06-011-0/+2
* platform/x86: asus-wmi: Add support for SW_TABLET_MODEHans de Goede2020-05-121-2/+22
* platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the fileHans de Goede2020-05-121-39/+39
* platform/x86: asus_wmi: remove redundant initialization of variable statusColin Ian King2020-05-121-1/+1
* platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()Andy Shevchenko2020-05-071-8/+5
* platform/x86: asus_wmi: Fix return value of fan_boost_mode_storeLeonid Maksymchuk2020-03-201-1/+1
* platform/x86: asus-wmi: Support laptops where the first battery is named BATTKristian Klausen2020-03-201-1/+4
* platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-4/+3
* platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0Jian-Hong Pan2020-01-131-7/+1
* platform/x86: asus_wmi: Set throttle thermal policy to defaultLeonid Maksymchuk2020-01-101-0/+11
* platform/x86: asus_wmi: Support throttle thermal policyLeonid Maksymchuk2020-01-101-0/+113
* platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIKristian Klausen2019-09-101-49/+99
* platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCKristian Klausen2019-09-091-3/+3
* platform/x86: asus-wmi: Fix condition in charge_threshold_store()Dan Carpenter2019-09-071-1/+1
* platform/x86: asus-wmi: Remove unnecessary blank linesAndy Shevchenko2019-08-161-13/+1
* platform/x86: asus-wmi: Drop indentation level by inverting conditionalsAndy Shevchenko2019-08-161-24/+19
* platform/x86: asus-wmi: Use clamp_val() instead of open coded variantAndy Shevchenko2019-08-161-6/+1
* platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko2019-08-161-15/+10
* platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko2019-08-161-3/+5
* platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen2019-08-161-0/+48
* platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake2019-07-301-25/+100
* platform/x86: asus-wmi: add a helper for device presenceDaniel Drake2019-07-301-20/+11
* platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake2019-07-301-131/+107
* platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-291-2/+1
* platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake2019-07-171-56/+62
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-127/+350
|\
| * platform/x86: asus-wmi: Use dev_get_drvdata()Fuqian Huang2019-07-031-2/+1
| * platform/x86: asus-wmi: Do not disable keyboard backlight on unloadingYurii Pavlovskyi2019-06-171-0/+4
| * platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi2019-06-171-8/+143