mirror-linux/drivers/input/touchscreen
Linus Torvalds 348e77b814 Input updates for v7.0-rc0
- support for FocalTech FT8112 added to i2c-hid driver
 
 - support for FocalTech FT3518 added to edt-ft5x06 driver
 
 - support for power buttons in TWL603x chips added to twl4030-pwrbutton
   driver
 
 - an update to gpio-decoder driver to make it usable on non-OF
   platforms and to clean up the code
 
 - an update to synaptics_i2c driver switching it to use managed
   resources and a fix to restarting polling after resume
 
 - an update to gpio-keys driver to fall back to getting IRQ from
   resources if not specified using other means
 
 - an update to ili210x driver to support polling mode
 
 - a number of input drivers switched to scnprintf() to suppress
   truncation warnings
 
 - a number of updates and conversions of device tree bindings to yaml
   format
 
 - fixes to spelling in comments and messages in several drivers
 
 - other assorted fixups.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQST2eWILY88ieB2DOtAj56VGEWXnAUCaZDuRwAKCRBAj56VGEWX
 nMDgAQDru/JJP8OzAOzkBVBKv4gq2/Sgcd9gnIWdbLmOgk/vyQD9FkurIYZeiPOJ
 8F/q0bhQPh72TlWF5mmD9A8PB48BFgs=
 =0l6r
 -----END PGP SIGNATURE-----

Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input updates from Dmitry Torokhov:

 - support for FocalTech FT8112 added to i2c-hid driver

 - support for FocalTech FT3518 added to edt-ft5x06 driver

 - support for power buttons in TWL603x chips added to twl4030-pwrbutton
   driver

 - an update to gpio-decoder driver to make it usable on non-OF
   platforms and to clean up the code

 - an update to synaptics_i2c driver switching it to use managed
   resources and a fix to restarting polling after resume

 - an update to gpio-keys driver to fall back to getting IRQ from
   resources if not specified using other means

 - an update to ili210x driver to support polling mode

 - a number of input drivers switched to scnprintf() to suppress
   truncation warnings

 - a number of updates and conversions of device tree bindings to yaml
   format

 - fixes to spelling in comments and messages in several drivers

 - other assorted fixups

* tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (57 commits)
  dt-bindings: input: qcom,pm8941-pwrkey: Document PMM8654AU
  dt-bindings: input: touchscreen: imagis: allow linux,keycodes for ist3038
  Input: apbps2 - fix comment style and typos
  Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keys
  Input: novatek-nvt-ts - drop wake_type check
  dt-bindings: input: touchscreen: tsc2007: document '#io-channel-cells'
  Input: ili210x - add support for polling mode
  dt-bindings: touchscreen: trivial-touch: Drop 'interrupts' requirement for old Ilitek
  Input: appletouch - fix potential race between resume and open
  HID: i2c-hid: Add FocalTech FT8112
  dt-bindings: input: i2c-hid: Introduce FocalTech FT8112
  Input: synaptics_i2c - switch to using managed resources
  Input: synaptics_i2c - guard polling restart in resume
  Input: gpio_decoder - don't use "proxy" headers
  Input: gpio_decoder - make use of the macros from bits.h
  Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep()
  Input: gpio_decoder - unify messages with help of dev_err_probe()
  Input: gpio_decoder - make use of device properties
  Input: serio - complete sizeof(*pointer) conversions
  Input: wdt87xx_i2c - switch to use dev_err_probe()
  ...
