summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov2023-07-291-6/+2
* Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov2023-07-291-25/+0
* Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov2023-07-291-17/+10
* Input: lm8323 - convert to use devm_* apiYangtao Li2023-07-291-51/+26
* Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov2023-07-291-12/+12
* Input: qt2160 - convert to use devm_* apiYangtao Li2023-07-291-57/+20
* Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov2023-07-291-2/+1
* Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov2023-07-291-34/+19
* Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov2023-07-291-5/+2
* Input: psmouse - add delay when deactivating for SMBus modeJeffery Miller2023-07-261-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-211-32/+14
* Input: mcs-touchkey - convert to use devm_* apiYangtao Li2023-07-211-34/+29
* Input: amikbd - convert to use devm_* apiYangtao Li2023-07-211-20/+5
* Input: lm8333 - convert to use devm_* apiYangtao Li2023-07-211-30/+14
* Input: mms114 - add support for touch keysArtur Weber2023-07-191-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
|\
| * Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-075-7/+37
| |\
| | * Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas2023-05-231-1/+0
| | * Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov2023-05-111-4/+5
| | * Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede2023-05-111-0/+30
| | * Input: fix open count when closing inhibited deviceDmitry Torokhov2023-05-051-1/+1
| | * Input: cyttsp5 - fix array lengthMaximilian Weigand2023-05-021-1/+1
| * | Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-05-0231-297/+1015
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2023-05-0247-2298/+1045
| | |\
| * | \ Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-261-1/+1
| |\ \ \
| | * \ \ Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki2023-04-141-1/+1
| | |\ \ \
| | | * | | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| * | | | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-261-2/+3
| |\ \ \ \ \
| | * | | | | gpiolib: remove gpio_set_debounce()Arnd Bergmann2023-03-061-2/+3
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-232-0/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Input: cyttsp5 - fix sensing configuration data structurehrdl2023-04-141-0/+1
| | * | | Input: pegasus-notetaker - check pipe type when probingSoumya Negi2023-04-101-0/+6
| * | | | Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-015-18/+63
| |\| | | | | |/ / | |/| |
| | * | Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach2023-03-241-0/+28
| | * | Input: alps - fix compatibility with -funsigned-charmsizanoen2023-03-201-8/+8
| | * | Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-03-201-4/+4
| | * | Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTONMatthias Benkmann2023-03-201-3/+4
| | * | Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede2023-03-171-3/+11
| | * | Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose2023-03-171-0/+8
* | | | 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-111-76/+22
* | | | Input: nomadik-ske-keypad - convert to use devm_* apiYangtao Li2023-07-111-92/+35
* | | | Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-2/+1