linux-next/drivers/input/serio
Linus Torvalds 3e51108c72 Input updates for v6.13-rc0
- support for NT36672A touchscreen added to novatek-nvt-ts driver
 
 - a change to ads7846 driver to prevent XPT2046 from locking up
 
 - a change switching platform input dirves back to using remove() method
   (from remove_new())
 
 - updates to a number of input drivers to use the new cleanup facilities
   (__free(...), guard(), and scoped-guard()) which ensure that the
   resources and locks are released properly and automatically
 
 - other assorted driver cleanups and fixes.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQST2eWILY88ieB2DOtAj56VGEWXnAUCZ0PQIAAKCRBAj56VGEWX
 nDFFAQCSj3Va9Y6ZgNFvjmPAoA3RmsrvydXMG6PuyHEEfvTtpgD9GPldve3MRqRr
 VcrLJXMgyX2+RgpKm1W9ZQgK9Nudegs=
 =Ry7d
 -----END PGP SIGNATURE-----

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

Pull input updates from Dmitry Torokhov:

 - support for NT36672A touchscreen added to novatek-nvt-ts driver

 - a change to ads7846 driver to prevent XPT2046 from locking up

 - a change switching platform input dirves back to using remove()
   method (from remove_new())

 - updates to a number of input drivers to use the new cleanup
   facilities (__free(...), guard(), and scoped-guard()) which ensure
   that the resources and locks are released properly and automatically

 - other assorted driver cleanups and fixes.

* tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (109 commits)
  Input: mpr121 - use devm_regulator_get_enable_read_voltage()
  Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly
  Input: spear-keyboard - don't include 'pm_wakeup.h' directly
  Input: cypress-sf - constify struct i2c_device_id
  Input: ads7846 - increase xfer array size in 'struct ser_req'
  Input: fix the input_event struct documentation
  Input: i8042 - fix typo dublicate to duplicate
  Input: ads7846 - add dummy command register clearing cycle
  Input: cs40l50 - fix wrong usage of INIT_WORK()
  Input: introduce notion of passive observers for input handlers
  Input: maple_keyb - use guard notation when acquiring mutex
  Input: locomokbd - use guard notation when acquiring spinlock
  Input: hilkbd - use guard notation when acquiring spinlock
  Input: synaptics-rmi4 - switch to using cleanup functions in F34
  Input: synaptics - fix a typo
  dt-bindings: input: rotary-encoder: Fix "rotary-encoder,rollover" type
  Input: omap-keypad - use guard notation when acquiring mutex
  Input: imagis - fix warning regarding 'imagis_3038_data' being unused
  Input: userio - remove unneeded semicolon
  Input: sparcspkr - use cleanup facility for device_node
  ...
2024-11-25 10:31:39 -08:00
..
altera_ps2.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
ambakmi.c Input updates for v6.11-rc0 2024-07-19 16:51:39 -07:00
ams_delta_serio.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
apbps2.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
arc_ps2.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
ct82c710.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
gscps2.c Input: gscps2 - fix compilation error introduced with switch to guards 2024-10-19 20:53:32 -07:00
hil_mlc.c hil/parisc: Disable HIL driver when it gets stuck 2020-10-22 22:44:35 +02:00
hp_sdc_mlc.c hil/parisc: Disable HIL driver when it gets stuck 2020-10-22 22:44:35 +02:00
hp_sdc.c maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault 2020-06-17 10:57:41 -07:00
hyperv-keyboard.c Input: hyperv-keyboard - use guard notation when acquiring spinlock 2024-10-04 00:58:16 -07:00
i8042-acpipnpio.h Merge branch 'next' into for-linus 2024-11-24 17:05:27 -08:00
i8042-io.h alpha: remove DECpc AXP150 (Jensen) support 2024-05-03 22:09:50 +02:00
i8042-ip22io.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
i8042-jazzio.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
i8042-snirm.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
i8042-sparcio.h Input: i8042 - use cleanup facility for device_node 2024-10-19 21:21:42 -07:00
i8042.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
i8042.h arch: Remove Itanium (IA-64) architecture 2023-09-11 08:13:17 +00:00
ioc3kbd.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
Kconfig Input: add HAS_IOPORT dependencies 2023-05-22 15:17:09 -07:00
libps2.c Input: libps2 - use guard notation when temporarily pausing serio ports 2024-10-04 00:58:14 -07:00
maceps2.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
Makefile Input: add IOC3 serio driver 2020-01-22 10:05:53 -08:00
olpc_apsp.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
parkbd.c Input updates for v6.11-rc0 2024-07-19 16:51:39 -07:00
pcips2.c Input: serio - use sizeof(*pointer) instead of sizeof(type) 2024-06-07 11:59:21 -07:00
ps2-gpio.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
ps2mult.c Input: ps2mult - use guard notation when acquiring spinlock 2024-10-04 00:58:16 -07:00
q40kbd.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
rpckbd.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
sa1111ps2.c Input: sa1111ps2 - use guard notation when acquiring spinlock 2024-10-04 00:58:17 -07:00
serio_raw.c Input: serio_raw - fix uninitialized variable bug 2024-10-21 00:12:11 -07:00
serio.c Input: serio - use guard notation when acquiring mutexes and spinlocks 2024-10-04 01:04:14 -07:00
serport.c Input: serport - use guard notation when acquiring spinlock 2024-10-04 00:58:17 -07:00
sun4i-ps2.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
userio.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
xilinx_ps2.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00