summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* 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-011-1/+1
| * | Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-05-0131-297/+1015
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2023-05-0147-2298/+1045
| | |\
| * | \ Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-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-251-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-131-0/+1
| | * | | Input: pegasus-notetaker - check pipe type when probingSoumya Negi2023-04-091-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-231-0/+28
| | * | Input: alps - fix compatibility with -funsigned-charmsizanoen2023-03-191-8/+8
| | * | Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-03-191-4/+4
| | * | Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTONMatthias Benkmann2023-03-191-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-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
* | | | Input: novatek-nvt-ts - add touchscreen model number to descriptionHans de Goede2023-07-102-7/+5
* | | | Input: novatek-nvt-ts - fix input_register_device() failure error messageHans de Goede2023-07-101-1/+1
* | | | Input: adp5588-keys - use devm_regulator_get_enable()Christophe JAILLET2023-07-071-16/+1
* | | | Input: pinephone-keyboard - use devm_regulator_get_enable()Christophe JAILLET2023-07-071-19/+1
* | | | Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski2023-07-071-20/+15
* | | | Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski2023-07-071-33/+28
* | | | Input: bcm-keypad - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-10/+4
* | | | Input: sx8643 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-7/+3
* | | | Input: surface3_spi - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-10/+3
* | | | Input: sis_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-14/+6