aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2022-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-0/+28
2022-02-18Input: psmouse - set up dependency between PS/2 and SMBus companionsGravatar Dmitry Torokhov 1-0/+10
2022-02-15Input: zinitix - add new compatible stringsGravatar Linus Walleij 1-0/+12
2022-02-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsGravatar José Expósito 1-0/+6
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Takashi Iwai 1-9/+3
2022-01-31Input: wm97xx: Simplify resource managementGravatar Christophe JAILLET 1-9/+3
2022-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 12-85/+392
2022-01-15Merge branch 'next' into for-linusGravatar Dmitry Torokhov 22-153/+404
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-3/+2
2022-01-10Input: ti_am335x_tsc - fix a typo in a commentGravatar Qinghua Jin 1-1/+1
2022-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-9/+9
2022-01-08Input: zinitix - add compatible for bt532Gravatar Nikita Travkin 1-0/+1
2022-01-08Input: zinitix - handle proper supply namesGravatar Linus Walleij 1-5/+16
2022-01-08Input: zinitix - make sure the IRQ is allocated before it gets enabledGravatar Nikita Travkin 1-9/+9
2022-01-08Input: axp20x-pek - revert "always register interrupt handlers" changeGravatar Hans de Goede 1-37/+35
2022-01-03Input: gpio-keys - avoid clearing twice some memoryGravatar Christophe JAILLET 1-1/+1
2022-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-4/+11
2021-12-30Input: spaceball - fix parsing of movement data packetsGravatar Leo L. Schwab 1-2/+9
2021-12-30Input: appletouch - initialize work before device registrationGravatar Pavel Skripkin 1-2/+2
2021-12-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 9-37/+149
2021-12-20Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Gravatar Johnny Chuang 1-1/+45
2021-12-20Input: byd - fix typo in a commentGravatar Xiang wangx 1-1/+1
2021-12-19Input: ucb1400_ts - remove redundant variable penupGravatar Colin Ian King 1-3/+1
2021-12-19Input: ti_am335x_tsc - lower the X and Y sampling timeGravatar Dario Binacchi 1-3/+7
2021-12-19Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2Gravatar Dario Binacchi 1-1/+4
2021-12-19Input: ti_am335x_tsc - set ADCREFM for X configurationGravatar Dario Binacchi 1-1/+2
2021-12-12Input: silead - add pen supportGravatar Hans de Goede 1-0/+99
2021-12-12Input: silead - add support for EFI-embedded fw using different min/max coord...Gravatar Hans de Goede 1-5/+68
2021-12-12Input: goodix - 2 small fixes for pen supportGravatar Hans de Goede 1-1/+2
2021-12-12Input: goodix - improve gpiod_get() error loggingGravatar Hans de Goede 1-2/+2
2021-12-12Input: atmel_mxt_ts - fix double free in mxt_read_info_blockGravatar José Expósito 1-1/+1
2021-12-09Input: goodix - fix memory leak in goodix_firmware_uploadGravatar José Expósito 1-1/+1
2021-12-09Input: goodix - add pen supportGravatar Hans de Goede 2-2/+121
2021-12-08Merge tag 'v5.15' into nextGravatar Dmitry Torokhov 22-211/+123
2021-12-06Input: goodix - add id->model mapping for the "9111" modelGravatar Hans de Goede 1-0/+1
2021-12-06Input: ff-core - correct magnitude setting for rumble compatibilityGravatar Charles Keepax 1-1/+1
2021-12-06Input: palmas-pwrbutton - make a couple of arrays static constGravatar Colin Ian King 1-2/+2
2021-12-06Input: goodix - try not to touch the reset-pin on x86/ACPI devicesGravatar Hans de Goede 2-5/+26
2021-12-06Input: i8042 - enable deferred probe quirk for ASUS UM325UAGravatar Samuel Čavoj 1-0/+7
2021-12-06Merge 5.16-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2021-11-29Input: wacom_i2c - clean up the query device fieldsGravatar Alistair Francis 1-18/+26
2021-11-29Input: elantech - fix stack out of bound access in elantech_change_report_id()Gravatar Andrea Righi 1-1/+7
2021-11-29Input: palmas-pwrbutton - use bitfield helpersGravatar Geert Uytterhoeven 1-2/+3
2021-11-28Input: iqs626a - prohibit inlining of channel parsing functionsGravatar Jeff LaBundy 1-9/+12
2021-11-28Input: i8042 - add deferred probe supportGravatar Takashi Iwai 2-19/+49
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlGravatar Jiri Slaby 1-3/+2
2021-11-23xen: add "not_essential" flag to struct xenbus_driverGravatar Juergen Gross 1-0/+1
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 39-433/+1760
2021-11-11Merge branch 'next' into for-linusGravatar Dmitry Torokhov 39-433/+1760
2021-11-09Input: iforce - fix control-message timeoutGravatar Johan Hovold 1-1/+1