summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/resistive-adc-touch.c
Commit message (Expand)AuthorAgeFilesLines
* Input: resistive-adc-touch - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
* Input: resistive-adc-touch - fix division by zero error on z1 == 0Oleksij Rempel2021-10-151-13/+16
* Input: resistive-adc-touch - fix uninitialized variable 'press'Colin Ian King2021-06-051-3/+1
* Input: resistive-adc-touch - rework mapping of channelsDmitry Torokhov2021-06-011-63/+51
* Input: resistive-adc-touch - replace OF headers with proper onesAndy Shevchenko2021-05-311-3/+3
* Input: resistive-adc-touch - describe parameters in kernel docAndy Shevchenko2021-05-311-1/+3
* Input: resistive-adc-touch - add support for z1 and z2 channelsOleksij Rempel2021-05-251-14/+126
* Input: resistive-adc-touch - struct headers should start with 'struct <name>'Lee Jones2020-11-081-1/+1
* input: touchscreen: resistive-adc-touch: add generic resistive ADC touchscreenEugen Hristev2018-06-101-0/+204