aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2019-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 6-17/+49
2019-12-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 6-17/+49
2019-12-04Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfersGravatar Hans Verkuil 1-2/+0
2019-12-04Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflashGravatar Lucas Stach 1-0/+3
2019-12-04Input: goodix - add upside-down quirk for Teclast X89 tabletGravatar Hans de Goede 1-0/+9
2019-12-04Input: uinput - fix returning EPOLLOUT from uinput_pollGravatar Marcel Holtmann 1-1/+1
2019-12-04Input: snvs_pwrkey - remove gratuitous NULL initializersGravatar Dmitry Torokhov 1-2/+2
2019-12-03Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-4/+2
2019-11-25Input: snvs_pwrkey - send key events for i.MX6 S, DL and QGravatar Robin van der Gracht 2-12/+34
2019-11-25Merge branch 'next' into for-linusGravatar Dmitry Torokhov 47-1805/+1497
2019-11-22Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54Gravatar Hans Verkuil 1-1/+14
2019-11-22Input: synaptics - switch another X1 Carbon 6 to RMI/SMbusGravatar Hans Verkuil 1-0/+1
2019-11-22Input: fix Kconfig indentationGravatar Krzysztof Kozlowski 4-27/+27
2019-11-22Revert "Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation"Gravatar Lyude Paul 1-1/+0
2019-11-21Revert "Input: cros_ec_keyb: mask out extra flags in event_type"Gravatar Gwendal Grignou 1-1/+1
2019-11-21Revert "Input: cros_ec_keyb - add back missing mask for event_type"Gravatar Gwendal Grignou 1-4/+2
2019-11-15Input: synaptics - enable RMI mode for X1 Extreme 2nd GenerationGravatar Lyude Paul 1-0/+1
2019-11-15Input: imx_sc_key - correct SCU message structure to avoid stack corruptionGravatar Anson Huang 1-1/+1
2019-11-15Input: synaptics-rmi4 - destroy F54 poller workqueue when removingGravatar Chuhong Yuan 1-0/+1
2019-11-15Input: ff-memless - kill timer in destroy()Gravatar Oliver Neukum 1-0/+9
2019-11-12Input: cyttsp4_core - fix use after free bugGravatar Pan Bian 1-7/+0
2019-11-12Input: synaptics-rmi4 - clear IRQ enables for F54Gravatar Lucas Stach 1-1/+1
2019-11-12Input: ili210x - optionally show calibrate sysfs attributeGravatar Sven Van Asbroeck 1-0/+14
2019-11-12Input: ili210x - add resolution to chip operations structureGravatar Sven Van Asbroeck 1-2/+7
2019-11-12Input: ili210x - do not retrieve/print chip firmware versionGravatar Sven Van Asbroeck 1-21/+0
2019-11-11Input: mms114 - use device_get_match_dataGravatar Stephan Gerhold 1-2/+1
2019-11-11Merge branch 'ili2xxx-touchscreen' into nextGravatar Dmitry Torokhov 1-162/+216
2019-11-11Input: ili210x - remove unneeded suspend and resume handlersGravatar Dmitry Torokhov 1-24/+0
2019-11-11Input: ili210x - do not unconditionally mark touchscreen as wakeup sourceGravatar Dmitry Torokhov 1-2/+0
2019-11-11Input: ili210x - define and use chip operations structureGravatar Dmitry Torokhov 1-136/+173
2019-11-11Input: ili210x - do not set parent device explicitlyGravatar Dmitry Torokhov 1-1/+0
2019-11-11Input: ili210x - handle errors from input_mt_init_slots()Gravatar Dmitry Torokhov 1-1/+6
2019-11-11Input: ili210x - switch to using threaded IRQGravatar Dmitry Torokhov 1-61/+56
2019-11-11Input: ili210x - add ILI2117 supportGravatar Marek Vasut 1-1/+45
2019-11-11Input: ar1021 - fix typo in preprocessor macro nameGravatar Flavio Suligoi 1-2/+2
2019-11-04Input: synaptics-rmi4 - simplify data read in rmi_f54_workGravatar Lucas Stach 1-32/+16
2019-11-04Input: synaptics-rmi4 - remove unused result_bits maskGravatar Andrew Duggan 1-4/+1
2019-11-04Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Gravatar Andrew Duggan 2-4/+4
2019-11-04Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driverGravatar Andrew Duggan 1-2/+26
2019-11-04Input: synaptics-rmi4 - fix video buffer sizeGravatar Lucas Stach 1-1/+1
2019-10-29Input: kxtj9 - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-122/+37
2019-10-29Input: kxtj9 - switch to using managed resourcesGravatar Dmitry Torokhov 1-58/+28
2019-10-29Input: bma150 - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-112/+44
2019-10-29Input: bma150 - use managed resources helpersGravatar Jonathan Bakker 1-37/+14
2019-10-29Input: mma8450 - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-56/+46
2019-10-29Input: gpio_decoder - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-20/+23
2019-10-29Input: rb532_button - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-16/+17
2019-10-29Input: rb532_button - switch to using managed resourcesGravatar Dmitry Torokhov 1-18/+2
2019-10-29Input: sgi_btns - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-13/+13
2019-10-29Input: sgi_btns - switch to using managed resourcesGravatar Dmitry Torokhov 1-29/+8