summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/huawei-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: remove obsolete calls to ledtrig_audio_getHeiner Kallweit2024-01-241-1/+0
* platform/x86: huawei-wmi: Silence ambient light sensorKonstantin Shelekhin2023-07-251-0/+2
* platform/x86: huawei-wmi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-071-4/+2
* platform/x86: huawei-wmi: remove unnecessary memberBarnabás Pőcze2022-11-161-17/+12
* platform/x86: huawei-wmi: fix return value calculationBarnabás Pőcze2022-11-161-4/+16
* platform/x86: huawei-wmi: do not hard-code sizesBarnabás Pőcze2022-11-161-2/+2
* ACPI: battery: Pass battery hook pointer to hook callbacksArmin Wolf2022-11-161-2/+2
* platform/x86: use PLATFORM_DEVID_NONE instead of -1Barnabás Pőcze2022-10-031-1/+1
* platform/x86: huawei-wmi: check the return value of device_create_file()Jia-Ju Bai2022-03-081-3/+10
* platform/x86: huawei-wmi: Remove unnecessary battery mutexAyman Bagabas2019-10-211-2/+0
* platform/x86: huawei-wmi: No need to check for battery nameAyman Bagabas2019-10-211-4/+0
* platform/x86: huawei-wmi: Stricter battery thresholds setAyman Bagabas2019-10-211-1/+1
* platform/x86: huawei-wmi: Fix a precision vs width printf bugDan Carpenter2019-10-151-1/+1
* platform/x86: huawei-wmi: Avoid use of global variable when possibleAndy Shevchenko2019-10-151-11/+15
* platform/x86: huawei-wmi: No need to keep pointer to platform deviceAndy Shevchenko2019-10-151-9/+11
* platform/x86: huawei-wmi: Don't leak memory on the exitAndy Shevchenko2019-10-151-0/+2
* platform/x86: huawei-wmi: huawei_wmi can be statickbuild test robot2019-10-151-1/+1
* platform/x86: huawei-wmi: Add debugfs supportAyman Bagabas2019-10-151-0/+97
* platform/x86: huawei-wmi: Add fn-lock supportAyman Bagabas2019-10-151-0/+85
* platform/x86: huawei-wmi: Add battery charging thresholdsAyman Bagabas2019-10-151-0/+212
* platform/x86: huawei-wmi: Implement huawei wmi managementAyman Bagabas2019-10-151-37/+180
* platform/x86: huawei-wmi: Add quirks and module parametersAyman Bagabas2019-10-151-0/+73
* platform/x86: huawei-wmi: Move to platform driverAyman Bagabas2019-10-151-73/+153
* platform/x86: wmi: add context argument to the probe functionMattias Jacobsson2019-06-171-1/+1
* platform/x86: huawei-wmi: use MODULE_DEVICE_TABLE() instead of MODULE_ALIAS()Mattias Jacobsson2019-03-071-2/+1
* platform/x86: add support for Huawei WMI hotkeysAyman Bagabas2018-12-131-0/+208