aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 11-152/+293
2021-07-04Merge branch 'next' into for-linusGravatar Dmitry Torokhov 9-142/+284
2021-06-19Input: hideep - fix the uninitialized use in hideep_nvm_unlock()Gravatar Yizhuo Zhai 1-3/+10
2021-06-19Input: tsc200x-core - use kobj_to_dev()Gravatar YueHaibing 1-1/+1
2021-06-05Input: cy8ctmg110_ts - switch to using gpiod APIGravatar Dmitry Torokhov 1-27/+18
2021-06-05Input: cy8ctmg110_ts - switch to using managed resourcesGravatar Dmitry Torokhov 1-46/+28
2021-06-05Input: cy8ctmg110_ts - use endian helpers when converting data on wireGravatar Dmitry Torokhov 1-6/+5
2021-06-05Input: cy8ctmg110_ts - let I2C core configure wake interruptGravatar Dmitry Torokhov 1-6/+4
2021-06-05Input: cy8ctmg110_ts - do not hardcode as wakeup sourceGravatar Dmitry Torokhov 1-1/+1
2021-06-05Input: cy8ctmg110_ts - do not hard code interrupt triggerGravatar Dmitry Torokhov 1-2/+1
2021-06-05Input: cy8ctmg110_ts - rely on platform code to supply interruptGravatar Dmitry Torokhov 1-31/+1
2021-06-05Input: resistive-adc-touch - fix uninitialized variable 'press'Gravatar Colin Ian King 1-3/+1
2021-06-01Input: edt-ft5x06 - add support for iovcc-supplyGravatar Stephan Gerhold 1-2/+36
2021-06-01Input: cyttsp - remove public headerGravatar Dmitry Torokhov 4-2/+12
2021-06-01Input: resistive-adc-touch - rework mapping of channelsGravatar Dmitry Torokhov 1-63/+51
2021-05-31Input: resistive-adc-touch - replace OF headers with proper onesGravatar Andy Shevchenko 1-3/+3
2021-05-31Input: resistive-adc-touch - describe parameters in kernel docGravatar Andy Shevchenko 1-1/+3
2021-05-30Input: cyttsp - do not force interrupt triggerGravatar Dmitry Torokhov 1-2/+1
2021-05-30Input: elants_i2c - switch to probe_newGravatar Takashi Iwai 1-3/+2
2021-05-30Input: elants_i2c - fix NULL dereference at probingGravatar Takashi Iwai 1-3/+3
2021-05-26Input: cyttsp - obtain regulatorsGravatar Linus Walleij 2-0/+37
2021-05-26Input: cyttsp - probe from compatiblesGravatar Linus Walleij 2-0/+16
2021-05-25Input: resistive-adc-touch - add support for z1 and z2 channelsGravatar Oleksij Rempel 1-14/+126
2021-05-25Merge tag 'v5.12' into nextGravatar Dmitry Torokhov 2-5/+4
2021-05-24Input: usbtouchscreen - fix control-request directionsGravatar Johan Hovold 1-4/+4
2021-05-20Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Gravatar Hans de Goede 1-52/+0
2021-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 25-543/+2143
2021-05-06Input: ili210x - add missing negation for touch indication on ili210xGravatar Hansem Ro 1-1/+1
2021-05-04Merge branch 'next' into for-linusGravatar Dmitry Torokhov 25-545/+2143
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-5/+4
2021-04-13Input: add driver for the Hycon HY46XX touchpanel seriesGravatar Giulio Benetti 3-0/+603
2021-04-10Input: cyttsp - flag the device properlyGravatar Linus Walleij 1-1/+1
2021-04-10Input: cyttsp - set abs params for ABS_MT_TOUCH_MAJORGravatar Linus Walleij 1-0/+3
2021-04-10Input: cyttsp - drop the phys pathGravatar Linus Walleij 2-3/+0
2021-04-10Input: cyttsp - reduce reset pulse timingsGravatar Linus Walleij 1-2/+8
2021-04-10Input: cyttsp - error message on boot mode exit errorGravatar Linus Walleij 1-1/+3
2021-04-09Input: mms114 - support MMS136Gravatar Linus Walleij 1-6/+16
2021-04-09Input: Add support for ILITEK Lego SeriesGravatar Joe Hung 3-0/+703
2021-04-09Input: add MStar MSG2638 touchscreen driverGravatar Vincent Knecht 3-0/+350
2021-04-09Input: silead - add workaround for x86 BIOS-es which bring the chip up in a s...Gravatar Hans de Goede 1-4/+40
2021-04-09Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesGravatar Hans de Goede 1-2/+42
2021-03-28Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolutionGravatar Dmitry Osipenko 1-2/+1
2021-03-27Input: elants_i2c - fix division by zero if firmware reports zero phys sizeGravatar Dmitry Osipenko 1-1/+1
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagGravatar Barry Song 9-23/+15
2021-03-25Merge tag 'v5.12-rc4' into nextGravatar Dmitry Torokhov 2-5/+8
2021-03-25Input: cyttsp - verbose error on soft resetGravatar Linus Walleij 1-5/+8
2021-03-25Input: iqs5xx - make reset GPIO optionalGravatar Jeff LaBundy 1-8/+17
2021-03-25Input: touchscreen - move helper functions to coreGravatar Jeff LaBundy 3-211/+0
2021-03-25Input: wacom_i2c - switch to using managed resourcesGravatar Dmitry Torokhov 1-38/+17