summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Input: synaptics-rmi4 - clear IRQ enables for F54Lucas Stach2019-11-121-1/+1
* | | | | | Input: synaptics-rmi4 - remove unused result_bits maskAndrew Duggan2019-11-041-4/+1
* | | | | | Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Andrew Duggan2019-11-042-4/+4
* | | | | | Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driverAndrew Duggan2019-11-041-2/+26
* | | | | | Input: synaptics-rmi4 - fix video buffer sizeLucas Stach2019-11-041-1/+1
| |_|_|_|/ |/| | | |
* | | | | Input: st1232 - fix reporting multitouch coordinatesDixit Parmar2019-10-211-2/+4
| |_|_|/ |/| | |
* | | | Revert "Input: elantech - enable SMBus on new (2018+) systems"Kai-Heng Feng2019-10-151-26/+29
* | | | Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green2019-10-111-1/+5
* | | | Input: soc_button_array - partial revert of support for newer surface devicesHans de Goede2019-10-081-5/+12
* | | | Input: goodix - add support for 9-bytes reportsYauhen Kharuzhy2019-10-021-8/+50
* | | | Input: da9063 - fix capability and drop KEY_SLEEPMarco Felsch2019-10-021-4/+1
|/ / /
* | | Input: sidewinder - make array seq static const, makes object smallerColin Ian King2019-09-051-1/+1
* | | Input: reset device timestamp on syncDmitry Torokhov2019-09-051-0/+7
* | | Input: bu21013_ts - switch to using standard touchscreen propertiesDmitry Torokhov2019-09-021-21/+33
* | | Input: bu21013_ts - switch to using MT-B (slotted) protocolDmitry Torokhov2019-09-021-37/+43
* | | Input: bu21013_ts - fix suspend when wake sourceDmitry Torokhov2019-09-021-24/+24
* | | Input: bu21013_ts - use interrupt from I2C clientDmitry Torokhov2019-09-021-16/+19
* | | Input: bu21013_ts - remove support for platform dataDmitry Torokhov2019-09-021-72/+37
* | | Input: bu21013_ts - convert to using managed resourcesDmitry Torokhov2019-09-021-98/+84
* | | Input: bu21013_ts - remove useless commentsDmitry Torokhov2019-09-021-59/+2
* | | Input: bu21013_ts - annotate supend/resume methods as __maybe_unusedDmitry Torokhov2019-09-021-10/+3
* | | Input: bu21013_ts - rename some variablesDmitry Torokhov2019-09-021-186/+190
* | | Input: bu21013_ts - convert to use GPIO descriptorsLinus Walleij2019-09-021-48/+38
* | | Input: i8042 - enable wakeup on a stable struct deviceStephen Boyd2019-08-291-11/+14
* | | Input: soc_button_array - use platform_device_register_resndata()Enrico Weigelt2019-08-201-14/+8
* | | Input: psmouse - drop all unneeded functions from mouse headersHui Wang2019-08-2011-114/+8
* | | Input: add support for polling to input devicesDmitry Torokhov2019-08-204-8/+261
* | | Input: wacom_w8001 - allocate additional space for 'phys'Jason Gerecke2019-08-201-1/+3
* | | Input: cros_ec_keyb - add back missing mask for event_typeFei Shao2019-08-161-2/+4
* | | Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-1437-142/+44
* | | Input: applespi - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-24/+6
* | | Input: edt-ft5x06 - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-2/+0
* | | Input: matrix-keymap - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-1/+1
* | | Input: atmel_mxt_ts - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-2/+1
* | | Input: hideep - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-2/+1
* | | Input: mpr121 - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-2/+1
* | | Input: axp20x-pek - convert driver to use dev_groupsGreg Kroah-Hartman2019-08-121-12/+3
* | | Input: gpio_keys - convert driver to use dev_groupsGreg Kroah-Hartman2019-08-121-11/+2
* | | Merge tag 'v5.3-rc4' into nextDmitry Torokhov2019-08-1113-53/+65
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-08-097-44/+56
| |\ \ | | |/ | |/|
| | * Input: iforce - add sanity checksOliver Neukum2019-08-061-0/+5
| | * Input: applespi - use struct_size() helperGustavo A. R. Silva2019-08-061-2/+1
| | * Input: kbtab - sanity check for endpoint typeOliver Neukum2019-08-011-2/+4
| | * Input: usbtouchscreen - initialize PM mutex before using itOliver Neukum2019-08-011-0/+2
| | * Input: applespi - add dependency on LEDS_CLASSYueHaibing2019-07-311-0/+1
| | * Input: synaptics - enable RMI mode for HP Spectre X360Dmitry Torokhov2019-07-251-0/+1
| | * Input: elantech - annotate fall-through case in elantech_use_host_notify()Dmitry Torokhov2019-07-241-0/+1
| | * Input: elantech - enable SMBus on new (2018+) systemsKai-Heng Feng2019-07-231-29/+25
| | * Input: applespi - fix trivial typo in struct descriptionNikolas Nyby2019-07-231-4/+4
| | * Input: applespi - select CRC16 moduleArnd Bergmann2019-07-231-0/+1
OpenPOWER on IntegriCloud