linux/drivers/input/touchscreen
Linus Torvalds 99cedb6b8f Input updates for v6.18-rc0
- a number of conversions to yaml/json schema and fixes for
   input-related device tree bindings
 
 - a new driver for Awinic AW86927 haptic chip
 
 - a new driver for Hynitron CST816x series controller
 
 - a new driver for add Himax HX852x(ES) touchscreen controller
 
 - a fix to uinput to not leak kernel memory via a gap in
   uinput_ff_upload_compat structure
 
 - a fix to prevent overflow in pressure calculation in tsc2007 driver
   causing phantom touches
 
 - a change to Atmel maxTouch driver to support generic touchscreen
   configuration (flip, rotate, etc.)
 
 - support for platform data was dropped in tca8418_keypad,
   pxa27x-keypad, spear-keyboard and twl4030_keypad drivers, they all
   now rely on generic device properties for configuration
 
 - other assorted changes and fixes.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQST2eWILY88ieB2DOtAj56VGEWXnAUCaOX1HQAKCRBAj56VGEWX
 nC29AQCsDm6HBKXJZl6nAI8WHQiSvASFvyFlF6scVnfueX54mQEA6eE428+Cr1Sn
 mDiwL38Es+PlZbdsi0J2q0vYzpr4yQU=
 =JZIn
 -----END PGP SIGNATURE-----

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

Pull input updates from Dmitry Torokhov:

 - Conversions to yaml/json schema and fixes for input-related device
   tree bindings

 - New drivers:
     - Awinic AW86927 haptic chip
     - Hynitron CST816x series controller
     - Himax HX852x(ES) touchscreen controller

 - Fix uinput to not leak kernel memory via a gap in
   uinput_ff_upload_compat structure

 - Prevent overflow in pressure calculation in tsc2007 driver causing
   phantom touches

 - Make the Atmel maxTouch driver support generic touchscreen
   configuration (flip, rotate, etc)

 - Drop support for platform data in tca8418_keypad, pxa27x-keypad,
   spear-keyboard and twl4030_keypad drivers, they all now rely on
   generic device properties for configuration

 - Other assorted changes and fixes

* tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (50 commits)
  Input: atmel_mxt_ts - allow reset GPIO to sleep
  Input: aw86927 - fix error code in probe()
  Input: psxpad-spi - add a check for the return value of spi_setup()
  Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leak
  Input: aw86927 - add driver for Awinic AW86927
  dt-bindings: input: Add Awinic AW86927
  dt-bindings: touchscreen: remove touchscreen.txt
  dt-bindings: arm: bcm: raspberrypi,bcm2835-firmware: Add touchscreen child node
  dt-bindings: touchscreen: convert eeti bindings to json schema
  Input: pm8941-pwrkey - disable wakeup for resin by default
  dt-bindings: input: pm8941-pwrkey: Document wakeup-source property
  Input: add driver for Hynitron CST816x series
  dt-bindings: input: touchscreen: add hynitron cst816x series
  Input: imx6ul_tsc - set glitch threshold by DTS property
  dt-bindings: touchscreen: fsl,imx6ul-tsc: support glitch thresold
  dt-bindings: touchscreen: add debounce-delay-us property
  Input: ps2-gpio - fix typo
  Input: atmel_mxt_ts - add support for generic touchscreen configurations
  dt-bindings: input: maxtouch: add common touchscreen properties
  dt-bindings: touchscreen: convert zet6223 bindings to json schema
  ...
2025-10-08 09:44:38 -07:00
..
88pm860x-ts.c
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
ad7879-spi.c
ad7879.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
ad7879.h
ads7846.c Input: ads7846 - fix gpiod allocation 2025-02-03 04:37:57 -08:00
apple_z2.c Input: apple_z2 - add a driver for Apple Z2 touchscreens 2025-02-19 13:56:38 -08:00
ar1021_i2c.c
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
bcm_iproc_tsc.c
bu21013_ts.c
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
colibri-vf50-ts.c
cy8ctma140.c
cy8ctmg110_ts.c
cyttsp5.c Input: cyttsp5 - fix power control issue on wakeup 2025-04-28 12:15:53 -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
cyttsp_i2c.c
cyttsp_spi.c
da9034-ts.c
da9052_tsi.c
dynapro.c
edt-ft5x06.c Input: edt-ft5x06 - add support for FocalTech FT8716 2025-07-01 11:44:27 -07:00
eeti_ts.c
egalax_ts.c Input: Use str_enable_disable-like helpers 2025-01-14 13:41:41 -08:00
egalax_ts_serial.c
ektf2127.c
elants_i2c.c
elo.c
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
goodix.c Input: goodix - add support for polling mode 2025-06-29 18:29:02 -07:00
goodix.h
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
hampshire.c
hideep.c
himax_hx852x.c Input: add Himax HX852x(ES) touchscreen driver 2025-09-17 14:44:02 -07:00
himax_hx83112b.c
hp680_ts_input.c
htcpen.c
hycon-hy46xx.c
hynitron-cst816x.c Input: add driver for Hynitron CST816x series 2025-09-24 22:36:50 -07:00
hynitron_cstxxx.c
ili210x.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
ilitek_ts_i2c.c
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
ipaq-micro-ts.c
iqs5xx.c
iqs7211.c
jornada720_ts.c
lpc32xx_ts.c
mainstone-wm97xx.c
max11801_ts.c
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
mk712.c
mms114.c
msg2638.c
mtouch.c
mxs-lradc-ts.c
novatek-nvt-ts.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
pcap_ts.c
penmount.c
pixcir_i2c_ts.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
raspberrypi-ts.c
raydium_i2c_ts.c
resistive-adc-touch.c
rohm_bu21023.c
s6sy761.c
silead.c
sis_i2c.c
st1232.c Input: st1232 - add touch-overlay handling 2025-07-27 01:41:21 -07:00
stmfts.c
stmpe-ts.c Input: stmpe-ts - use module alias instead of device table 2025-04-28 12:14:12 -07:00
sun4i-ts.c
sur40.c Input: drop vb2_ops_wait_prepare/finish 2025-02-04 06:12:34 -08:00
surface3_spi.c
sx8654.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
ti_am335x_tsc.c
touchit213.c
touchright.c
touchwin.c
tps6507x-ts.c
ts4800-ts.c
tsc40.c
tsc200x-core.c Input: include export.h in modules using EXPORT_SYMBOL*() 2025-08-21 12:00:59 -07:00
tsc200x-core.h
tsc2004.c
tsc2005.c
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
wacom_i2c.c
wacom_w8001.c
wdt87xx_i2c.c Input: wdt87xx_i2c - fix compiler warning 2025-01-22 10:40:00 -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
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
zforce_ts.c
zinitix.c