summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2022-03-05Input: mt6779-keypad - add MediaTek keypad driverfengping.yu3-0/+234
2022-02-28Input: da9063 - use devm_delayed_work_autocancel()Christophe JAILLET1-10/+3
2022-02-28Input: goodix - fix race on driver unbindHans de Goede2-13/+23
2022-02-28Input: goodix - use input_copy_abs() helperHans de Goede1-17/+9
2022-02-28Input: add input_copy_abs() functionHans de Goede1-0/+36
2022-02-28Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsHans de Goede1-6/+3
2022-02-18Merge tag 'v5.17-rc4' into nextDmitry Torokhov2-12/+5
2022-02-15Input: tsc200x - add axis inversion and swapping supportYunus Bas1-3/+4
2022-02-15Input: xbox - correct the name for Xbox Series S|X controllerMarcos Alano1-1/+1
2022-02-15Input: ps2-gpio - enforce GPIOs flag open drainDanilo Krummrich1-2/+7
2022-02-15Input: ps2-gpio - don't send rx data before the stop bitDanilo Krummrich1-14/+8
2022-02-15Input: ps2-gpio - remove tx timeout from ps2_gpio_irq_tx()Danilo Krummrich1-9/+1
2022-02-15Input: ps2-gpio - use ktime for IRQ timekeepingDanilo Krummrich1-20/+82
2022-02-15Input: ps2-gpio - refactor struct ps2_gpio_dataDanilo Krummrich1-28/+32
2022-02-07Input: mtk-pmic-keys - add support for MT6358Mattijs Korpershoek1-2/+46
2022-02-07Input: mtk-pmic-keys - use get_irq_byname() instead of indexMattijs Korpershoek1-2/+5
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai1-9/+3
2022-01-31Input: wm97xx: Simplify resource managementChristophe JAILLET1-9/+3
2022-01-17Merge tag 'v5.16' into nextDmitry Torokhov16-73/+186
2022-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-85/+392
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov22-153/+404
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+2
2022-01-10Input: ti_am335x_tsc - fix a typo in a commentQinghua Jin1-1/+1
2022-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-9/+9
2022-01-08Input: zinitix - add compatible for bt532Nikita Travkin1-0/+1
2022-01-08Input: zinitix - handle proper supply namesLinus Walleij1-5/+16
2022-01-08Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin1-9/+9
2022-01-08Input: axp20x-pek - revert "always register interrupt handlers" changeHans de Goede1-37/+35
2022-01-03Input: gpio-keys - avoid clearing twice some memoryChristophe JAILLET1-1/+1
2022-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+11
2021-12-30Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-12-30Input: appletouch - initialize work before device registrationPavel Skripkin1-2/+2
2021-12-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-37/+149
2021-12-20Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang1-1/+45
2021-12-20Input: byd - fix typo in a commentXiang wangx1-1/+1
2021-12-19Input: ucb1400_ts - remove redundant variable penupColin Ian King1-3/+1
2021-12-19Input: ti_am335x_tsc - lower the X and Y sampling timeDario Binacchi1-3/+7
2021-12-19Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2Dario Binacchi1-1/+4
2021-12-19Input: ti_am335x_tsc - set ADCREFM for X configurationDario Binacchi1-1/+2
2021-12-12Input: silead - add pen supportHans de Goede1-0/+99
2021-12-12Input: silead - add support for EFI-embedded fw using different min/max coord...Hans de Goede1-5/+68
2021-12-12Input: goodix - 2 small fixes for pen supportHans de Goede1-1/+2
2021-12-12Input: goodix - improve gpiod_get() error loggingHans de Goede1-2/+2
2021-12-12Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito1-1/+1
2021-12-09Input: goodix - fix memory leak in goodix_firmware_uploadJosé Expósito1-1/+1
2021-12-09Input: goodix - add pen supportHans de Goede2-2/+121
2021-12-08Merge tag 'v5.15' into nextDmitry Torokhov22-211/+123
2021-12-06Input: goodix - add id->model mapping for the "9111" modelHans de Goede1-0/+1
2021-12-06Input: ff-core - correct magnitude setting for rumble compatibilityCharles Keepax1-1/+1
2021-12-06Input: palmas-pwrbutton - make a couple of arrays static constColin Ian King1-2/+2