1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 00:20:52 -05:00
linux/drivers/input/keyboard
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
..
adc-keys.c
adp5520-keys.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
adp5588-keys.c Input: adp5588-keys - do not try to disable interrupt 0 2024-10-25 15:52:45 -07:00
adp5589-keys.c Merge branch 'next' into for-linus 2024-11-24 17:05:27 -08:00
amikbd.c
applespi.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
applespi.h
applespi_trace.h
atakbd.c
atkbd.c Input: atkbd - use guard notation when pausing serio port 2024-10-04 00:58:15 -07:00
bcm-keypad.c
cap11xx.c Input: cap11xx - switch to for_each_child_of_node_scoped 2024-10-19 21:21:37 -07:00
clps711x-keypad.c
cros_ec_keyb.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
cypress-sf.c Input: cypress-sf - constify struct i2c_device_id 2024-11-18 19:35:24 -08:00
dlink-dir685-touchkeys.c
ep93xx_keypad.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
goldfish_events.c
gpio_keys.c Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW 2024-11-09 14:55:33 +01:00
gpio_keys_polled.c Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOW 2024-11-09 14:55:33 +01:00
hil_kbd.c
hilkbd.c Input: hilkbd - use guard notation when acquiring spinlock 2024-11-05 14:17:20 -08:00
hpps2atkbd.h
imx-sm-bbm-key.c input: keyboard: support i.MX95 BBM module 2024-08-28 21:54:38 +01:00
imx_keypad.c Input: imx_keypad - use guard notation when acquiring mutex 2024-10-03 08:53:14 -07:00
imx_sc_key.c
ipaq-micro-keys.c Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlock 2024-10-03 08:53:14 -07:00
iqs62x-keys.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
jornada680_kbd.c
jornada720_kbd.c
Kconfig Input updates for v6.12-rc0 2024-09-24 12:42:35 -07:00
lkkbd.c
lm8323.c Input: lm8323 - use guard notation when acquiring mutexes 2024-10-03 08:53:31 -07:00
lm8333.c
locomokbd.c Input: locomokbd - use guard notation when acquiring spinlock 2024-11-05 14:17:25 -08:00
lpc32xx-keys.c Input: lpc32xx-keys - use guard notation when acquiring mutex 2024-10-03 08:53:31 -07:00
Makefile Input updates for v6.12-rc0 2024-09-24 12:42:35 -07:00
maple_keyb.c Input: maple_keyb - use guard notation when acquiring mutex 2024-11-05 14:17:32 -08:00
matrix_keypad.c Input: matrix_keypad - remove duplicated include 2024-10-04 04:15:55 -07:00
max7359_keypad.c
mpr121_touchkey.c Input: mpr121 - use devm_regulator_get_enable_read_voltage() 2024-11-19 21:37:41 -08:00
mt6779-keypad.c Input: mt6779-keypad - use devm_clk_get_enabled() 2024-08-28 11:10:05 -07:00
mtk-pmic-keys.c Input: mtk-pmic-keys - switch to for_each_child_of_node_scoped 2024-10-19 21:21:37 -07:00
newtonkbd.c
nspire-keypad.c
omap-keypad.c Input: omap-keypad - use guard notation when acquiring mutex 2024-10-30 15:54:51 -07:00
omap4-keypad.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
opencores-kbd.c
pinephone-keyboard.c
pmic8xxx-keypad.c Input: pmic8xxx-keypad - use guard notation when acquiring mutex 2024-10-03 08:58:57 -07:00
pxa27x_keypad.c Input: pxa27x_keypad - use guard notation when acquiring mutex 2024-10-03 08:58:57 -07:00
qt1050.c
qt1070.c
qt2160.c
samsung-keypad.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
sh_keysc.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
snvs_pwrkey.c Input: snvs_pwrkey - use devm_clk_get_optional_enabled() 2024-08-31 15:25:05 -07:00
spear-keyboard.c Input: spear-keyboard - don't include 'pm_wakeup.h' directly 2024-11-19 21:35:48 -08:00
st-keyscan.c Input: st-keyscan - use guard notation when acquiring mutex 2024-10-03 08:58:57 -07:00
stmpe-keypad.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
stowaway.c
sun4i-lradc-keys.c Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly 2024-11-19 21:35:54 -08:00
sunkbd.c Input: sunkbd - use guard notation when pausing serio port 2024-10-04 00:58:15 -07:00
tc3589x-keypad.c
tca6416-keypad.c
tca8418_keypad.c
tegra-kbc.c Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_present() 2024-09-13 23:16:23 -07:00
tm2-touchkey.c
twl4030_keypad.c
xtkbd.c