summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar21-9/+32
2017-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+2
2017-11-03Input: sparse-keymap - send sync event for KE_SW/KE_VSWStefan BrĂ¼ns1-0/+1
2017-11-03Input: ar1021_i2c - set INPUT_PROP_DIRECTMartin Kepplinger1-0/+1
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook1-6/+5
2017-11-03Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim1-12/+40
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-9/+14
2017-10-28Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King1-1/+1
2017-10-28Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan1-2/+3
2017-10-28Input: gtco - fix potential out-of-bound accessDmitry Torokhov1-7/+10
2017-10-26Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan3-0/+234
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-24Input: goodix - support gt1151 touchpanelMarcin Niestroj1-27/+98
2017-10-24Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng1-0/+1
2017-10-24Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov1-0/+1
2017-10-24Input: hil_mlc - convert to using timer_setup()Kees Cook1-2/+2
2017-10-24Input: hp_sdc - convert to using timer_setup()Kees Cook1-3/+2
2017-10-24Input: touchsceen - convert timers to use timer_setup()Kees Cook5-18/+18
2017-10-24Input: keyboard - convert timers to use timer_setup()Kees Cook6-22/+19
2017-10-24Input: uinput - fold header into the driver properDmitry Torokhov1-1/+39
2017-10-24Input: uinput - remove uinput_allocate_device()Dmitry Torokhov1-18/+10
2017-10-24Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov1-116/+115
2017-10-24Input: uinput - allow FF requests to time outDmitry Torokhov1-1/+5
2017-10-24Input: ad7877 - convert to using timer_setup()stephen lu1-3/+3
2017-10-24Input: gpio-keys - convert timers to use timer_setup()stephen lu1-4/+3
2017-10-24Input: ff_memless - convert to using timer_setup()Kees Cook1-4/+4
2017-10-24Input: alps - convert to using timer_setup()Kees Cook1-4/+4
2017-10-24Input: byd - convert to using timer_setup()Kees Cook1-4/+6
2017-10-23Merge tag 'v4.14-rc6' into nextDmitry Torokhov16-131/+246
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman9-96/+183
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-96/+183
2017-10-20Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov1-2/+14
2017-10-20Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig1-11/+39
2017-10-20Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig1-29/+93
2017-10-20Input: gpio_mouse - add device tree probingLinus Walleij1-0/+8
2017-10-20Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij1-124/+67
2017-10-20Input: gpio_mouse - rename platform data variablesLinus Walleij1-20/+20
2017-10-20Input: gpio_mouse - kill off platform dataLinus Walleij1-7/+52
2017-10-20Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander1-6/+64
2017-10-20Input: allow matching device IDs on property bitsDmitry Torokhov1-1/+2
2017-10-20Input: factor out and export input_device_id matching codeDmitry Torokhov1-45/+38
2017-10-20Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil1-23/+44
2017-10-20Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede1-1/+1
2017-10-20Input: tca8418 - enable interrupt after it has been requestedDamien Riegel1-12/+17
2017-10-19Input: stmfts - fix setting ABS_MT_POSITION_* maximum sizeChanwoo Choi1-4/+2
2017-10-19Input: ti_am335x_tsc - fix incorrect step config for 5 wire touchscreenJeff Lance1-1/+1
2017-10-10Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King1-1/+1
2017-10-10Input: synaptics - disable kernel tracking on SMBus devicesAndrew Duggan1-2/+1