summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ektf2127.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2023-07-08Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10input: ektf2127 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-03Input: ektf2127 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2020-11-09Input: ektf2127 - add support for eKTF2132 touchscreenJonathan Neuschäfer1-1/+31
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-21Input: touchscreen - fix coding style issueHardik Singh Rathore1-1/+1
2016-10-04Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2016-09-27Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij1-0/+336