summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-301-8/+1
| |\
| | * Input: ads7846 - fix pointer cast warningArnd Bergmann2023-06-091-1/+1
| | * Input: ads7846 - Fix usage of match dataLinus Walleij2023-06-071-8/+1
| * | Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2953-71/+239
| |\ \
| | * \ Merge branch 'next' into for-linusDmitry Torokhov2023-06-2753-71/+239
| | |\ \
| * | \ \ Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-72/+41
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Input: ads7846 - Convert to use software nodesLinus Walleij2023-05-241-72/+41
| * | | | Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-1/+1
| |\ \ \ \
| | * | | | docs: update some straggling Documentation/arm referencesJonathan Corbet2023-06-161-1/+1
| | |/ / /
* | | | | Input: mms114 - add support for touch keysArtur Weber2023-07-191-7/+81
* | | | | Input: Explicitly include correct DT includesRob Herring2023-07-176-6/+4
* | | | | Merge tag 'v6.4' into nextDmitry Torokhov2023-07-174-7/+17
|\| | | |
| * | | | Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-071-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Input: cyttsp5 - fix array lengthMaximilian Weigand2023-05-021-1/+1
| * | | Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-05-0211-278/+609
| |\| |
| | * | Merge branch 'next' into for-linusDmitry Torokhov2023-05-0215-1475/+609
| | |\ \
| * | \ \ Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-261-1/+1
| |\ \ \ \
| | * \ \ \ Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki2023-04-141-1/+1
| | |\ \ \ \
| | | * | | | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| * | | | | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-261-2/+3
| |\ \ \ \ \ \
| | * | | | | | gpiolib: remove gpio_set_debounce()Arnd Bergmann2023-03-061-2/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-231-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | Input: cyttsp5 - fix sensing configuration data structurehrdl2023-04-141-0/+1
| * | | | | Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-011-3/+11
| |\| | | | | | |/ / / | |/| | |
| | * | | Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede2023-03-171-3/+11
* | | | | Input: iqs7211 - point to match data directlyJeff LaBundy2023-07-131-19/+7
* | | | | Input: add support for Azoteq IQS7210A/7211A/EJeff LaBundy2023-07-123-0/+2580
* | | | | Input: lpc32xx_ts - convert to use devm_* apiYangtao Li2023-07-111-76/+22
* | | | | Input: novatek-nvt-ts - add touchscreen model number to descriptionHans de Goede2023-07-102-7/+5
* | | | | Input: novatek-nvt-ts - fix input_register_device() failure error messageHans de Goede2023-07-101-1/+1
* | | | | Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski2023-07-081-20/+15