summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2007_core.c
Commit message (Expand)AuthorAgeFilesLines
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-131-1/+1
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara2023-04-021-15/+2
* Input: tsc2007_core - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: tsc2007 - make use of device propertiesAndy Shevchenko2021-03-151-32/+17
* Input: tsc2007 - convert to GPIO descriptorsAndy Shevchenko2021-03-151-7/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: tsc2007 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
* Input: tsc2007 - correctly report pressure and not resistance to user spaceH. Nikolaus Schaller2017-02-221-0/+2
* Input: tsc2007 - rename function tsc2007_calculate_pressureH. Nikolaus Schaller2017-02-221-4/+4
* Input: tsc2007 - switch to using input_set_capability()Dmitry Torokhov2017-02-221-2/+1
* Input: tsc2007 - add iio interface to read external ADC input and temperatureH. Nikolaus Schaller2017-02-171-0/+457