summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-3/+3
|\
| * Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-041-5/+9
| |\
| * | vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-271-3/+3
* | | Merge branch 'next' into for-linusDmitry Torokhov2024-03-152-117/+55
|\ \ \
| * | | Input: matrix_keypad - switch to using managed resourcesDmitry Torokhov2024-01-311-65/+24
| * | | Input: matrix_keypad - consolidate handling of clustered interruptDmitry Torokhov2024-01-311-43/+20
| * | | Input: matrix_keypad - avoid repeatedly converting GPIO to IRQDmitry Torokhov2024-01-311-23/+25
| * | | Input: bcm-keypad - remove redundant of_match_ptr()Ruan Jinjie2024-01-201-1/+1
* | | | Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König2024-03-051-6/+4
| |_|/ |/| |
* | | Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETIDHans de Goede2024-02-011-1/+2
* | | Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede2024-02-011-5/+8
| |/ |/|
* | Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede2024-01-161-5/+7
* | Merge branch 'next' into for-linusDmitry Torokhov2024-01-136-85/+280
|\|
| * Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messagesHermes Zhang2023-12-281-3/+3
| * Input: omap-keypad - drop optional GPIO supportLinus Walleij2023-12-131-18/+1
| * Input: tca6416-keypad - drop unused includeLinus Walleij2023-12-131-1/+0
| * Input: qt1050 - convert to use maple tree register cacheMark Brown2023-12-121-1/+1
| * Input: cap11xx - convert to use maple tree register cacheMark Brown2023-12-121-1/+1
| * Input: cap11xx - cache hardware ID registersMark Brown2023-12-121-3/+0
| * Input: cap11xx - add advanced sensitivity settingsJiri Valek - 2N2023-12-121-45/+192
| * Input: omap4-keypad - react on keypresses if device is runtime-suspendedAndreas Kemnade2023-12-111-1/+14
| * Input: gpio-keys - add system suspend support for dedicated wakeirqsTony Lindgren2023-11-301-4/+65
| * Input: cap11xx - remove unnecessary IRQ parsingJiri Valek - 2N2023-11-171-9/+4
* | Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu2023-12-031-0/+3
* | Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede2023-11-251-4/+42
|/
* Input: tegra-kbc - use device_get_match_data()Rob Herring2023-10-131-5/+2
* Input: stmpe-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: spear-keyboard - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: sh_keysc - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: samsung-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: omap4-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: omap-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: matrix_keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: iqs62x-keys - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: ep93xx_keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: cros_ec_keyb - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: adp5520-keys - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-7/+3
* Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov2023-07-281-28/+20
* Input: tca6416-keypad - convert to use devm_* apiYangtao Li2023-07-281-35/+18
* Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov2023-07-281-6/+2
* Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov2023-07-281-25/+0
* Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov2023-07-281-17/+10
* Input: lm8323 - convert to use devm_* apiYangtao Li2023-07-281-51/+26
* Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov2023-07-281-12/+12
* Input: qt2160 - convert to use devm_* apiYangtao Li2023-07-281-57/+20
* Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov2023-07-281-2/+1
* Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov2023-07-281-34/+19
* Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov2023-07-281-5/+2
* Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor2023-07-251-1/+1