aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input/touchscreen/tsc2007_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Input: tsc2007 - accept standard propertiesAndreas Kemnade1-3/+2
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-02Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara1-15/+2
2022-12-02Input: tsc2007_core - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2021-03-15Input: tsc2007 - make use of device propertiesAndy Shevchenko1-32/+17
2021-03-15Input: tsc2007 - convert to GPIO descriptorsAndy Shevchenko1-7/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-05-22Input: tsc2007 - move header file out of I2C realmWolfram Sang1-1/+1
2017-02-22Input: tsc2007 - correctly report pressure and not resistance to user spaceH. Nikolaus Schaller1-0/+2
2017-02-22Input: tsc2007 - rename function tsc2007_calculate_pressureH. Nikolaus Schaller1-4/+4
2017-02-22Input: tsc2007 - switch to using input_set_capability()Dmitry Torokhov1-2/+1
2017-02-17Input: tsc2007 - add iio interface to read external ADC input and temperatureH. Nikolaus Schaller1-0/+457