aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-12platform/x86: asus-wmi: Update unknown code messageLuca Stefani1-1/+1
2022-04-27platform/x86: asus-wmi: Use kobj_to_dev()Minghao Chi1-1/+1
2022-04-27platform/x86: asus-wmi: Fix driver not binding when fan curve control probe failsHans de Goede1-3/+4
2022-04-27platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf()Dan Carpenter1-2/+6
2022-02-05platform/x86: asus-wmi: Fix regression when probing for fan curve controlHans de Goede1-1/+1
2021-12-21platform/x86: asus-wmi: Reshuffle headers for better maintenanceAndy Shevchenko1-14/+14
2021-12-21platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basisAndy Shevchenko1-2/+2
2021-12-21platform/x86: asus-wmi: Join string literals backAndy Shevchenko1-4/+2
2021-12-02platform/x86: asus-wmi: remove unneeded semicolonYang Li1-1/+1
2021-11-16platform/x86: asus-wmi: Add support for custom fan curvesLuke D. Jones1-5/+562
2021-10-27platform/x86: asus-wmi: rename platform_profile_* function symbolsMario Limonciello1-6/+6
2021-08-26platform/x86: asus-wmi: Fix "unsigned 'retval' is never less than zero" smatch warningJiapeng Chong1-3/+3
2021-08-26platform/x86: asus-wmi: Delete impossible conditionDan Carpenter1-3/+0
2021-08-20asus-wmi: Add support for platform_profileLuke D. Jones1-4/+126
2021-08-12asus-wmi: Add egpu enable methodLuke D. Jones1-0/+99
2021-08-12asus-wmi: Add dgpu disable methodLuke D. Jones1-0/+98
2021-08-12asus-wmi: Add panel overdrive functionalityLuke D. Jones1-0/+92
2021-04-07platform/x86: asus-wmi: Add param to turn fn-lock mode on by defaultLuca Stefani1-1/+4
2020-11-24platform/x86: asus-wmi: Add userspace notification for performance mode changeVasiliy Kupriakov1-0/+8
2020-10-28platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360Samuel Čavoj1-0/+40
2020-10-06platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many different modelsHans de Goede1-7/+9
2020-09-24platform/x86: asus-wmi: Add BATC battery name to the list of supportedMarius Iacob1-0/+1
2020-07-15platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov1-0/+1
2020-06-01platform/x86: asus_wmi: Reserve more space for struct bias_argsChris Chiu1-0/+2
2020-05-12platform/x86: asus-wmi: Add support for SW_TABLET_MODEHans de Goede1-2/+22
2020-05-12platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the fileHans de Goede1-39/+39
2020-05-12platform/x86: asus_wmi: remove redundant initialization of variable statusColin Ian King1-1/+1
2020-05-07platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()Andy Shevchenko1-8/+5
2020-03-20platform/x86: asus_wmi: Fix return value of fan_boost_mode_storeLeonid Maksymchuk1-1/+1
2020-03-20platform/x86: asus-wmi: Support laptops where the first battery is named BATTKristian Klausen1-1/+4
2020-01-31platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita1-4/+3
2020-01-13platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0Jian-Hong Pan1-7/+1
2020-01-10platform/x86: asus_wmi: Set throttle thermal policy to defaultLeonid Maksymchuk1-0/+11
2020-01-10platform/x86: asus_wmi: Support throttle thermal policyLeonid Maksymchuk1-0/+113
2019-09-10platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIKristian Klausen1-49/+99
2019-09-09platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCKristian Klausen1-3/+3
2019-09-07platform/x86: asus-wmi: Fix condition in charge_threshold_store()Dan Carpenter1-1/+1
2019-08-16platform/x86: asus-wmi: Remove unnecessary blank linesAndy Shevchenko1-13/+1
2019-08-16platform/x86: asus-wmi: Drop indentation level by inverting conditionalsAndy Shevchenko1-24/+19
2019-08-16platform/x86: asus-wmi: Use clamp_val() instead of open coded variantAndy Shevchenko1-6/+1
2019-08-16platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko1-15/+10
2019-08-16platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko1-3/+5
2019-08-16platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen1-0/+48
2019-07-30platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake1-25/+100
2019-07-30platform/x86: asus-wmi: add a helper for device presenceDaniel Drake1-20/+11
2019-07-30platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake1-131/+107
2019-07-29platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake1-56/+62
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-127/+350
2019-07-03platform/x86: asus-wmi: Use dev_get_drvdata()Fuqian Huang1-2/+1