summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Input: goldfish_events - enable ACPI-based enumeration for goldfish eventsJason Hu1-0/+10
2016-03-02Input: goldfish_events - add devicetree bindingsGreg Hackmann1-0/+7
2016-03-02Input: rotary_encoder - use input_set_capability()Dmitry Torokhov1-8/+4
2016-03-02Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov1-41/+33
2016-03-02Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov1-5/+3
2016-03-02Input: rotary_encoder - use threaded irqsTimo Teräs1-8/+25
2016-02-17Input: add MELFAS MIP4 Touchscreen driverSangwon Jee3-0/+1511
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2016-02-11Input: touchscreen: Add imx25 TCQ driverMarkus Pargmann3-0/+606
2016-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-21/+33
2016-02-10Input: colibri-vf50-ts - add missing #include <linux/of.h>Geert Uytterhoeven1-0/+1
2016-02-10Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen1-3/+4
2016-02-10Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel1-6/+12
2016-02-10Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIBGeert Uytterhoeven1-2/+3
2016-01-28Input: byd - add BYD PS/2 touchpad driverChris Diamand6-0/+381
2016-01-28Input: vmmouse - fix absolute device registrationDmitry Torokhov1-6/+7
2016-01-28Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko1-1/+1
2016-01-28Input: cap11xx - add missing of_node_putAmitoj Kaur Chawla1-2/+6
2016-01-28Input: sirfsoc-onkey - allow modular buildArnd Bergmann2-2/+2
2016-01-28Input: xpad - remove unused functionArnd Bergmann1-1/+0
2016-01-28Input: cyttsp - perform hard reset of the chip during probeOreste Salerno1-0/+12
2016-01-28Input: cyttsp - switch to using device propertiesOreste Salerno2-43/+102
2016-01-28Input: cyttsp - check return value of input_mt_init_slotsOreste Salerno1-1/+5
2016-01-28Input: cyttsp - use devres managed resource allocationsOreste Salerno4-59/+30
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-210/+455
2016-01-22Merge branch 'next' into for-linusDmitry Torokhov3-210/+455
2016-01-21Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-01-18Input: rotary_encoder - convert to devm-* apiTimo Teräs1-61/+25
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds24-651/+1735
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+0
2016-01-13Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan1-2/+2
2016-01-13Input: gpio-keys - allow setting input device name in DTLaxman Dewangan1-0/+2
2016-01-13Merge branch 'xpad' into nextDmitry Torokhov1-166/+425
2016-01-13Input: xpad - correct xbox one pad device namePavel Rojtberg1-1/+1
2016-01-12Input: atmel_mxt_ts - improve touchscreen size/orientation handlingNick Dyer1-42/+26
2016-01-12Merge branch 'next' into for-linusDmitry Torokhov34-675/+1768
2016-01-12Input: elantech - mark protocols v2 and v3 as semi-mtBenjamin Tissoires1-1/+1
2016-01-11Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-7/+6
2016-01-11Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPEPeter Hutterer1-3/+0
2016-01-10Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov1-6/+23
2016-01-08Input: omap-keypad - remove dead checkDmitry Torokhov1-8/+0
2016-01-08Input: ti_am335x_tsc - fix HWPEN interrupt handlingDave Gerlach1-2/+0
2016-01-07Input: omap-keypad - set tasklet data earlierDan Carpenter1-1/+1
2016-01-07Input: rohm_bu21023 - fix handling of retrying firmware updateDmitry Torokhov1-1/+1
2016-01-07Merge branch 'goodix' into nextDmitry Torokhov2-41/+473
2016-01-07Input: ALPS - report v3 pinnacle trackstick device only if is presentPali Rohár1-5/+7
2016-01-07Input: ALPS - detect trackstick presence for v7 protocolPali Rohár1-4/+8
2016-01-05Input: xpad - use LED API when identifying wireless controllersDmitry Torokhov1-1/+1
2016-01-05Input: xpad - workaround dead irq_out after suspend/ resumePavel Rojtberg1-38/+137