summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2020-09-16Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski-5/+3
2020-09-16Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski-4/+2
2020-09-16Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski-2/+2
2020-09-16Input: stmfts - fix a & vs && typoYueHaibing-1/+1
2020-09-16Input: imx6ul_tsc - unify open/close and PM pathsDmitry Torokhov-30/+22
2020-09-16Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()Dan Carpenter-11/+16
2020-09-16Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang-1/+1
2020-09-14Input: trackpoint - add new trackpoint variant IDsVincent Huang-8/+12
2020-09-13Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang-0/+6
2020-09-13Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...Furquan Shaikh-73/+58
2020-09-13Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede-9/+60
2020-09-13Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede-0/+11
2020-09-13Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede-9/+11
2020-09-13Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson-2/+35
2020-09-08Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset listsHans de Goede-0/+16
2020-08-25Input: MT - avoid comma separated statementsJoe Perches-4/+7
2020-08-24platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-6/+5
2020-08-19ARM: s3c: adc: move header to linux/soc/samsungArnd Bergmann-2/+35
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds-2/+0
2020-08-14input: i8042 - Remove special Cayman handlingGeert Uytterhoeven-2/+0
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-235/+641
2020-08-06Input: exc3000 - add support to query model and fw_versionSebastian Reichel-1/+147
2020-08-06Input: exc3000 - add reset gpio supportSebastian Reichel-0/+17
2020-08-06Input: exc3000 - add EXC80H60 and EXC80H84 supportSebastian Reichel-14/+66
2020-08-06Input: sentelic - fix error return when fsp_reg_write failsColin Ian King-1/+1
2020-08-06Input: alps - remove redundant assignment to variable retColin Ian King-1/+1
2020-08-06Input: ims-pcu - return error code rather than -ENOMEMColin Ian King-1/+1
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+2
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2020-08-03Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...Linus Torvalds-72/+0
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-2/+2
2020-07-29Input: elan_i2c - add ic type 0x15Jingle Wu-1/+2
2020-07-28Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer-3/+53
2020-07-21Input: ati_remote2 - add missing newlines when printing module parametersXiongfeng Wang-2/+2
2020-07-21Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang-1/+1
2020-07-21Merge branch 'for-linus' into nextDmitry Torokhov-5/+14
2020-07-21Merge branch 'elan-i2c' into nextDmitry Torokhov-134/+631
2020-07-21Input: elan_i2c - add support for high resolution reportsJingle Wu-59/+126
2020-07-20Input: elan_i2c - do not constantly re-query pattern IDDmitry Torokhov-35/+23
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman-5/+13
2020-07-17Input: elan_i2c - add firmware update info for ICs 0x11, 0x13, 0x14Jingle Wu-1/+13
2020-07-17Input: elan_i2c - handle firmware updated on newer ICsJingle Wu-7/+60
2020-07-17Input: elan_i2c - add support for different firmware page sizesJingle Wu-25/+41
2020-07-17Input: elan_i2c - fix detecting IAP version on older controllersJingle Wu-4/+10
2020-07-17Input: elan_i2c - handle devices with patterns above 1Jingle Wu-2/+2
2020-07-17Input: elan_i2c - make fetching IC type of older controllers more robustJingle Wu-8/+10
2020-07-17Input: elan_i2c - handle firmware not implementing "get pattern" commandJingle Wu-1/+7
2020-07-17Merge tag 'iio-for-5.9a-take2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-1/+0