aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 7-14/+14
2018-06-15docs: fix broken references with multiple hintsGravatar Mauro Carvalho Chehab 4-8/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 10-33/+37
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 3-0/+349
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-5/+3
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 2-3/+2
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 23-377/+1311
2018-06-04Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI IDGravatar Johannes Wienke 1-0/+1
2018-06-04Merge branch 'next' into for-linusGravatar Dmitry Torokhov 32-1146/+1559
2018-06-04Input: goodix - add new ACPI id for GPD Win 2 touch screenGravatar Ethan Lee 1-0/+1
2018-06-04Input: xpad - add GPD Win 2 Controller USB IDsGravatar Ethan Lee 1-0/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-13/+1
2018-05-30Input: ti_am335x_tsc - prevent system suspend when TSC is in useGravatar Grygorii Strashko 1-0/+3
2018-05-30Input: ti_am335x_tsc - ack pending IRQs at probe and before suspendGravatar Grygorii Strashko 1-0/+4
2018-05-30Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Gravatar Ravi Chandra Sadineni 1-12/+21
2018-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-11/+17
2018-05-29Input: mk712 - update documentation web linkGravatar Martin Kepplinger 1-1/+1
2018-05-24Input: atmel_mxt_ts - fix reset-gpio for level based irqsGravatar Sebastian Reichel 1-11/+7
2018-05-24Input: atmel_mxt_ts - require device properties present when probingGravatar Dmitry Torokhov 1-140/+12
2018-05-24Merge tag 'v4.17-rc6' into nextGravatar Dmitry Torokhov 18-811/+366
2018-05-23Input: psmouse-smbus - allow to control psmouse_deactivateGravatar Benjamin Tissoires 4-5/+13
2018-05-23Input: elantech - detect new ICs and setup Host Notify for themGravatar Benjamin Tissoires 2-4/+22
2018-05-23Input: elantech - add support for SMBus devicesGravatar Benjamin Tissoires 6-11/+246
2018-05-23Input: elantech - query the resolution in query_infoGravatar Benjamin Tissoires 2-12/+17
2018-05-23Input: elantech - split device info into a separate structureGravatar Benjamin Tissoires 2-124/+175
2018-05-23Input: elan_i2c - add trackstick reportGravatar Benjamin Tissoires 1-3/+85
2018-05-23Input: elan_i2c_smbus - fix corrupted stackGravatar Benjamin Tissoires 1-11/+11
2018-05-23Input: synaptics - add Lenovo 80 series ids to SMBusGravatar Benjamin Tissoires 1-0/+2
2018-05-23Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Gravatar Aaron Ma 1-0/+2
2018-05-23Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoi...Gravatar Edvard Holst 1-0/+1
2018-05-23Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMIGravatar Dmitry Torokhov 1-0/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-13/+1
2018-05-15Input: usbtouchscreen - add sysfs attribute for 3M MTouch firmware revGravatar Nick Dyer 1-0/+94
2018-05-15Input: ati_remote2 - fix typo 'can by' to 'can be'Gravatar Wolfram Sang 1-1/+1
2018-05-15Input: replace hard coded string with __func__ in pr_err()Gravatar Nick Simonov 1-2/+1
2018-05-09Input: add support for ChipOne icn8505 based touchscreensGravatar Hans de Goede 3-0/+532
2018-05-08Input: gamecon - avoid using __set_bit() for capabilitiesGravatar Marcus Folkesson 1-12/+15
2018-05-08Input: as5011 - avoid using __set_bit() for capabilitiesGravatar Marcus Folkesson 1-3/+1
2018-05-08Input: xpad - avoid using __set_bit() for capabilitiesGravatar Marcus Folkesson 1-10/+10
2018-05-08Input: xpad - fix some coding style issuesGravatar Leo Sperling 1-6/+9
2018-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 5-84/+135
2018-05-01Input: atmel_mxt_ts - add missing compatible strings to OF device tableGravatar Javier Martinez Canillas 1-0/+5
2018-05-01Input: atmel_mxt_ts - fix the firmware updateGravatar Nick Dyer 1-76/+110
2018-05-01Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProGravatar Vittorio Gambaletta (VittGam) 1-0/+9
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 1-1/+6
2018-04-23Input: hideep_ts - fix a typo in KconfigGravatar Masanari Iida 1-1/+1
2018-04-23Input: alps - fix reporting pressure of v3 trackstickGravatar Pali Rohár 1-1/+1