summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)Author
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-15Merge branch 'next' into for-linusDmitry Torokhov
2024-03-05Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman
2024-02-01Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETIDHans de Goede
2024-02-01Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede
2024-01-31Input: matrix_keypad - switch to using managed resourcesDmitry Torokhov
2024-01-31Input: matrix_keypad - consolidate handling of clustered interruptDmitry Torokhov
2024-01-31Input: matrix_keypad - avoid repeatedly converting GPIO to IRQDmitry Torokhov
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn
2024-01-20Input: bcm-keypad - remove redundant of_match_ptr()Ruan Jinjie
2024-01-16Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede
2024-01-13Merge branch 'next' into for-linusDmitry Torokhov
2023-12-28Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messagesHermes Zhang
2023-12-13Input: omap-keypad - drop optional GPIO supportLinus Walleij
2023-12-13Input: tca6416-keypad - drop unused includeLinus Walleij
2023-12-12Input: qt1050 - convert to use maple tree register cacheMark Brown
2023-12-12Input: cap11xx - convert to use maple tree register cacheMark Brown
2023-12-12Input: cap11xx - cache hardware ID registersMark Brown
2023-12-12Input: cap11xx - add advanced sensitivity settingsJiri Valek - 2N
2023-12-11Input: omap4-keypad - react on keypresses if device is runtime-suspendedAndreas Kemnade
2023-12-03Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu
2023-11-30Input: gpio-keys - add system suspend support for dedicated wakeirqsTony Lindgren
2023-11-25Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede
2023-11-17Input: cap11xx - remove unnecessary IRQ parsingJiri Valek - 2N
2023-10-13Input: tegra-kbc - use device_get_match_data()Rob Herring
2023-09-23Input: stmpe-keypad - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: spear-keyboard - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: sh_keysc - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: samsung-keypad - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: omap4-keypad - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: omap-keypad - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: matrix_keypad - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: iqs62x-keys - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: ep93xx_keypad - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: cros_ec_keyb - convert to platform remove callback returning voidUwe Kleine-König
2023-09-23Input: adp5520-keys - convert to platform remove callback returning voidUwe Kleine-König
2023-09-06Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov
2023-07-28Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov
2023-07-28Input: tca6416-keypad - convert to use devm_* apiYangtao Li
2023-07-28Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov
2023-07-28Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov
2023-07-28Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov
2023-07-28Input: lm8323 - convert to use devm_* apiYangtao Li
2023-07-28Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov
2023-07-28Input: qt2160 - convert to use devm_* apiYangtao Li
2023-07-28Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov
2023-07-28Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov
2023-07-28Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov
2023-07-25Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor