summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-13/+12
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-1444-537/+2617
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2017-11-1367-560/+2652
| |\
| | * Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+3
| | * Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-5/+5
| | * Input: spaceball - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+4
| | * Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-101-2/+4
| | * Input: add support for the Samsung S6SY761 touchscreenAndi Shyti2017-11-103-0/+571
| | * Input: add support for HiDeep touchscreenAnthony Kim2017-11-103-0/+1132
| | * Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven2017-11-071-13/+3
| | * Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-0721-9/+32
| | |\
| | * | Input: convert autorepeat timer to use timer_setup()Kees Cook2017-11-031-6/+5
| | * | Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim2017-11-031-12/+40
| | * | Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King2017-10-271-1/+1
| | * | Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan2017-10-253-0/+234
| | * | Input: goodix - support gt1151 touchpanelMarcin Niestroj2017-10-241-27/+98
| | * | Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov2017-10-241-0/+1
| | * | Input: hil_mlc - convert to using timer_setup()Kees Cook2017-10-241-2/+2
| | * | Input: hp_sdc - convert to using timer_setup()Kees Cook2017-10-241-3/+2
| | * | Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-245-18/+18
| | * | Input: keyboard - convert timers to use timer_setup()Kees Cook2017-10-246-22/+19
| | * | Input: uinput - fold header into the driver properDmitry Torokhov2017-10-231-1/+39
| | * | Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-231-18/+10
| | * | Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-231-116/+115
| | * | Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-231-1/+5
| | * | Input: ad7877 - convert to using timer_setup()stephen lu2017-10-231-3/+3
| | * | Input: gpio-keys - convert timers to use timer_setup()stephen lu2017-10-231-4/+3
| | * | Input: ff_memless - convert to using timer_setup()Kees Cook2017-10-231-4/+4
| | * | Input: alps - convert to using timer_setup()Kees Cook2017-10-231-4/+4
| | * | Input: byd - convert to using timer_setup()Kees Cook2017-10-231-4/+6
| | * | Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-2316-131/+246
| | |\ \
| | * | | Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig2017-10-191-11/+39
| | * | | Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig2017-10-191-29/+93
| | * | | Input: gpio_mouse - add device tree probingLinus Walleij2017-10-191-0/+8
| | * | | Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij2017-10-191-124/+67
| | * | | Input: gpio_mouse - rename platform data variablesLinus Walleij2017-10-191-20/+20
| | * | | Input: gpio_mouse - kill off platform dataLinus Walleij2017-10-191-7/+52
| | * | | Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King2017-10-091-1/+1
| | * | | Input: ad7879 - use managed devm_device_add_groupAndi Shyti2017-09-291-12/+1
| | * | | Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti2017-09-291-7/+2
| | * | | Input: wdt87xx_i2c - use managed devm_device_add_groupAndi Shyti2017-09-291-9/+1
| | * | | Input: rohm_bu21023 - use managed devm_device_add_groupAndi Shyti2017-09-291-16/+1
| | * | | Input: raydium_i2c_ts - use managed devm_device_add_groupAndi Shyti2017-09-291-17/+1
| | * | | Input: melfas_mip4 - use managed devm_device_add_groupAndi Shyti2017-09-291-16/+1
| | * | | Input: elants_i2c - use managed devm_device_add_groupAndi Shyti2017-09-291-18/+1
| | * | | Input: elan_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-09-291-3/+7
| | * | | Input: usbtouchscreen - use EXPERT instead of EMBEDDED for EasyTouchRandy Dunlap2017-09-261-1/+1
| | * | | Input: sa1111ps2 - extend test delayRussell King2017-09-261-1/+1