summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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: psmouse - add delay when deactivating for SMBus modeJeffery Miller2023-07-251-7/+12
| | * Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor2023-07-251-1/+1
| | * Input: qt1070 - convert to use devm_* apiYangtao Li2023-07-201-32/+14
| | * Input: mcs-touchkey - convert to use devm_* apiYangtao Li2023-07-201-34/+29
| | * Input: amikbd - convert to use devm_* apiYangtao Li2023-07-201-20/+5
| | * Input: lm8333 - convert to use devm_* apiYangtao Li2023-07-201-30/+14
| | * Input: mms114 - add support for touch keysArtur Weber2023-07-181-7/+81
| | * Input: da9063 - add wakeup supportSamuel Holland2023-07-181-0/+9
| | * Input: gpio-keys - convert to dev_err_probe()Geert Uytterhoeven2023-07-171-12/+9
| | * Input: Explicitly include correct DT includesRob Herring2023-07-1721-22/+20
| | * Merge tag 'v6.4' into nextDmitry Torokhov2023-07-1712-28/+111
| | |\
| | * | Input: iqs7211 - point to match data directlyJeff LaBundy2023-07-131-19/+7
| | * | Input: add support for Azoteq IQS7210A/7211A/EJeff LaBundy2023-07-123-0/+2580
| | * | Input: rotary_encoder - don't double assign input->dev.parentRoi L2023-07-121-1/+0
| | * | Input: bcm-keypad - correct dev_err_probe() errorKrzysztof Kozlowski2023-07-121-1/+1
| | * | Input: lpc32xx_ts - convert to use devm_* apiYangtao Li2023-07-101-76/+22
| | * | Input: nomadik-ske-keypad - convert to use devm_* apiYangtao Li2023-07-101-92/+35
| | * | Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-2/+1
| | * | Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
| | * | Input: opencores-kbd - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
| | * | Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
| | * | Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-101-2/+1
| | * | Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
| | * | Input: bcm-keypad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-9/+1
| | * | Input: iqs7222 - add support for Azoteq IQS7222DJeff LaBundy2023-07-102-11/+461
| | * | Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy2023-07-101-4/+4
| | * | Input: tegra-kbc - use devm_platform_ioremap_resourceMartin Kaiser2023-07-101-1/+1