summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/tm2-touchkey.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Input: Explicitly include correct DT includesRob Herring1-1/+0
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-17Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2022-12-08Input: tm2-touchkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-03Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2021-10-16Input: tm2-touchkey - allow changing keycodes from userspaceStephan Gerhold1-0/+4
2021-10-16Input: tm2-touchkey - report scan codesStephan Gerhold1-0/+3
2020-12-10Input: tm2-touchkey - add vddio regulatorStephan Gerhold1-1/+2
2020-03-07Input: tm2-touchkey - add support for Coreriver TC360 variantNick Reitemeyer1-0/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-08Input: tm2-touchkey - acknowledge that setting brightness is a blocking callDmitry Torokhov1-5/+5
2019-01-07Input: tm2-touchkey - add support for aries touchkey variantJonathan Bakker1-7/+46
2019-01-07Input: tm2-touchkey - allow specifying custom keycodesJonathan Bakker1-22/+27
2019-01-07Input: tm2-touchkey - correct initial brightnessJonathan Bakker1-1/+1
2019-01-07Input: tm2-touchkey - add support for midas touchkeySimon Shields1-5/+29
2017-06-02Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULLAndi Shyti1-1/+1
2017-01-23Input: keyboard - drop unnecessary calls to input_set_drvdataGuenter Roeck1-2/+0
2017-01-19Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee1-0/+286