summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | * Input: applespi - fix warnings detected by sparseRonald Tschalär2019-07-211-7/+11
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-2020-29/+2183
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2019-07-20377-2611/+2576
| | |\
| * | | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
| * | | Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-07-141-1/+1
| |\ \ \
| | * | | *: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov2019-07-141-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-1325-700/+774
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'next' into for-linusDmitry Torokhov2019-07-1034-789/+1138
| | |\ \ \
| | * | | | Input: atmel_mxt_ts - fix leak in mxt_update_cfg()Ian Ray2019-07-051-1/+2
| | * | | | Input: synaptics - enable SMBUS on T480 thinkpad trackpadCole Rogers2019-07-011-0/+1
| * | | | | Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-111-1/+1
| |\ \ \ \ \
| | * | | | | Input: cros_ec_keyb: mask out extra flags in event_typeTing Shen2019-06-201-1/+1
| * | | | | | Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-07-091-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2019-07-081-1/+1
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki2019-06-191-1/+1
| * | | | | | | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-091-4/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | media: touchscreen/sur40: set device_caps in struct video_deviceHans Verkuil2019-06-121-4/+2
| | |/ / / / /
* | | | | | | Input: remove w90x900 touchscreen driverArnd Bergmann2019-08-093-341/+0
* | | | | | | Input: remove w90x900 keyboard driverArnd Bergmann2019-08-093-276/+0
* | | | | | | Input: synaptics - fix a typoChristophe JAILLET2019-08-091-1/+1
* | | | | | | Input: ads7846 - add support for general touchscreen bindingsMarco Felsch2019-08-091-8/+30
* | | | | | | Input: soc_button_array - add support for newer surface devicesMaximilian Luz2019-07-282-15/+96
* | | | | | | Input: allow drivers specify timestamp for input eventsAtif Niyaz2019-07-252-27/+48
* | | | | | | Input: cyapa - switch to using devm_device_add_group()Dmitry Torokhov2019-07-241-15/+1