summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * Input: 88pm80x_onkey - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-3/+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: wdt87xx_i2c - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+4
| | * Input: tsc2004/5 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-064-17/+16
| | * Input: stmfts - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| | * Input: s6sy761 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| | * Input: rohm_bu21023 - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-10/+2
| | * Input: raydium_i2c_ts - use device core to create driver-specific device attr...Dmitry Torokhov2023-09-061-13/+3
| | * Input: melfas-mip4 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-11/+2
| | * Input: iqs5xx - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-7/+3
| | * Input: ilitek_ts_i2c - use device core to create driver-specific device attri...Dmitry Torokhov2023-09-061-10/+2
| | * Input: ili210x - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-10/+5
| | * Input: hycon-hy46xx - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-8/+2
| | * Input: hideep - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+3
| | * Input: exc3000 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-9/+3
| | * Input: elants_i2c - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+3
| | * Input: edt-ft5x06 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| | * Input: ads7846 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+6
| | * Input: ad7879 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-064-10/+17
| | * Input: ad7877 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-7/+5
| | * Input: kxtj9 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+17
| | * Input: iqs269a - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
| | * Input: cyapa - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-11/+3
| | * Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-7/+3
| | * Merge tag 'v6.5' into nextDmitry Torokhov2023-09-053-78/+40
| | |\
* | | \ Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \ \ \
| * | | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | | | | Merge tag 'input-for-v6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-138-34/+70
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco2023-10-131-0/+1
| * | | Input: xpad - add PXN V900 supportMatthias Berndt2023-10-131-0/+2
| * | | Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov2023-10-132-22/+29
| * | | Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2023-10-132-0/+2
| * | | Revert "Input: psmouse - add delay when deactivating for SMBus mode"Dmitry Torokhov2023-10-121-12/+7
| * | | Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede2023-10-041-0/+19
| * | | Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk tableSzilard Fabian2023-10-041-0/+8
| * | | Input: xpad - add HyperX Clutch Gladiate SupportMax Nguyen2023-09-171-0/+2
* | | | Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-0673-1029/+3638
|\| | |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2023-08-3073-1022/+3622
| |\| |
| | * | Input: rpckbd - fix the return value handle for platform_get_irq()Ruan Jinjie2023-08-011-4/+4
| | * | Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov2023-07-281-28/+20