aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/huawei-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-08platform/x86: huawei-wmi: check the return value of device_create_file()Jia-Ju Bai1-3/+10
2019-10-21platform/x86: huawei-wmi: Remove unnecessary battery mutexAyman Bagabas1-2/+0
2019-10-21platform/x86: huawei-wmi: No need to check for battery nameAyman Bagabas1-4/+0
2019-10-21platform/x86: huawei-wmi: Stricter battery thresholds setAyman Bagabas1-1/+1
2019-10-15platform/x86: huawei-wmi: Fix a precision vs width printf bugDan Carpenter1-1/+1
2019-10-15platform/x86: huawei-wmi: Avoid use of global variable when possibleAndy Shevchenko1-11/+15
2019-10-15platform/x86: huawei-wmi: No need to keep pointer to platform deviceAndy Shevchenko1-9/+11
2019-10-15platform/x86: huawei-wmi: Don't leak memory on the exitAndy Shevchenko1-0/+2
2019-10-15platform/x86: huawei-wmi: huawei_wmi can be statickbuild test robot1-1/+1
2019-10-15platform/x86: huawei-wmi: Add debugfs supportAyman Bagabas1-0/+97
2019-10-15platform/x86: huawei-wmi: Add fn-lock supportAyman Bagabas1-0/+85
2019-10-15platform/x86: huawei-wmi: Add battery charging thresholdsAyman Bagabas1-0/+212
2019-10-15platform/x86: huawei-wmi: Implement huawei wmi managementAyman Bagabas1-37/+180
2019-10-15platform/x86: huawei-wmi: Add quirks and module parametersAyman Bagabas1-0/+73
2019-10-15platform/x86: huawei-wmi: Move to platform driverAyman Bagabas1-73/+153
2019-06-17platform/x86: wmi: add context argument to the probe functionMattias Jacobsson1-1/+1
2019-03-07platform/x86: huawei-wmi: use MODULE_DEVICE_TABLE() instead of MODULE_ALIAS()Mattias Jacobsson1-2/+1
2018-12-13platform/x86: add support for Huawei WMI hotkeysAyman Bagabas1-0/+208