summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/ideapad-laptop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: ideapad-laptop: add "always on USB charging" control supportBarnabás Pőcze2021-02-041-9/+56
* platform/x86: ideapad-laptop: add keyboard backlight control supportBarnabás Pőcze2021-02-041-1/+132
* platform/x86: ideapad-laptop: send notification about touchpad state change t...Barnabás Pőcze2021-02-041-0/+1
* platform/x86: ideapad-laptop: fix checkpatch warnings, more consistent styleBarnabás Pőcze2021-02-041-198/+256
* Revert "platform/x86: ideapad-laptop: Switch touchpad attribute to be RO"Barnabás Pőcze2021-02-041-5/+4
* platform/x86: ideapad-laptop: change 'cfg' debugfs file formatBarnabás Pőcze2021-02-041-15/+18
* platform/x86: ideapad-laptop: change 'status' debugfs file formatBarnabás Pőcze2021-02-041-22/+15
* platform/x86: ideapad-laptop: check for touchpad support in _CFGBarnabás Pőcze2021-02-041-5/+9
* platform/x86: ideapad-laptop: check for Fn-lock support in HALSBarnabás Pőcze2021-02-041-3/+9
* platform/x86: ideapad-laptop: rework is_visible() logicBarnabás Pőcze2021-02-041-25/+55
* platform/x86: ideapad-laptop: rework and create new ACPI helpersBarnabás Pőcze2021-02-041-95/+77
* platform/x86: ideapad-laptop: group and separate (un)related constants into e...Barnabás Pőcze2021-02-041-27/+37
* platform/x86: ideapad-laptop: misc. device attribute changesBarnabás Pőcze2021-02-041-15/+15
* platform/x86: ideapad-laptop: always propagate error codes from device attrib...Barnabás Pőcze2021-02-041-9/+17
* platform/x86: ideapad-laptop: convert ACPI helpers to return -EIO in case of ...Barnabás Pőcze2021-02-041-46/+62
* platform/x86: ideapad-laptop: use dev_{err,warn} or appropriate variant to di...Barnabás Pőcze2021-02-041-9/+17
* platform/x86: ideapad-laptop: use msecs_to_jiffies() helper instead of hand-c...Barnabás Pőcze2021-02-041-4/+7
* platform/x86: ideapad-laptop: use for_each_set_bit() helper to simplify event...Barnabás Pőcze2021-02-041-55/+53
* platform/x86: ideapad-laptop: use kobj_to_dev()Barnabás Pőcze2021-02-041-1/+1
* platform/x86: ideapad-laptop: use device_{add,remove}_groupBarnabás Pőcze2021-02-041-4/+4
* platform/x86: ideapad-laptop: use sysfs_emit()Barnabás Pőcze2021-02-041-10/+11
* platform/x86: ideapad-laptop: add missing call to submodule destructorBarnabás Pőcze2021-02-041-0/+1
* platform/x86: ideapad-laptop: sort includes lexicographicallyBarnabás Pőcze2021-02-041-12/+13
* platform/x86: ideapad-laptop: use appropriately typed variable to store the r...Barnabás Pőcze2021-02-041-7/+13
* platform/x86: ideapad-laptop: remove unnecessary NULL checksBarnabás Pőcze2021-02-041-47/+31
* platform/x86: ideapad-laptop: remove unnecessary dev_set_drvdata() callBarnabás Pőcze2021-02-041-1/+0
* platform/x86: ideapad-laptop: DYTC Platform profile supportJiaxun Yang2021-02-021-0/+289
* platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634Jiaxun Yang2021-01-131-1/+14
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-29/+7
|\
| * platform/x86: ideapad-laptop: no need to check return value of debugfs_create...Greg Kroah-Hartman2019-06-171-29/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-15/+1
|/
* platform/x86: ideapad-laptop: Remove no_hw_rfkill_listHans de Goede2019-05-081-306/+15
* platform/x86: ideapad-laptop: Add S130-14IGM to no_hw_rfkill listFelix Eckhofer2019-03-071-0/+7
* platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill listKai-Heng Feng2019-03-051-0/+7
* platform/x86: ideapad-laptop: Add Yoga C930 to no_hw_rfkill_listHugo Trovao2019-03-051-0/+7
* platform/x86: ideapad-laptop: Add Y530-I5ICH-1060 to no_hw_rfkill listMark Levedahl2019-02-231-0/+7
* platform/x86: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER R720-1...Yang Fan2019-02-231-1/+1
* platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkillAnthony Wong2019-02-051-0/+7
* platform/x86: ideapad-laptop: Add Yoga 2 13 to no_hw_rfkill listLoic WEI YU NENG2018-11-271-0/+7
* platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkillMisha Komarovskiy2018-10-311-0/+7
* platform/x86: ideapad-laptop: Use __func__ instead of read_ec_cmd in pr_errZhang Xianwei2018-09-271-1/+1
* platform/x86: ideapad: Add Y520-15IKBM and Y720-15IKBM to no_hw_rfkillIke Panhc2018-08-151-0/+14
* platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, tooTakashi Iwai2018-06-271-2/+2
* platform/x86: ideapad-laptop: Add E42-80 to no_hw_rfkilldylanchu2018-06-011-0/+7
* platform/x86: ideapad-laptop: Add fn-lock settingOleg Keri2018-05-221-3/+49
* platform/x86: ideapad-laptop: Add MIIX 720-12IKB to no_hw_rfkillTakashi Iwai2018-05-221-0/+7
* platform/x86: ideapad-laptop: Increase timeout to wait for EC answerAaron Ma2018-02-151-1/+1
* platform/x86: ideapad-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-071-26/+2
* platform/x86: ideapad-laptop: Add Y720-15IKB to no_hw_rfkillOlle Liljenzin2018-01-081-0/+7
* platform/x86: ideapad-laptop: add lenovo RESCUER R720-15IKBN to no_hw_rfkill_...Jiaxun Yang2017-12-121-0/+7