summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Input: egalax_ts - switch to SPDX identifierFabio Estevam2018-07-181-4/+1
* | | | | | | Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior2018-07-041-1/+1
* | | | | | | Input: cros_ec_keyb - remove redundant variable num_colsColin Ian King2018-07-041-3/+0
* | | | | | | Input: eeti - fix link to documentation and email address in headerDaniel Mack2018-07-041-3/+3
* | | | | | | Input: eeti - drop module parameters, parse DT propertiesDaniel Mack2018-07-041-17/+5
* | | | | | | Input: eeti - add device tree matching tableDaniel Mack2018-07-041-0/+9
* | | | | | | Input: add bu21029 touch driverZhu Yi2018-06-243-0/+497
* | | | | | | Input: imx6ul_tsc - switch to SPDX identifierFabio Estevam2018-06-211-9/+5
* | | | | | | Input: fsl-imx25-tcq - switch to SPDX identifierFabio Estevam2018-06-211-13/+8
* | | | | | | Input: snvs_pwrkey - switch to SPDX identifierFabio Estevam2018-06-211-11/+4
* | | | | | | Input: imx_keypad - switch to SPDX identifierFabio Estevam2018-06-211-8/+4
* | | | | | | Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into nextDmitry Torokhov2018-06-123-85/+126
|\ \ \ \ \ \ \
| * | | | | | | Input: xen-kbdfront - allow better run-time configurationOleksandr Andrushchenko2018-06-121-71/+106
| * | | | | | | Input: xen-kbdfront - fix multi-touch XenStore node's locationsOleksandr Andrushchenko2018-06-121-4/+4
| |/ / / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-05-292-11/+17
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Input: elan_i2c_smbus - fix corrupted stackBenjamin Tissoires2018-05-231-11/+11
| | * | | | Input: synaptics - add Lenovo 80 series ids to SMBusBenjamin Tissoires2018-05-231-0/+2
| | * | | | Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Aaron Ma2018-05-231-0/+2
| | * | | | Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoi...Edvard Holst2018-05-231-0/+1
| | * | | | Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMIDmitry Torokhov2018-05-231-0/+1
* | | | | | Input: i8042 - increment wakeup_count for the respective portRavi Chandra Sadineni2018-06-121-0/+3
* | | | | | Input: cros_ec_keyb - remove check before calling pm_wakeup_eventRavi Chandra Sadineni2018-06-121-19/+11
* | | | | | Input: cros_ec_keyb - switch to SPDX identifierEnric Balletbo i Serra2018-06-121-22/+12
* | | | | | Input: cros_ec_keyb - make license text and MODULE_LICENSE matchEnric Balletbo i Serra2018-06-121-1/+1
| |_|_|_|/ |/| | | |
* | | | | Input: do not assign new tracking ID when changing tool typeDmitry Torokhov2018-06-111-1/+1
* | | | | Input: make input_report_slot_state() return booleanDmitry Torokhov2018-06-111-3/+7
* | | | | Input: synaptics-rmi4 - fix axis-swap behaviorLucas Stach2018-06-111-18/+16
* | | | | Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun2018-06-111-1/+1
* | | | | Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer2018-06-0511-85/+117
* | | | | Input: goldfish_events - fix checkpatch warningsRoman Kiryanov2018-06-041-4/+5
* | | | | Input: add Spreadtrum vibrator driverXiaotong Lu2018-06-043-0/+165
| |_|/ / |/| | |
* | | | Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee2018-06-041-0/+1
* | | | Input: xpad - add GPD Win 2 Controller USB IDsEthan Lee2018-06-041-0/+2
* | | | Input: ti_am335x_tsc - prevent system suspend when TSC is in useGrygorii Strashko2018-05-301-0/+3
* | | | Input: ti_am335x_tsc - ack pending IRQs at probe and before suspendGrygorii Strashko2018-05-301-0/+4
* | | | Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni2018-05-301-12/+21
* | | | Input: mk712 - update documentation web linkMartin Kepplinger2018-05-291-1/+1
* | | | Input: atmel_mxt_ts - fix reset-gpio for level based irqsSebastian Reichel2018-05-241-11/+7
* | | | Input: atmel_mxt_ts - require device properties present when probingDmitry Torokhov2018-05-241-140/+12
* | | | Merge tag 'v4.17-rc6' into nextDmitry Torokhov2018-05-2418-811/+366
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-05-025-84/+135
| |\| |
| | * | Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas2018-05-011-0/+5
| | * | Input: atmel_mxt_ts - fix the firmware updateNick Dyer2018-05-011-76/+110
| | * | Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)2018-05-011-0/+9
| | * | Input: hideep_ts - fix a typo in KconfigMasanari Iida2018-04-231-1/+1
| | * | Input: alps - fix reporting pressure of v3 trackstickPali Rohár2018-04-231-1/+1
| | * | Input: leds - fix out of bound accessDmitry Torokhov2018-04-111-4/+4
| | * | Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET2018-04-061-2/+5
| * | | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-1/+6
| | |/ | |/|
| * | Merge tag 'chrome-platform-for-linus-4.17' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-04-131-108/+123
| |\ \