summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+1
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds113-403/+793
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-72/+41
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-1/+1
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-27Merge branch 'next' into for-linusDmitry Torokhov113-403/+793
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown5-7/+37
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet1-1/+1
2023-06-10Input: ads7846 - fix pointer cast warningArnd Bergmann1-1/+1
2023-06-07Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-7/+37
2023-06-07Input: ads7846 - Fix usage of match dataLinus Walleij1-8/+1
2023-06-06Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly1-4/+15
2023-06-06Input: gameport - provide default trigger() and read()Dmitry Torokhov1-2/+16
2023-06-06Input: tps65219-pwrbutton - use regmap_set_bits()Uwe Kleine-König1-3/+2
2023-06-06Input: tps65219-pwrbutton - convert to .remove_new()Uwe Kleine-König1-5/+8
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij1-72/+41
2023-05-24Input: tests - add test to cover all input_grab_device() functionDana Elfassy1-0/+32
2023-05-24Input: gpio-keys - use input_report_key()Geert Uytterhoeven1-3/+3
2023-05-24Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas1-1/+0
2023-05-23Input: xpad - spelling fixes for "Xbox"Ismael Ferreras Morezuelas2-39/+39
2023-05-23Input: add HAS_IOPORT dependenciesNiklas Schnelle2-0/+2
2023-05-18Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov1-4/+32
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov3-129/+231
2023-05-18Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov1-4/+11
2023-05-18Input: libps2 - fix NAK handlingDmitry Torokhov1-1/+1
2023-05-18Input: libps2 - rework handling of command responseDmitry Torokhov1-8/+10
2023-05-18Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov1-7/+2
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov6-29/+44
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König92-92/+92
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel1-1/+1
2023-05-11Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov1-4/+5
2023-05-11Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede1-0/+30
2023-05-11Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut1-2/+1
2023-05-08Input: pwm-vibra - add support for enable GPIOLuca Weiss1-0/+16
2023-05-08Input: pwm-vibra - add newline to dev_err printsLuca Weiss1-10/+10
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut1-13/+23
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann1-0/+1
2023-05-05Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand1-0/+77
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov1-1/+1
2023-05-05Input: tests - fix input_test_match_device_id testDmitry Torokhov1-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov1-2/+4
2023-05-02Input: tests - modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven1-1/+1
2023-05-02Input: tests - fix use-after-free and refcount underflow in input_test_exit()Geert Uytterhoeven1-2/+2
2023-05-02Input: uinput - allow injecting event timesBiswarup Pal1-0/+34
2023-05-02Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch1-0/+85
2023-05-02Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou1-2/+1
2023-05-02Input: cyttsp5 - fix array lengthMaximilian Weigand1-1/+1
2023-05-02Input: cyttsp5 - remove unused codeMaximilian Weigand1-5/+0
2023-05-02Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-297/+1015
2023-05-02Input: drv260x - fix magnitude handlingLuca Weiss1-6/+7