summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tm2-touchkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-141-2/+2
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+0
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: tm2-touchkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-5/+5
* Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: tm2-touchkey - allow changing keycodes from userspaceStephan Gerhold2021-10-161-0/+4
* Input: tm2-touchkey - report scan codesStephan Gerhold2021-10-161-0/+3
* Input: tm2-touchkey - add vddio regulatorStephan Gerhold2020-12-101-1/+2
* Input: tm2-touchkey - add support for Coreriver TC360 variantNick Reitemeyer2020-03-061-0/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: tm2-touchkey - acknowledge that setting brightness is a blocking callDmitry Torokhov2019-02-081-5/+5
* Input: tm2-touchkey - add support for aries touchkey variantJonathan Bakker2019-01-071-7/+46
* Input: tm2-touchkey - allow specifying custom keycodesJonathan Bakker2019-01-071-22/+27
* Input: tm2-touchkey - correct initial brightnessJonathan Bakker2019-01-071-1/+1
* Input: tm2-touchkey - add support for midas touchkeySimon Shields2019-01-071-5/+29
* Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULLAndi Shyti2017-06-021-1/+1
* Input: keyboard - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-231-2/+0
* Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee2017-01-181-0/+286