summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds54-855/+2052
2025-10-08Merge branch 'next' into for-linusDmitry Torokhov58-858/+2716
2025-10-08Input: atmel_mxt_ts - allow reset GPIO to sleepMarek Vasut1-1/+1
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2025-10-05Merge tag 'hid-for-linus-2025093001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+10
2025-10-01Merge tag 'mfd-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds5-5/+137
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-0/+524
2025-10-01Merge tag 'chrome-platform-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2025-10-01Merge branches 'ib-mfd-char-crypto-6.18', 'ib-mfd-gpio-6.18', 'ib-mfd-gpio-hw...Lee Jones9-5/+661
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-2/+2
2025-09-30Input: aw86927 - fix error code in probe()Dan Carpenter1-2/+1
2025-09-29Input: psxpad-spi - add a check for the return value of spi_setup()Haotian Zhang1-1/+5
2025-09-29Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leakZhen Ni1-0/+1
2025-09-28Input: aw86927 - add driver for Awinic AW86927Griffin Kroah-Hartman3-0/+859
2025-09-25Input: pm8941-pwrkey - disable wakeup for resin by defaultLuca Weiss1-2/+10
2025-09-25Input: add driver for Hynitron CST816x seriesOleh Kuzhylnyi3-0/+266
2025-09-25Input: imx6ul_tsc - set glitch threshold by DTS propertyDario Binacchi1-2/+23
2025-09-24Input: ps2-gpio - fix typoJ. Neuschäfer1-1/+1
2025-09-19Input: atmel_mxt_ts - add support for generic touchscreen configurationsSvyatoslav Ryhel1-4/+7
2025-09-18Input: imx6ul_tsc - use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi1-42/+54
2025-09-18Input: imx6ul_tsc - fix typo in register nameMichael Trimarchi1-2/+2
2025-09-18Input: twl4030_keypad - drop support for platform dataDmitry Torokhov1-29/+6
2025-09-18Input: add Himax HX852x(ES) touchscreen driverStephan Gerhold3-0/+514
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Dmitry Torokhov6-0/+524
2025-09-16input: misc: Add support for MAX7360 rotaryMathieu Dubois-Briand3-0/+203
2025-09-16input: keyboard: Add support for MAX7360 keypadMathieu Dubois-Briand3-0/+321
2025-09-15Input: MT - add INPUT_MT_TOTAL_FORCE flagsAngela Czubak1-4/+10
2025-09-14Merge tag 'input-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-1/+23
2025-09-14Input: cros_ec_keyb - Defer probe until parent EC device is registeredTzung-Bi Shih1-0/+6
2025-09-11mfd: input: rtc: mc13783: Remove deprecated mc13xxx_irq_ack()Alexander Kurz2-5/+0
2025-09-08Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.hDmitry Torokhov1-0/+3
2025-09-08Input: spear-keyboard - drop support for platform dataDmitry Torokhov1-56/+15
2025-09-08Input: pxa27x-keypad - drop support for platform dataDmitry Torokhov1-257/+121
2025-09-08Input: pxa27x-keypad - use BIT, GENMASK, FIELD_GET, etcDmitry Torokhov1-59/+69
2025-09-08Input: pxa27x-keypad - replace uint32_t with u32Dmitry Torokhov1-12/+12
2025-09-06Input: mtk-pmic-keys - MT6359 has a specific release irqJulien Massot1-1/+4
2025-09-04Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042 quirk tableChristoffer Sandberg1-0/+14
2025-09-04Input: iqs7222 - avoid enabling unused interruptsJeff LaBundy1-0/+3
2025-09-04Input: xpad - add support for Flydigi Apex 5Antheas Kapenekakis1-0/+2
2025-09-03Input: tsc2007 - prevent overflow in pressure calculationJohannes Kirchmair1-3/+6
2025-09-03Input: tsc2007 - make interrupt optionalSvyatoslav Ryhel1-12/+16
2025-09-03Input: tsc2007 - change warning to debug message if pen GPIO is not definedSvyatoslav Ryhel1-1/+1
2025-09-03Merge tag 'ib-mfd-input-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Dmitry Torokhov3-0/+137
2025-09-03input: tps6594-pwrbutton: Add power button functionalityJob Sava3-0/+137
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov29-1/+29
2025-08-21Input: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-08-21Input: move input_bits_to_string() to input-compat.cDmitry Torokhov3-35/+33
2025-08-21Merge tag 'v6.17-rc2' into HEADDmitry Torokhov15-24/+31
2025-08-13Input: tca8418_keypad - switch to using module_i2c_driver()Dmitry Torokhov1-12/+1
2025-08-13Input: tca6416-keypad - remove the driverDmitry Torokhov3-324/+0