summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Input: exc3000 - add EXC80H60 and EXC80H84 supportSebastian Reichel1-14/+66
2020-08-07Input: sentelic - fix error return when fsp_reg_write failsColin Ian King1-1/+1
2020-08-07Input: alps - remove redundant assignment to variable retColin Ian King1-1/+1
2020-08-07Input: ims-pcu - return error code rather than -ENOMEMColin Ian King1-1/+1
2020-07-30Input: elan_i2c - add ic type 0x15Jingle Wu1-1/+2
2020-07-29Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer1-3/+53
2020-07-22Input: ati_remote2 - add missing newlines when printing module parametersXiongfeng Wang1-2/+2
2020-07-22Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang1-1/+1
2020-07-22Merge branch 'for-linus' into nextDmitry Torokhov5-5/+14
2020-07-22Merge branch 'elan-i2c' into nextDmitry Torokhov10-134/+631
2020-07-21Input: elan_i2c - add support for high resolution reportsJingle Wu4-59/+126
2020-07-21Input: elan_i2c - do not constantly re-query pattern IDDmitry Torokhov4-35/+23
2020-07-18Input: elan_i2c - add firmware update info for ICs 0x11, 0x13, 0x14Jingle Wu1-1/+13
2020-07-18Input: elan_i2c - handle firmware updated on newer ICsJingle Wu4-7/+60
2020-07-18Input: elan_i2c - add support for different firmware page sizesJingle Wu4-25/+41
2020-07-18Input: elan_i2c - fix detecting IAP version on older controllersJingle Wu1-4/+10
2020-07-18Input: elan_i2c - handle devices with patterns above 1Jingle Wu1-2/+2
2020-07-18Input: elan_i2c - make fetching IC type of older controllers more robustJingle Wu2-8/+10
2020-07-18Input: elan_i2c - handle firmware not implementing "get pattern" commandJingle Wu1-1/+7
2020-07-16Input: mt - cleanup open-coded __set_bit()Michał Mirosław1-1/+1
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva30-67/+62
2020-07-07Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux listDavid Pedersen1-0/+7
2020-07-07Input: cm109 - remove needless check before usb_free_coherent()Xu Wang1-6/+2
2020-07-07Input: exc3000 - switch to i2c's probe_new APISebastian Reichel1-3/+2
2020-07-07Input: elantech - remove redundant assignments to variable errorColin Ian King1-3/+3
2020-07-07Revert "Input: elants_i2c - report resolution information for touch major"Dmitry Torokhov1-1/+0
2020-07-07Input: elan_i2c - only increment wakeup count on touchDerek Basehore1-4/+5
2020-07-07Input: synaptics - enable InterTouch for ThinkPad X1E 1st genIlya Katsnelson1-0/+1
2020-06-09Input: adi - work around module name confictArnd Bergmann1-0/+1
2020-06-06Merge branch 'next' into for-linusDmitry Torokhov32-792/+2702
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-71/+87
2020-05-27Input: synaptics - add a second working PNP_ID for Lenovo T470sDennis Kadioglu1-0/+1
2020-05-18Input: iqs269a - add missing I2C dependencyJeff LaBundy1-0/+1
2020-05-18Input: elants - refactor elants_i2c_execute_command()Michał Mirosław1-101/+99
2020-05-18Input: elants - override touchscreen info with DT propertiesMichał Mirosław1-2/+5
2020-05-18Input: elants - remove unused axesMichał Mirosław1-18/+8
2020-05-18Merge branch 'for-linus' into nextDmitry Torokhov11-71/+86
2020-05-18Input: add support for Azoteq IQS269AJeff LaBundy3-0/+1844
2020-05-13Input: imx_sc_key - use devm_add_action_or_reset() to handle all cleanupsAnson Huang1-18/+15
2020-05-13Input: remove msm-vibrator driverBrian Masney3-292/+0
2020-05-13Input: elants_i2c - provide an attribute to show calibration countJohnny Chuang1-1/+27
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang9-15/+13
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov30-104/+214
2020-05-10Input: add driver for the Cypress CY8CTMA140 touchscreenLinus Walleij3-0/+366
2020-05-10Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-10Input: edt-ft5x06 - prefer asynchronous probeAhmad Fatoum1-0/+1
2020-05-10Input: edt-ft5x06 - improve power management operationsMarco Felsch1-10/+132
2020-05-10Input: edt-ft5x06 - move parameter restore into helperMarco Felsch1-19/+24
2020-05-10Input: edt-ft5x06 - fix get_default register write accessMarco Felsch1-3/+9
2020-05-06Input: axp20x-pek - always register interrupt handlersHans de Goede1-35/+37