summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel-1/+1
2023-05-11Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov-4/+5
2023-05-11Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede-0/+30
2023-05-10Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut-2/+1
2023-05-08Input: pwm-vibra - add support for enable GPIOLuca Weiss-0/+16
2023-05-08Input: pwm-vibra - add newline to dev_err printsLuca Weiss-10/+10
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut-13/+23
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann-0/+1
2023-05-05Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand-0/+77
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov-1/+1
2023-05-05Input: tests - fix input_test_match_device_id testDmitry Torokhov-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov-2/+4
2023-05-02Input: tests - modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven-1/+1
2023-05-02Input: tests - fix use-after-free and refcount underflow in input_test_exit()Geert Uytterhoeven-2/+2
2023-05-01Input: uinput - allow injecting event timesBiswarup Pal-0/+34
2023-05-01Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch-0/+85
2023-05-01Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou-2/+1
2023-05-01Input: cyttsp5 - fix array lengthMaximilian Weigand-1/+1
2023-05-01Input: cyttsp5 - remove unused codeMaximilian Weigand-5/+0
2023-05-01Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-297/+1015
2023-05-01Input: drv260x - fix magnitude handlingLuca Weiss-6/+7
2023-05-01Input: drv260x - remove unused .reg_defaultsLuca Weiss-40/+0
2023-05-01Input: drv260x - sleep between polling GO bitLuca Weiss-0/+1
2023-05-01Input: drv260x - fix typo in register value defineLuca Weiss-2/+2
2023-05-01Merge branch 'next' into for-linusDmitry Torokhov-2298/+1045
2023-05-01Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov-23/+0
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2023-04-23Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki-1/+1
2023-04-14Input: xpad - fix PowerA EnWired Controller guide buttonVicki Pfau-0/+15
2023-04-14Input: xpad - add constants for GIP interface numbersVicki Pfau-1/+4
2023-04-13Input: cyttsp5 - fix sensing configuration data structurehrdl-0/+1
2023-04-13Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong-1/+1
2023-04-13Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin-2/+1
2023-04-10Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle-0/+1
2023-04-10Input: melfas_mip4 - report palm touchesJungHoon Hyun-9/+10
2023-04-09Input: pegasus-notetaker - check pipe type when probingSoumya Negi-0/+6
2023-04-09Input: cma3000_d0x - remove unneeded codeJiapeng Chong-2/+0
2023-04-02Input: edt-ft5x06 - calculate points data length only onceDario Binacchi-28/+28
2023-04-02Input: edt-ft5x06 - unify the crc checkDario Binacchi-6/+3
2023-04-02Input: edt-ft5x06 - convert to use regmap APIDario Binacchi-210/+214
2023-04-02Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi-3/+3
2023-04-02Input: edt-ft5x06 - remove code duplicationDario Binacchi-4/+7
2023-04-02Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi-4/+4
2023-04-02Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi-2/+2
2023-04-02Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi-2/+0
2023-04-02Input: edt-ft5x06 - fix indentationDario Binacchi-16/+20
2023-04-02Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara-15/+2
2023-04-01Input: Add KUnit tests for some of the input core helper functionsJavier Martinez Canillas-0/+167