linux/drivers/input/keyboard
Linus Torvalds 16cd1c2657 A set of final cleanups for the timer subsystem:
1) Convert all del_timer[_sync]() instances over to the new
      timer_delete[_sync]() API and remove the legacy wrappers.
 
      Conversion was done with coccinelle plus some manual fixups as
      coccinelle chokes on scoped_guard().
 
   2) The final cleanup of the hrtimer_init() to hrtimer_setup() conversion.
 
      This has been delayed to the end of the merge window, so that all
      patches which have been merged through other trees are in mainline and
      all new users are catched.
 
 Doing this right before rc1 ensures that new code which is merged post rc1
 is not introducing new instances of the original functionality.
 -----BEGIN PGP SIGNATURE-----
 
 iQJHBAABCgAxFiEEQp8+kY+LLUocC4bMphj1TA10mKEFAmfyXi0THHRnbHhAbGlu
 dXRyb25peC5kZQAKCRCmGPVMDXSYoYzlD/4ykDZbUzgTreYOxEQpBJ9elPwBhxfL
 1v8OwDjRWlNrmLup8RiUfKrlbmztGl1J/u9ld0qhjcqkywCCBC1N5S+DhCjYetyP
 MPWLbi2Dc35cFA+M7i8fMgxI2K9MLz2Zj1UKxz1MdsSuNHm07N3mul/3T11Ye4Rz
 nPlzeQBTBDFCKTEGKjr8zjuoD15Wl48sObM0AjV35BPuQR1jfY4CE6VXo2h78+0c
 jYwpJpDmcd+o1bDrfFhWUME2DzABEkHhn4wNSETnM4E5RXZRMUbi4UiigzInibQr
 JOUTKwPJXTMX/Erd0XyXErrYf2qy1X9BQy6NlyDDOv+8kLEVRsC9Efplx9uoEtfi
 QvVT/UmgmhZFJBfIT3/B8OvasrfwOropaYoG4L0zbDpp1b09VY47N5lCLlNr/mZf
 jb2TwIln8Szy2EfIT2RSd0ZNupyU8V4aH/mYNpSlbUJ6mfvfIAttBSS/YH+Zeqku
 7zOJkoCusaySOCZCOQkeikL3ZBN+FHtNteXxmGnp34ed/tsfgGZj1lsbmkM2rrWo
 f2mQsYAclUA4KQeY9z/Xf7/c5wJUkME69PxOaaN23dOpBR7GA58Cvb0PQTnPlAiT
 KnH/JRweBHtcv4KEHMi2f5no4cxcmXyKTj7/TLyYNjc8LATL9Eo/nxG36PLxy4lN
 QPOWz11zEBLjQQ==
 =8Ftq
 -----END PGP SIGNATURE-----

Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer cleanups from Thomas Gleixner:
 "A set of final cleanups for the timer subsystem:

   - Convert all del_timer[_sync]() instances over to the new
     timer_delete[_sync]() API and remove the legacy wrappers.

     Conversion was done with coccinelle plus some manual fixups as
     coccinelle chokes on scoped_guard().

   - The final cleanup of the hrtimer_init() to hrtimer_setup()
     conversion.

     This has been delayed to the end of the merge window, so that all
     patches which have been merged through other trees are in mainline
     and all new users are catched.

  Doing this right before rc1 ensures that new code which is merged post
  rc1 is not introducing new instances of the original functionality"

* tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  tracing/timers: Rename the hrtimer_init event to hrtimer_setup
  hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
  hrtimers: Rename debug_init() to debug_setup()
  hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()
  hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()
  hrtimers: Make callback function pointer private
  hrtimers: Merge __hrtimer_init() into __hrtimer_setup()
  hrtimers: Switch to use __htimer_setup()
  hrtimers: Delete hrtimer_init()
  treewide: Convert new and leftover hrtimer_init() users
  treewide: Switch/rename to timer_delete[_sync]()
2025-04-06 08:35:37 -07:00
..
Kconfig Input updates for v6.12-rc0 2024-09-24 12:42:35 -07:00
Makefile Input updates for v6.12-rc0 2024-09-24 12:42:35 -07:00
adc-keys.c Input: adc-keys - use device_for_each_child_node_scoped() 2024-07-15 17:02:13 -07:00
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 vt: remove superfluous CONFIG_HW_CONSOLE 2024-01-27 19:03:51 -08:00
applespi.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
applespi.h
applespi_trace.h
atakbd.c input: drop empty comment blocks 2022-09-29 16:25:42 -07:00
atkbd.c Input: atkbd - map F23 key to support default copilot shortcut 2025-01-20 21:23:38 -08:00
bcm-keypad.c Input: bcm-keypad - remove redundant of_match_ptr() 2024-01-20 00:54:22 -08:00
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 Input: Use str_enable_disable-like helpers 2025-01-14 13:41:41 -08:00
ep93xx_keypad.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
goldfish_events.c
gpio_keys.c treewide: Convert new and leftover hrtimer_init() users 2025-04-05 10:30:17 +02: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 treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
imx_sc_key.c
ipaq-micro-keys.c input: ipaq-micro-keys: use devm_kmemdup_array() 2025-02-24 12:08:52 +02: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
lkkbd.c Input: keyboard - use sizeof(*pointer) instead of sizeof(type) 2024-06-02 21:32:01 -07:00
lm8323.c Input: Use str_enable_disable-like helpers 2025-01-14 13:41:41 -08:00
lm8333.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
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
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 - use fsleep for delays after activating columns 2025-02-25 11:22:00 -08:00
max7359_keypad.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
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 Input: keyboard - use sizeof(*pointer) instead of sizeof(type) 2024-06-02 21:32:01 -07:00
nspire-keypad.c Input: nspire-keypad - use devm_platform_get_and_ioremap_resource() 2023-07-10 17:44:26 -07:00
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 Input: opencores-kbd - convert to devm_platform_ioremap_resource() 2023-07-10 17:44:27 -07:00
pinephone-keyboard.c Input: pinephone-keyboard - use devm_regulator_get_enable() 2023-07-07 17:03:26 -07:00
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 Input: qt1050 - use device_for_each_child_node_scoped() 2024-07-15 17:02:13 -07:00
qt1070.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
qt2160.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
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 treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02: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 Input: keyboard - use sizeof(*pointer) instead of sizeof(type) 2024-06-02 21:32:01 -07:00
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 Input: tc3589x - use of_property_present() 2024-07-31 12:36:49 -07:00
tca6416-keypad.c Input: tca6416-keypad - remove unused struct tca6416_drv_data 2024-05-06 15:41:28 -07:00
tca8418_keypad.c Input: Switch i2c drivers back to use .probe() 2023-05-17 09:59:11 -07:00
tegra-kbc.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
tm2-touchkey.c Input: drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-13 15:43:19 -07:00
twl4030_keypad.c
xtkbd.c Input: keyboard - use sizeof(*pointer) instead of sizeof(type) 2024-06-02 21:32:01 -07:00