aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
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 43-425/+4141
2021-04-30Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+4
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 3-1/+317
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 5-32/+38
2021-04-14Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-...Gravatar Lee Jones 4-2/+317
2021-04-13Input: add driver for the Hycon HY46XX touchpanel seriesGravatar Giulio Benetti 3-0/+603
2021-04-10Input: elantech - Prepare a complete software node for the deviceGravatar Heikki Krogerus 1-2/+4
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-10Input: apbps2 - remove useless variableGravatar Jiapeng Chong 1-2/+1
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-04-07Input: gpio-keys - fix crash when disabliing GPIO-less buttonsGravatar Dmitry Torokhov 1-17/+13
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-27Input: imx_keypad - convert to a DT-only driverGravatar Fabio Estevam 1-11/+2
2021-03-25Input: elan_i2c - fix a typo in parameter nameGravatar Nikolai Kostrigin 1-1/+1
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagGravatar Barry Song 11-28/+18
2021-03-25Merge tag 'v5.12-rc4' into nextGravatar Dmitry Torokhov 8-15/+15
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: Add support for Azoteq IQS626AGravatar Jeff LaBundy 3-0/+1850
2021-03-25Input: touchscreen - broaden use-cases described in commentsGravatar Jeff LaBundy 1-6/+7
2021-03-25Input: touchscreen - move helper functions to coreGravatar Jeff LaBundy 4-5/+1
2021-03-25Input: wacom_i2c - switch to using managed resourcesGravatar Dmitry Torokhov 1-38/+17
2021-03-25Input: wacom_i2c - do not force interrupt triggerGravatar Dmitry Torokhov 1-2/+1
2021-03-25Input: iqs5xx - close bootloader using hardware resetGravatar Jeff LaBundy 1-17/+7
2021-03-25Input: iqs5xx - remove superfluous revision validationGravatar Jeff LaBundy 1-32/+8
2021-03-25Input: iqs5xx - expose firmware revision to user spaceGravatar Jeff LaBundy 1-16/+40
2021-03-25Input: iqs5xx - optimize axis definition and validationGravatar Jeff LaBundy 1-16/+14
2021-03-25Input: iqs5xx - update vendor's URLGravatar Jeff LaBundy 1-1/+1
2021-03-25Input: silead - fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-03-25Input: gpio-keys - use hrtimer for software debounce, if possibleGravatar Paul Cercueil 1-14/+52
2021-03-25Input: gpio-keys - use hrtimer for release timerGravatar Paul Cercueil 1-11/+16
2021-03-25Input: gpio-keys - remove extra call to input_syncGravatar Paul Cercueil 1-1/+1
2021-03-25Input: max8997 - simplify open coding of a division using up to 64 divisionsGravatar Uwe Kleine-König 1-7/+2
2021-03-23Input: nspire-keypad - enable interrupts only when openedGravatar Fabian Vogt 1-25/+31
2021-03-23Input: i8042 - fix Pegatron C15B ID entryGravatar Arnd Bergmann 1-0/+1
2021-03-22input: raspberrypi-ts: Release firmware handle when not neededGravatar Nicolas Saenz Julienne 1-1/+1
2021-03-20Input: atmel_mxt_ts - support wakeup methodsGravatar Dmitry Osipenko 1-0/+78
2021-03-20Input: lpc32xx_ts - convert to use BIT()Gravatar edison.jiang 1-5/+5
2021-03-19Input: ims-pcu - drop redundant driver-data assignmentGravatar Johan Hovold 1-1/+0