summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-178-25/+1160
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2024-03-158-25/+1160
| |\
| | * Input: imagis - add touch key supportDuje Mihanović2024-03-101-1/+29
| | * Input: imagis - use FIELD_GET where applicableDuje Mihanović2024-03-101-11/+7
| | * input/touchscreen: imagis: add support for IST3032CKarel Balej2024-03-031-0/+10
| | * input/touchscreen: imagis: Add support for Imagis IST3038BMarkuss Broks2024-03-031-11/+47
| | * input/touchscreen: imagis: Correct the maximum touch area valueMarkuss Broks2024-03-031-1/+1
| | * Input: ti_am335x_tsc - remove redundant assignment to variable configColin Ian King2024-02-091-1/+0
| | * Input: goodix-berlin - add SPI support for Goodix Berlin Touchscreen ICNeil Armstrong2024-01-303-0/+193
| | * Input: goodix-berlin - add I2C support for Goodix Berlin Touchscreen ICNeil Armstrong2024-01-303-0/+90
| | * Input: add core support for Goodix Berlin Touchscreen ICNeil Armstrong2024-01-304-0/+783
* | | Merge tag 'input-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-021-1/+2
|\| |
| * | Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0Hans de Goede2024-01-191-1/+2
* | | Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-1811-69/+62
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2024-01-1311-69/+62
| |\|
| | * Input: zforce_ts - accept standard touchscreen propertiesAndreas Kemnade2023-12-241-18/+16
| | * Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-1310-51/+46
* | | media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-132-2/+2
* | | media: touchscreen: sur40: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
|/ /
* | Merge branch 'next' into for-linusDmitry Torokhov2023-11-0634-302/+150
|\|
| * Input: cyttsp5 - add handling for vddio regulatorLin, Meng-Bo2023-10-271-7/+12
| * Input: wm97xx-core - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: wm831x-ts - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: ti_am335x_tsc - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-3/+2
| * Input: sun4i-ts - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: stmpe-ts - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: pcap_ts - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: mc13783_ts - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: mainstone-wm97xx - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: da9052_tsi - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * Input: wdt87xx_i2c - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+4
| * Input: tsc2004/5 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-064-17/+16
| * Input: stmfts - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| * Input: s6sy761 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| * Input: rohm_bu21023 - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-10/+2
| * Input: raydium_i2c_ts - use device core to create driver-specific device attr...Dmitry Torokhov2023-09-061-13/+3
| * Input: melfas-mip4 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-11/+2
| * Input: iqs5xx - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-7/+3
| * Input: ilitek_ts_i2c - use device core to create driver-specific device attri...Dmitry Torokhov2023-09-061-10/+2
| * Input: ili210x - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-10/+5
| * Input: hycon-hy46xx - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-8/+2
| * Input: hideep - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+3
| * Input: exc3000 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-9/+3
| * Input: elants_i2c - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+3
| * Input: edt-ft5x06 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| * Input: ads7846 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+6
| * Input: ad7879 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-064-10/+17
| * Input: ad7877 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-7/+5
| * Merge tag 'v6.5' into nextDmitry Torokhov2023-09-052-77/+39
| |\
| | * Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-06-291-8/+1
| | |\