summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov2023-05-186-29/+44
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-1792-92/+92
* Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut2023-05-111-2/+1
* Input: pwm-vibra - add support for enable GPIOLuca Weiss2023-05-081-0/+16
* Input: pwm-vibra - add newline to dev_err printsLuca Weiss2023-05-081-10/+10
* Input: ili210x - probe even if no resolution informationMarek Vasut2023-05-061-13/+23
* Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann2023-05-051-0/+1
* Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand2023-05-051-0/+77
* Input: tests - fix input_test_match_device_id testDmitry Torokhov2023-05-051-1/+1
* Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov2023-05-021-2/+4
* Input: tests - modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven2023-05-021-1/+1
* Input: tests - fix use-after-free and refcount underflow in input_test_exit()Geert Uytterhoeven2023-05-021-2/+2
* Input: uinput - allow injecting event timesBiswarup Pal2023-05-021-0/+34
* Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch2023-05-021-0/+85
* Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou2023-05-021-2/+1
* Input: cyttsp5 - remove unused codeMaximilian Weigand2023-05-021-5/+0
* Input: drv260x - fix magnitude handlingLuca Weiss2023-05-021-6/+7
* Input: drv260x - remove unused .reg_defaultsLuca Weiss2023-05-021-40/+0
* Input: drv260x - sleep between polling GO bitLuca Weiss2023-05-021-0/+1
* Input: drv260x - fix typo in register value defineLuca Weiss2023-05-021-2/+2
* Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov2023-05-021-23/+0
* Input: xpad - fix PowerA EnWired Controller guide buttonVicki Pfau2023-04-141-0/+15
* Input: xpad - add constants for GIP interface numbersVicki Pfau2023-04-141-1/+4
* Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong2023-04-141-1/+1
* Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin2023-04-141-2/+1
* Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle2023-04-111-0/+1
* Input: melfas_mip4 - report palm touchesJungHoon Hyun2023-04-111-9/+10
* Input: cma3000_d0x - remove unneeded codeJiapeng Chong2023-04-101-2/+0
* Input: edt-ft5x06 - calculate points data length only onceDario Binacchi2023-04-031-28/+28
* Input: edt-ft5x06 - unify the crc checkDario Binacchi2023-04-031-6/+3
* Input: edt-ft5x06 - convert to use regmap APIDario Binacchi2023-04-031-210/+214
* Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi2023-04-031-3/+3
* Input: edt-ft5x06 - remove code duplicationDario Binacchi2023-04-031-4/+7
* Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi2023-04-031-4/+4
* Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi2023-04-031-2/+2
* Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi2023-04-031-2/+0
* Input: edt-ft5x06 - fix indentationDario Binacchi2023-04-031-16/+20
* Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara2023-04-031-15/+2
* Input: Add KUnit tests for some of the input core helper functionsJavier Martinez Canillas2023-04-025-0/+167
* Input: add a new Novatek NVT-ts driverHans de Goede2023-04-023-0/+312
* Input: xpad - fix support for some third-party controllersVicki Pfau2023-04-021-0/+23
* Input: xpad - treat Qanba controllers as Xbox360 controllersPierre-Loup A. Griffais2023-04-021-0/+1
* Input: xpad - add VID for Turtle Beach controllersVicki Pfau2023-03-241-0/+1
* Input: xpad - remove unused field in VID/PID tableVicki Pfau2023-03-241-1/+0
* Input: iqs62x-keys - suppress duplicated error message in .remove()Uwe Kleine-König2023-03-201-1/+1
* Input: bcm_iproc_tsc - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: sun4i-ts - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: st-keyscan - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: zinitix - use of_property_present() for testing DT property presenceRob Herring2023-03-171-1/+1