summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-25/+1160
2024-03-16Merge branch 'next' into for-linusDmitry Torokhov8-25/+1160
2024-03-11Input: imagis - add touch key supportDuje Mihanović1-1/+29
2024-03-11Input: imagis - use FIELD_GET where applicableDuje Mihanović1-11/+7
2024-03-04input/touchscreen: imagis: add support for IST3032CKarel Balej1-0/+10
2024-03-04input/touchscreen: imagis: Add support for Imagis IST3038BMarkuss Broks1-11/+47
2024-03-04input/touchscreen: imagis: Correct the maximum touch area valueMarkuss Broks1-1/+1
2024-02-09Input: ti_am335x_tsc - remove redundant assignment to variable configColin Ian King1-1/+0
2024-02-02Merge tag 'input-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-01-31Input: goodix-berlin - add SPI support for Goodix Berlin Touchscreen ICNeil Armstrong3-0/+193
2024-01-31Input: goodix-berlin - add I2C support for Goodix Berlin Touchscreen ICNeil Armstrong3-0/+90
2024-01-31Input: add core support for Goodix Berlin Touchscreen ICNeil Armstrong4-0/+783
2024-01-19Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0Hans de Goede1-1/+2
2024-01-19Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-69/+62
2024-01-14Merge branch 'next' into for-linusDmitry Torokhov11-69/+62
2023-12-24Input: zforce_ts - accept standard touchscreen propertiesAndreas Kemnade1-18/+16
2023-12-14Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen10-51/+46
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2-2/+2
2023-11-23media: touchscreen: sur40: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-2/+3
2023-11-07Merge branch 'next' into for-linusDmitry Torokhov34-302/+150
2023-10-28Input: cyttsp5 - add handling for vddio regulatorLin, Meng-Bo1-7/+12
2023-10-04Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede1-0/+19
2023-09-24Input: wm97xx-core - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: wm831x-ts - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: ti_am335x_tsc - convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-24Input: sun4i-ts - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: stmpe-ts - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: pcap_ts - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: mc13783_ts - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: mainstone-wm97xx - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: da9052_tsi - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-07Input: wdt87xx_i2c - use device core to create driver-specific device attributesDmitry Torokhov1-12/+4
2023-09-07Input: tsc2004/5 - use device core to create driver-specific device attributesDmitry Torokhov4-17/+16
2023-09-07Input: stmfts - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-09-07Input: s6sy761 - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-09-07Input: rohm_bu21023 - use device core to create driver-specific device attrib...Dmitry Torokhov1-10/+2
2023-09-07Input: raydium_i2c_ts - use device core to create driver-specific device attr...Dmitry Torokhov1-13/+3
2023-09-07Input: melfas-mip4 - use device core to create driver-specific device attributesDmitry Torokhov1-11/+2
2023-09-07Input: iqs5xx - use device core to create driver-specific device attributesDmitry Torokhov1-7/+3
2023-09-07Input: ilitek_ts_i2c - use device core to create driver-specific device attri...Dmitry Torokhov1-10/+2
2023-09-07Input: ili210x - use device core to create driver-specific device attributesDmitry Torokhov1-10/+5
2023-09-07Input: hycon-hy46xx - use device core to create driver-specific device attrib...Dmitry Torokhov1-8/+2
2023-09-07Input: hideep - use device core to create driver-specific device attributesDmitry Torokhov1-12/+3
2023-09-07Input: exc3000 - use device core to create driver-specific device attributesDmitry Torokhov1-9/+3
2023-09-07Input: elants_i2c - use device core to create driver-specific device attributesDmitry Torokhov1-12/+3
2023-09-07Input: edt-ft5x06 - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-09-07Input: ads7846 - use device core to create driver-specific device attributesDmitry Torokhov1-12/+6
2023-09-07Input: ad7879 - use device core to create driver-specific device attributesDmitry Torokhov4-10/+17
2023-09-07Input: ad7877 - use device core to create driver-specific device attributesDmitry Torokhov1-7/+5
2023-09-06Merge tag 'v6.5' into nextDmitry Torokhov2-77/+39