2026-02-15 08:24:19 -08:00
..
88pm860x-ts.c Input: 88pm860x - use cleanup facility for device_node 2024-10-19 21:21:41 -07:00
Kconfig Input: add driver for Hynitron CST816x series 2025-09-24 22:36:50 -07:00
Makefile Input: add driver for Hynitron CST816x series 2025-09-24 22:36:50 -07:00
ad7877.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
ad7879-i2c.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
ad7879-spi.c Input: ad7879 - use device core to create driver-specific device attributes 2023-09-06 14:23:47 -07:00
ad7879.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
ad7879.h Input: ad7879 - use device core to create driver-specific device attributes 2023-09-06 14:23:47 -07:00
ads7846.c Input: ads7846 - fix gpiod allocation 2025-02-03 04:37:57 -08:00
apple_z2.c Input: apple_z2 - fix reading incorrect reports after exiting sleep 2025-12-18 12:17:10 -08:00
ar1021_i2c.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
atmel_mxt_ts.c Input: atmel_mxt_ts - allow reset GPIO to sleep 2025-10-07 21:51:31 -07:00
auo-pixcir-ts.c input: Fix typos in comments across various files 2024-09-30 07:58:33 -07:00
bcm_iproc_tsc.c input: Fix typos in comments across various files 2024-09-30 07:58:33 -07:00
bu21013_ts.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
bu21029_ts.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
chipone_icn8318.c
chipone_icn8505.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
colibri-vf50-ts.c Input: colibri-vf50-ts - make use of the helper function dev_err_probe() 2024-08-19 10:22:56 -07:00
cy8ctma140.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
cy8ctmg110_ts.c
cyttsp5.c Input: cyttsp5 - use %pe format specifier 2025-10-16 22:01:46 -07:00
cyttsp_core.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
cyttsp_core.h Input: cyttsp4 - remove driver 2024-08-05 10:48:49 -07:00
cyttsp_i2c.c Input: cyttsp4 - remove driver 2024-08-05 10:48:49 -07:00
cyttsp_spi.c
da9034-ts.c
da9052_tsi.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
dynapro.c Input: dynapro - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:16:43 -08:00
edt-ft5x06.c Input: edt-ft5x06 - add support for FocalTech FT3518 2026-01-20 10:34:19 -08:00
eeti_ts.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
egalax_ts.c Input: Use str_enable_disable-like helpers 2025-01-14 13:41:41 -08:00
egalax_ts_serial.c Input: egalax_ts_serial - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:16:44 -08:00
ektf2127.c Input: ektf2127 - add ektf2232 support 2024-06-22 00:58:44 -07:00
elants_i2c.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
elo.c Input: elo - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:16:45 -08:00
exc3000.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
fsl-imx25-tcq.c Input: remove unneeded 'fast_io' parameter in regmap_config 2025-08-21 12:00:59 -07:00
fujitsu_ts.c Input: fujitsu_ts - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:16:48 -08:00
goodix.c Input: goodix - remove setting of RST pin to input 2025-10-13 09:35:26 -07:00
goodix.h Input: goodix - remove setting of RST pin to input 2025-10-13 09:35:26 -07:00
goodix_berlin.h Input: goodix_berlin - add support for Berlin-A series 2025-03-10 10:46:08 -07:00
goodix_berlin_core.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
goodix_berlin_i2c.c Input: goodix_berlin - add support for Berlin-A series 2025-03-10 10:46:08 -07:00
goodix_berlin_spi.c Input: goodix_berlin - add support for Berlin-A series 2025-03-10 10:46:08 -07:00
goodix_fwupload.c
gunze.c Input: gunze - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:16:46 -08:00
hampshire.c Input: hampshire - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:16:47 -08:00
hideep.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
himax_hx852x.c Input: add Himax HX852x(ES) touchscreen driver 2025-09-17 14:44:02 -07:00
himax_hx83112b.c Input: himax_hx83112b - fix incorrect size when reading product ID 2024-08-19 17:29:14 -07:00
hp680_ts_input.c
htcpen.c
hycon-hy46xx.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
hynitron-cst816x.c Input: add driver for Hynitron CST816x series 2025-09-24 22:36:50 -07:00
hynitron_cstxxx.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
ili210x.c Input: ili210x - add support for polling mode 2026-01-21 16:17:51 -08:00
ilitek_ts_i2c.c Input: ilitek_ts_i2c - switch mdelay() to fsleep() 2025-12-18 21:46:55 -08:00
imagis.c Input: imagis - add support for imagis IST3038H 2025-02-24 18:11:06 -08:00
imx6ul_tsc.c Input: imx6ul_tsc - set glitch threshold by DTS property 2025-09-24 14:21:13 -07:00
inexio.c Input: inexio - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:17:58 -08:00
ipaq-micro-ts.c
iqs5xx.c kernel.h: drop hex.h and update all hex.h users 2026-01-20 19:44:19 -08:00
iqs7211.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
jornada720_ts.c
lpc32xx_ts.c
mainstone-wm97xx.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
max11801_ts.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
mc13783_ts.c mfd: input: rtc: mc13783: Remove deprecated mc13xxx_irq_ack() 2025-09-11 11:39:31 +01:00
melfas_mip4.c Input: Fully open-code compatible for grepping 2025-06-17 14:12:32 -07:00
migor_ts.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
mk712.c
mms114.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
msg2638.c
mtouch.c Input: mtouch - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:17:59 -08:00
mxs-lradc-ts.c
novatek-nvt-ts.c Input: novatek-nvt-ts - drop wake_type check 2026-01-24 21:42:31 -08:00
pcap_ts.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
penmount.c Input: penmount - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:17:59 -08:00
pixcir_i2c_ts.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
raspberrypi-ts.c Input: raspberrypi-ts - use cleanup facility for device_node 2024-10-19 21:21:43 -07:00
raydium_i2c_ts.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
resistive-adc-touch.c
rohm_bu21023.c input: Fix typos in comments across various files 2024-09-30 07:58:33 -07:00
s6sy761.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
silead.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
sis_i2c.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
st1232.c Input: st1232 - add touch-overlay handling 2025-07-27 01:41:21 -07:00
stmfts.c Input: stmfts - use sysfs_emit() instead of sprintf() 2025-12-15 21:57:02 -08:00
stmpe-ts.c Input: stmpe-ts - use module alias instead of device table 2025-04-28 12:14:12 -07:00
sun4i-ts.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
sur40.c Input: drop vb2_ops_wait_prepare/finish 2025-02-04 06:12:34 -08:00
surface3_spi.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
sx8654.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
ti_am335x_tsc.c Input: ti_am335x_tsc - fix off-by-one error in wire_order validation 2025-12-18 22:00:07 -08:00
touchit213.c Input: touchit213 - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:18:00 -08:00
touchright.c Input: touchright - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:18:01 -08:00
touchwin.c Input: touchwin - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:18:02 -08:00
tps6507x-ts.c
ts4800-ts.c Input: ts4800-ts - use cleanup facility for device_node 2024-10-19 21:21:43 -07:00
tsc40.c Input: tsc40 - switch to use scnprintf() to suppress truncation warning 2026-01-20 12:18:02 -08:00
tsc200x-core.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
tsc200x-core.h Input: tsc2004/5 - fix handling of VIO power supply 2024-08-04 18:10:40 -07:00
tsc2004.c Input: tsc2004/5 - fix handling of VIO power supply 2024-08-04 18:10:40 -07:00
tsc2005.c Input: tsc2004/5 - fix handling of VIO power supply 2024-08-04 18:10:40 -07:00
tsc2007.h Input: tsc2007 - accept standard properties 2024-12-10 16:17:30 -08:00
tsc2007_core.c Input: tsc2007 - prevent overflow in pressure calculation 2025-09-03 07:44:00 -07:00
tsc2007_iio.c
usbtouchscreen.c Input: usbtouchscreen - switch to using __free() cleanup facility 2024-07-15 18:07:39 -07:00
wacom_i2c.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
wacom_w8001.c Input: wacom_w8001 - use "guard" notation when acquiring mutex 2024-06-28 15:06:29 -07:00
wdt87xx_i2c.c Input: wdt87xx_i2c - switch to use dev_err_probe() 2026-01-20 12:37:52 -08:00
wm97xx-core.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
wm831x-ts.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
wm9705.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
wm9712.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
wm9713.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
zet6223.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
zforce_ts.c Input: zforce_ts - omit error message when memory allocation fails 2025-10-17 21:43:06 -07:00
zinitix.c Input: zinitix - don't fail if linux,keycodes prop is absent 2024-10-18 16:03:04 -07:00