summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+16
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-9/+14
2017-10-27Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King-1/+1
2017-10-27Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan-2/+3
2017-10-27Input: gtco - fix potential out-of-bound accessDmitry Torokhov-7/+10
2017-10-25Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan-0/+234
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-24Input: goodix - support gt1151 touchpanelMarcin Niestroj-27/+98
2017-10-24Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng-0/+1
2017-10-24Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov-0/+1
2017-10-24Input: hil_mlc - convert to using timer_setup()Kees Cook-2/+2
2017-10-24Input: hp_sdc - convert to using timer_setup()Kees Cook-3/+2
2017-10-24Input: touchsceen - convert timers to use timer_setup()Kees Cook-18/+18
2017-10-24Input: keyboard - convert timers to use timer_setup()Kees Cook-22/+19
2017-10-23Input: uinput - fold header into the driver properDmitry Torokhov-1/+39
2017-10-23Input: uinput - remove uinput_allocate_device()Dmitry Torokhov-18/+10
2017-10-23Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov-116/+115
2017-10-23Input: uinput - allow FF requests to time outDmitry Torokhov-1/+5
2017-10-23Input: ad7877 - convert to using timer_setup()stephen lu-3/+3
2017-10-23Input: gpio-keys - convert timers to use timer_setup()stephen lu-4/+3
2017-10-23Input: ff_memless - convert to using timer_setup()Kees Cook-4/+4
2017-10-23Input: alps - convert to using timer_setup()Kees Cook-4/+4
2017-10-23Input: byd - convert to using timer_setup()Kees Cook-4/+6
2017-10-23Merge tag 'v4.14-rc6' into nextDmitry Torokhov-131/+246
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman-96/+183
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-96/+183
2017-10-19Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov-2/+14
2017-10-19Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig-11/+39
2017-10-19Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig-29/+93
2017-10-19Input: gpio_mouse - add device tree probingLinus Walleij-0/+8
2017-10-19Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij-124/+67
2017-10-19Input: gpio_mouse - rename platform data variablesLinus Walleij-20/+20
2017-10-19Input: gpio_mouse - kill off platform dataLinus Walleij-7/+52
2017-10-19Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander-6/+64
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov-1/+2
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov-45/+38
2017-10-19Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil-23/+44
2017-10-19Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede-1/+1
2017-10-19Input: tca8418 - enable interrupt after it has been requestedDamien Riegel-12/+17
2017-10-18Input: stmfts - fix setting ABS_MT_POSITION_* maximum sizeChanwoo Choi-4/+2
2017-10-18Input: ti_am335x_tsc - fix incorrect step config for 5 wire touchscreenJeff Lance-1/+1
2017-10-09Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King-1/+1
2017-10-09Input: synaptics - disable kernel tracking on SMBus devicesAndrew Duggan-2/+1
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman-22/+50
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook-1/+1
2017-09-29Input: ad7879 - use managed devm_device_add_groupAndi Shyti-12/+1
2017-09-29Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti-7/+2
2017-09-29Input: wdt87xx_i2c - use managed devm_device_add_groupAndi Shyti-9/+1
2017-09-29Input: rohm_bu21023 - use managed devm_device_add_groupAndi Shyti-16/+1
2017-09-29Input: raydium_i2c_ts - use managed devm_device_add_groupAndi Shyti-17/+1