aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-23Input: gpio-keys - convert timers to use timer_setup()stephen lu1-4/+3
2017-10-23Input: ff_memless - convert to using timer_setup()Kees Cook1-4/+4
2017-10-23Input: alps - convert to using timer_setup()Kees Cook1-4/+4
2017-10-23Input: 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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-96/+183
2017-10-19Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov1-2/+14
2017-10-19Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig1-11/+39
2017-10-19Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig1-29/+93
2017-10-19Input: gpio_mouse - add device tree probingLinus Walleij1-0/+8
2017-10-19Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij1-124/+67
2017-10-19Input: gpio_mouse - rename platform data variablesLinus Walleij1-20/+20
2017-10-19Input: gpio_mouse - kill off platform dataLinus Walleij1-7/+52
2017-10-19Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander1-6/+64
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov1-1/+2
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov1-45/+38
2017-10-19Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil1-23/+44
2017-10-19Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede1-1/+1
2017-10-19Input: tca8418 - enable interrupt after it has been requestedDamien Riegel1-12/+17
2017-10-18Input: stmfts - fix setting ABS_MT_POSITION_* maximum sizeChanwoo Choi1-4/+2
2017-10-18Input: ti_am335x_tsc - fix incorrect step config for 5 wire touchscreenJeff Lance1-1/+1
2017-10-09Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King1-1/+1
2017-10-09Input: synaptics - disable kernel tracking on SMBus devicesAndrew Duggan1-2/+1
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman3-22/+50
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-09-29Input: ad7879 - use managed devm_device_add_groupAndi Shyti1-12/+1
2017-09-29Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti1-7/+2
2017-09-29Input: wdt87xx_i2c - use managed devm_device_add_groupAndi Shyti1-9/+1
2017-09-29Input: rohm_bu21023 - use managed devm_device_add_groupAndi Shyti1-16/+1
2017-09-29Input: raydium_i2c_ts - use managed devm_device_add_groupAndi Shyti1-17/+1
2017-09-29Input: melfas_mip4 - use managed devm_device_add_groupAndi Shyti1-16/+1
2017-09-29Input: elants_i2c - use managed devm_device_add_groupAndi Shyti1-18/+1
2017-09-29Input: elan_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov1-3/+7
2017-09-26Input: usbtouchscreen - use EXPERT instead of EMBEDDED for EasyTouchRandy Dunlap1-1/+1
2017-09-26Input: sa1111ps2 - extend test delayRussell King1-1/+1
2017-09-26Input: sa1111ps2 - remove special sa1111 mmio accessorsRussell King1-16/+16
2017-09-26Input: sa1111ps2 - use sa1111_get_irq() to obtain IRQ resourcesRussell King1-11/+24
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+0
2017-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-22/+50
2017-09-22Input: elan_i2c - extend Flash-Write delayKT Liao1-1/+1
2017-09-22Input: stmfts - use devm_device_add_groupAndi Shyti1-3/+1
2017-09-21Input: elan_i2c - remove duplicate ELAN0605 idNik Nyby1-1/+0
2017-09-21Merge tag 'ib-mfd-input-rtc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov1-1/+1
2017-09-21Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov13-44/+95
2017-09-21Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov1-18/+21
2017-09-21Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2-3/+28
2017-09-20Input: adxl34x - do not treat FIFO_MODE() as booleanArnd Bergmann1-1/+1
2017-09-19Input: wm97xx: add new AC97 bus supportRobert Jarzmik2-2/+56
2017-09-19Input: wm97xx: split out touchscreen registeringRobert Jarzmik1-81/+115